]> Git Repo - J-u-boot.git/commit
video: Support showing the U-Boot logo
authorSimon Glass <[email protected]>
Fri, 19 Nov 2021 20:24:03 +0000 (13:24 -0700)
committerAnatolij Gustschin <[email protected]>
Sun, 26 Dec 2021 22:32:46 +0000 (23:32 +0100)
commit84e63abfff67b82253add1c05cfdd9700fada021
treed01c1d08af4a6ccc48626c88f55d04e8d36d2393
parent2c8ee30b9708f8d43b7d971568614d7a192ccf31
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 <[email protected]>
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
This page took 0.035393 seconds and 4 git commands to generate.