]> git.baikalelectronics.ru Git - uboot.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)
commit74e85d263b1dad81d476b1657b900be5693cbb03
treea78d5d1a3576330acf68ab5ea29b54dd9229e3c2
parent267297a07203295061c9d9a49bb2e338a807a472
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]