[U-Boot] [PATCH v5 2/9] atmel: common: Add function to display via DM_VIDEO's API
Simon Glass
sjg at chromium.org
Wed Sep 13 04:27:53 UTC 2017
On 12 September 2017 at 20:10, Wenyou Yang <wenyou.yang at microchip.com> wrote:
> Add a function to display the company's logo and board information
> via the API from DM_VIDEO. This function can be shared by other
> atmel boards, so locate it in board/atmel/common folder.
>
> Signed-off-by: Wenyou Yang <wenyou.yang at microchip.com>
> ---
>
> Changes in v5: None
> Changes in v4: None
> Changes in v3: None
> Changes in v2: None
>
> arch/arm/mach-at91/include/mach/at91_common.h | 1 +
> board/atmel/common/Makefile | 1 +
> board/atmel/common/video_display.c | 72 +++++++++++++++++++++++++++
> 3 files changed, 74 insertions(+)
> create mode 100644 board/atmel/common/video_display.c
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list