]> git.baikalelectronics.ru Git - uboot.git/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)
commitf82693febde2ad2b4c92b4b12ae4a5bd552932f1
tree7c9289aa8c8155abcfc6462d7dbf5795e5cd1f9e
parent0610160f69aa4fe09702686bc7afef8f10446a46
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