Lower TCO Timeout

This change lowers the TCO timeout that gets
used for SBL resiliency

Signed-off-by: Sean McGinn <sean.mcginn@intel.com>
This commit is contained in:
Sean McGinn 2022-08-15 13:40:04 -07:00 committed by Guo Dong
parent 1e677e5a4d
commit 875d4e75f7
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@
gPlatformModuleTokenSpaceGuid.PcdBootFailureThreshold | 3 | UINT8 | 0x200000F5
# The number of 0.6s ticks to wait before assuming boot failure and forcing a reboot
gPlatformModuleTokenSpaceGuid.PcdTcoTimeout | 40 | UINT16 | 0x200000F6
gPlatformModuleTokenSpaceGuid.PcdTcoTimeout | 35 | UINT16 | 0x200000F6
[PcdsFixedAtBuild, PcdsPatchableInModule]