
13 Sep
2017
13 Sep
'17
6:27 a.m.
On 12 September 2017 at 20:10, Wenyou Yang wenyou.yang@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@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@chromium.org