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 2af54dd5bd
commit 5e84cc0714

View File

@@ -388,7 +388,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.