]> git.sur5r.net Git - u-boot/commit
Allow displaying the U-Boot banner on a video display
authorSimon Glass <sjg@chromium.org>
Fri, 16 Jun 2017 03:37:50 +0000 (21:37 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 11 Jul 2017 16:08:19 +0000 (10:08 -0600)
commitb0895384bebb6a4a2ea5bbdb0941b771b5875012
tree7c9289aa8c8155abcfc6462d7dbf5795e5cd1f9e
parent6c519f2dc4a59a9d81f087d990e24d1e6444c86d
Allow displaying the U-Boot banner on a video display

At present the U-Boot banner is only displayed on the serial console. If
this is not visible to the user, the banner does not show. Some devices
have a video display which can usefully display this information.

Add a banner which is printed after relocation only on non-serial devices
if CONFIG_DISPLAY_BOARDINFO_LATE is defined.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Tested-by: Bin Meng <bmeng.cn@gmail.com>
Tested-by: Stephen Warren <swarren@nvidia.com>
common/board_r.c
common/console.c
include/console.h