]> git.baikalelectronics.ru Git - uboot.git/commit
video: Support showing the U-Boot logo
authorSimon Glass <sjg@chromium.org>
Fri, 19 Nov 2021 20:24:03 +0000 (13:24 -0700)
committerAnatolij Gustschin <agust@denx.de>
Sun, 26 Dec 2021 22:32:46 +0000 (23:32 +0100)
commit2c4d5a4988700093fe99681a7634396e0c10b415
treed01c1d08af4a6ccc48626c88f55d04e8d36d2393
parent929308738723db4aafe77a5e3de4898731df1e21
video: Support showing the U-Boot logo

Show the U-Boot logo by default. This is only 7KB in size so seems like
a useful default for boards that enable a display.

If SPLASH_SCREEN is enabled, it is not enabled by default, so as not to
conflict with that feature.

Also disable it for tests, since we don't want to complicate the output.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/video/Kconfig
drivers/video/Makefile
drivers/video/sandbox_sdl.c
drivers/video/u_boot_logo.bmp [new file with mode: 0644]
drivers/video/video-uclass.c
include/video.h
scripts/Makefile.lib
test/dm/video.c