]> git.ipfire.org Git - people/ms/u-boot.git/commit
atmel: common: Add function to display via DM_VIDEO's API
authorWenyou Yang <wenyou.yang@microchip.com>
Wed, 13 Sep 2017 06:58:47 +0000 (14:58 +0800)
committerTom Rini <trini@konsulko.com>
Thu, 14 Sep 2017 20:02:43 +0000 (16:02 -0400)
commit82e0646af782b854965b2cb6d49d462dcf9c7694
treea78d5d1a3576330acf68ab5ea29b54dd9229e3c2
parentd330e04d9d427a26381b59f40875af17f4c288a2
atmel: common: Add function to display via DM_VIDEO's API

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>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/arm/mach-at91/include/mach/at91_common.h
board/atmel/common/Makefile
board/atmel/common/video_display.c [new file with mode: 0644]