UefiPayloadPkg: Allow boot timeout to be set via cmd line

Allows for devices w/o internal display to set a longer timeout
via coreboot Kconfig

Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
This commit is contained in:
Matt DeVillier
2020-11-29 16:01:56 -06:00
committed by Tim Crawford
parent b376a7d60f
commit b664a5352c

View File

@@ -30,6 +30,8 @@
DEFINE PS2_KEYBOARD_ENABLE = TRUE
DEFINE UNIVERSAL_PAYLOAD = FALSE
DEFINE PLATFORM_BOOT_TIMEOUT = 2
#
# SBL: UEFI payload for Slim Bootloader
# COREBOOT: UEFI payload for coreboot
@@ -392,7 +394,7 @@
gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase|0
gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0
gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0
gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|2
gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|$(PLATFORM_BOOT_TIMEOUT)
gEfiMdeModulePkgTokenSpaceGuid.PcdEmuVariableNvModeEnable|FALSE
## This PCD defines the video horizontal resolution.