efi: x86: Show app banner on startup
Print a line that indicates if this is the app, to match the line shown for the payload, i.e.: Model: EFI x86 Application or: Model: EFI x86 Payload or: Model: EFI ARM Application Drop CONFIG_DISPLAY_BOARDINFO_LATE as it is not needed. Note that there is no (generic) stub for ARM. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -17,7 +17,6 @@ CONFIG_USE_BOOTARGS=y
|
||||
CONFIG_SYS_PBSIZE=532
|
||||
CONFIG_SYS_CONSOLE_INFO_QUIET=y
|
||||
CONFIG_LOG=y
|
||||
CONFIG_DISPLAY_BOARDINFO_LATE=y
|
||||
CONFIG_HUSH_PARSER=y
|
||||
CONFIG_CMD_BOOTZ=y
|
||||
CONFIG_CMD_MEMINFO=y
|
||||
|
||||
@@ -18,7 +18,6 @@ CONFIG_BOOTCOMMAND="bootflow scan -lbp"
|
||||
CONFIG_SYS_PBSIZE=532
|
||||
CONFIG_SYS_CONSOLE_INFO_QUIET=y
|
||||
CONFIG_LOG=y
|
||||
CONFIG_DISPLAY_BOARDINFO_LATE=y
|
||||
CONFIG_BOARD_EARLY_INIT_R=y
|
||||
CONFIG_CMD_LSBLK=y
|
||||
CONFIG_CMD_CAT=y
|
||||
|
||||
@@ -20,7 +20,6 @@ CONFIG_BOOTCOMMAND="bootflow scan -lbp"
|
||||
CONFIG_SYS_PBSIZE=532
|
||||
CONFIG_SYS_CONSOLE_INFO_QUIET=y
|
||||
CONFIG_LOG=y
|
||||
CONFIG_DISPLAY_BOARDINFO_LATE=y
|
||||
CONFIG_BOARD_EARLY_INIT_R=y
|
||||
CONFIG_CMD_LSBLK=y
|
||||
CONFIG_CMD_CAT=y
|
||||
|
||||
@@ -17,7 +17,6 @@ CONFIG_BOOTCOMMAND="ext2load scsi 0:3 01000000 /boot/vmlinuz; zboot 01000000"
|
||||
CONFIG_SYS_PBSIZE=532
|
||||
CONFIG_PRE_CONSOLE_BUFFER=y
|
||||
CONFIG_SYS_CONSOLE_INFO_QUIET=y
|
||||
CONFIG_DISPLAY_BOARDINFO_LATE=y
|
||||
CONFIG_HUSH_PARSER=y
|
||||
CONFIG_CMD_IDE=y
|
||||
CONFIG_CMD_MMC=y
|
||||
|
||||
@@ -18,7 +18,6 @@ CONFIG_BOOTARGS="root=/dev/sdb3 init=/sbin/init rootwait ro"
|
||||
CONFIG_SYS_PBSIZE=532
|
||||
CONFIG_PRE_CONSOLE_BUFFER=y
|
||||
CONFIG_SYS_CONSOLE_INFO_QUIET=y
|
||||
CONFIG_DISPLAY_BOARDINFO_LATE=y
|
||||
CONFIG_CMD_IDE=y
|
||||
CONFIG_CMD_MMC=y
|
||||
CONFIG_CMD_USB=y
|
||||
|
||||
@@ -4,6 +4,7 @@ menu "U-Boot as UEFI application"
|
||||
config EFI_CLIENT
|
||||
bool "Support running U-Boot from EFI"
|
||||
depends on X86 || ARM
|
||||
imply DISPLAY_BOARDINFO
|
||||
imply X86_TSC_READ_BASE
|
||||
select EFI
|
||||
help
|
||||
|
||||
Reference in New Issue
Block a user