mirror of https://github.com/acidanthera/audk.git
UefiPayloadPkg: Make Boot Timeout configurable
Signed-off-by: Sean Rhodes sean@starlabs.systems Reviewed-by: Guo Dong <guo.dong@intel.com>
This commit is contained in:
parent
2b4b8013fe
commit
55637a2894
|
@ -33,6 +33,7 @@
|
|||
DEFINE UNIVERSAL_PAYLOAD = FALSE
|
||||
DEFINE SECURITY_STUB_ENABLE = TRUE
|
||||
DEFINE SMM_SUPPORT = FALSE
|
||||
DEFINE PLATFORM_BOOT_TIMEOUT = 3
|
||||
DEFINE ABOVE_4G_MEMORY = TRUE
|
||||
DEFINE BOOT_MANAGER_ESCAPE = FALSE
|
||||
DEFINE SD_MMC_TIMEOUT = 1000000
|
||||
|
@ -477,7 +478,7 @@
|
|||
gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase64|0
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0
|
||||
gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|3
|
||||
gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|$(PLATFORM_BOOT_TIMEOUT)
|
||||
!if $(VARIABLE_SUPPORT) == "SPI"
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize |0
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize|0
|
||||
|
|
Loading…
Reference in New Issue