File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed
OvmfPkg/Library/PlatformBdsLib Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -1185,7 +1185,6 @@ Routine Description:
1185
1185
--*/
1186
1186
{
1187
1187
EFI_STATUS Status ;
1188
- UINT16 Timeout ;
1189
1188
EFI_BOOT_MODE BootMode ;
1190
1189
1191
1190
DEBUG ((EFI_D_INFO , "PlatformBdsPolicyBehavior\n" ));
@@ -1203,11 +1202,6 @@ Routine Description:
1203
1202
PlatformBdsRestoreNvVarsFromHardDisk ();
1204
1203
}
1205
1204
1206
- //
1207
- // Init the time out value
1208
- //
1209
- Timeout = PcdGet16 (PcdPlatformBootTimeOut );
1210
-
1211
1205
//
1212
1206
// Load the driver option as the driver option list
1213
1207
//
@@ -1261,7 +1255,7 @@ Routine Description:
1261
1255
//
1262
1256
BdsLibBuildOptionFromVar (BootOptionList , L"BootOrder" );
1263
1257
1264
- PlatformBdsEnterFrontPage (Timeout , TRUE);
1258
+ PlatformBdsEnterFrontPage (GetFrontPageTimeoutFromQemu () , TRUE);
1265
1259
}
1266
1260
1267
1261
VOID
Original file line number Diff line number Diff line change 53
53
QemuBootOrderLib
54
54
55
55
[Pcd]
56
- gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPlatformBootTimeOut
57
56
gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdLogoFile
58
57
gUefiOvmfPkgTokenSpaceGuid.PcdEmuVariableEvent
59
58
gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFlashVariablesEnable
You can’t perform that action at this time.
0 commit comments