11diff --git a/ArmVirtPkg/ArmVirtQemu.dsc b/ArmVirtPkg/ArmVirtQemu.dsc
2- index 713710c..e39ba88 100644
2+ index 6193a4b..7e0bcbb 100644
33--- a/ArmVirtPkg/ArmVirtQemu.dsc
44+++ b/ArmVirtPkg/ArmVirtQemu.dsc
55@@ -246,7 +246,7 @@
6- gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosEntryPointProvideMethod|0x2
6+ gArmTokenSpaceGuid.PcdVFPEnabled|1
77
88 [PcdsDynamicDefault.common]
99- gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|3
1010+ gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|0
1111
1212 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase | 0
1313 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase64 | 0
14- @@ -285,8 +285,8 @@
15- # Set video resolution for boot options and for text setup.
16- # PlatformDxe can set the former at runtime.
17- #
18- - gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|1280
19- - gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|800
20- + gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|1024
21- + gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|768
22- gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution|640
23- gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution|480
24- gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow|0
25- @@ -327,7 +327,7 @@
14+ @@ -314,7 +314,7 @@
2615 gEfiSecurityPkgTokenSpaceGuid.PcdTpm2AcpiTableRev|L"TCG2_VERSION"|gTcg2ConfigFormSetGuid|0x8|3|NV,BS
2716 !endif
2817
@@ -32,10 +21,10 @@ index 713710c..e39ba88 100644
3221 [LibraryClasses.common.PEI_CORE, LibraryClasses.common.PEIM]
3322 !if $(TPM2_ENABLE) == TRUE
3423diff --git a/OvmfPkg/LoongArchVirt/LoongArchVirtQemu.dsc b/OvmfPkg/LoongArchVirt/LoongArchVirtQemu.dsc
35- index 29c945b..b364a52 100644
24+ index 8fa0aa8..57044b9 100644
3625--- a/OvmfPkg/LoongArchVirt/LoongArchVirtQemu.dsc
3726+++ b/OvmfPkg/LoongArchVirt/LoongArchVirtQemu.dsc
38- @@ -395 ,9 +395 ,9 @@
27+ @@ -412 ,9 +412 ,9 @@
3928 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase64 | 0
4029 gEfiMdeModulePkgTokenSpaceGuid.PcdEmuVariableNvStoreReserved | 0
4130 gEfiMdeModulePkgTokenSpaceGuid.PcdPciDisableBusEnumeration | FALSE
@@ -48,7 +37,7 @@ index 29c945b..b364a52 100644
4837
4938 # Set video resolution for text setup.
5039 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution | 640
51- @@ -428 ,7 +428 ,7 @@
40+ @@ -441 ,7 +441 ,7 @@
5241 gUefiOvmfPkgTokenSpaceGuid.PcdQemuSmbiosValidated|TRUE
5342
5443 [PcdsDynamicHii]
@@ -58,10 +47,10 @@ index 29c945b..b364a52 100644
5847 [PcdsPatchableInModule.common]
5948 gEfiMdeModulePkgTokenSpaceGuid.PcdSerialRegisterBase|0x0
6049diff --git a/OvmfPkg/RiscVVirt/RiscVVirtQemu.dsc b/OvmfPkg/RiscVVirt/RiscVVirtQemu.dsc
61- index e0ed6fb..6a7212b 100644
50+ index ca211b3..db40fee 100644
6251--- a/OvmfPkg/RiscVVirt/RiscVVirtQemu.dsc
6352+++ b/OvmfPkg/RiscVVirt/RiscVVirtQemu.dsc
64- @@ -182 ,7 +182 ,7 @@
53+ @@ -188 ,7 +188 ,7 @@
6554 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosEntryPointProvideMethod|0x2
6655
6756 [PcdsDynamicDefault.common]
@@ -70,18 +59,7 @@ index e0ed6fb..6a7212b 100644
7059
7160 ## If TRUE, OvmfPkg/AcpiPlatformDxe will not wait for PCI
7261 # enumeration to complete before installing ACPI tables.
73- @@ -198,8 +198,8 @@
74- # Set video resolution for boot options and for text setup.
75- # PlatformDxe can set the former at runtime.
76- #
77- - gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|1280
78- - gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|800
79- + gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|1024
80- + gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|768
81- gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution|640
82- gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution|480
83- gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow|0
84- @@ -245,7 +245,7 @@
62+ @@ -238,7 +238,7 @@
8563 gEfiSecurityPkgTokenSpaceGuid.PcdTpm2AcpiTableRev|L"TCG2_VERSION"|gTcg2ConfigFormSetGuid|0x8|3|NV,BS
8664 !endif
8765
0 commit comments