Skip to content

Commit

Permalink
chore: reduce virtual uefi platform boot timeout
Browse files Browse the repository at this point in the history
reduce the timeout from 5s to 2s.

Signed-off-by: Ashish Singhal <[email protected]>
  • Loading branch information
ashishsingha authored and jgarver committed Dec 5, 2023
1 parent 7a976bb commit fc0ad08
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Platform/NVIDIA/TegraVirt/TegraVirt.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,11 @@
gEfiMdeModulePkgTokenSpaceGuid.PcdSerialRegisterBase|0x0c280000

[PcdsDynamicHii]
!if $(TARGET) == RELEASE
gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|L"Timeout"|gEfiGlobalVariableGuid|0x0|0
!else
gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|L"Timeout"|gEfiGlobalVariableGuid|0x0|5
!endif

[PcdsDynamicDefault.common]
gArmTokenSpaceGuid.PcdArmArchTimerSecIntrNum|0x0
Expand Down

0 comments on commit fc0ad08

Please sign in to comment.