UefiPayloadPkg: Reduce timeout to 2s

Current firmware does not honor PcdPlatformBootTimeOut and hard-codes a
timeout of 2s.
This commit is contained in:
Tim Crawford
2020-02-17 14:24:52 -07:00
parent f4424abfe9
commit 5bbb149f55
2 changed files with 2 additions and 2 deletions

View File

@@ -343,7 +343,7 @@
gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase64|0 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase64|0
gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0
gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0
gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|3 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|2
## This PCD defines the video horizontal resolution. ## This PCD defines the video horizontal resolution.
# This PCD could be set to 0 then video resolution could be at highest resolution. # This PCD could be set to 0 then video resolution could be at highest resolution.

View File

@@ -344,7 +344,7 @@
gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase64|0 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase64|0
gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0
gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0
gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|3 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|2
## This PCD defines the video horizontal resolution. ## This PCD defines the video horizontal resolution.
# This PCD could be set to 0 then video resolution could be at highest resolution. # This PCD could be set to 0 then video resolution could be at highest resolution.