[U-Boot] [PATCH v5 1/9] lib: at91: Add logo files used via API of DM_VIDEO
Simon Glass
sjg at chromium.org
Wed Sep 13 04:27:49 UTC 2017
On 12 September 2017 at 20:10, Wenyou Yang <wenyou.yang at microchip.com> wrote:
> From: Wenyou Yang <wenyou.yang at atmel.com>
>
> In order to display the company's logo via the API of DM_VIDEO,
> and add the logo files of both Atmel and Microchip.
>
> 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
>
> include/atmel_lcd.h | 9 +
> lib/Makefile | 1 +
> lib/at91/Makefile | 8 +
> lib/at91/at91.c | 30 +
> lib/at91/atmel_logo_8bpp.h | 1310 ++++++++++++++++++++++++++++++++++++++++
> lib/at91/microchip_logo_8bpp.h | 1082 +++++++++++++++++++++++++++++++++
> tools/logos/microchip.bmp | Bin 0 -> 12726 bytes
> 7 files changed, 2440 insertions(+)
> create mode 100644 lib/at91/Makefile
> create mode 100644 lib/at91/at91.c
> create mode 100644 lib/at91/atmel_logo_8bpp.h
> create mode 100644 lib/at91/microchip_logo_8bpp.h
> create mode 100644 tools/logos/microchip.bmp
>
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list