Skip to content

Commit 2a3b7f1

Browse files
committed
Update patch and rebuild
1 parent 7a4a8d8 commit 2a3b7f1

File tree

1 file changed

+99
-0
lines changed

1 file changed

+99
-0
lines changed

ovmf.patch

Lines changed: 99 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
diff --git a/ArmVirtPkg/ArmVirtCloudHv.dsc b/ArmVirtPkg/ArmVirtCloudHv.dsc
2+
index 2dfd286..4fdafea 100644
3+
--- a/ArmVirtPkg/ArmVirtCloudHv.dsc
4+
+++ b/ArmVirtPkg/ArmVirtCloudHv.dsc
5+
@@ -166,7 +166,7 @@
6+
gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosEntryPointProvideMethod|0x2
7+
8+
[PcdsDynamicDefault.common]
9+
- gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|3
10+
+ gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|0
11+
12+
## If TRUE, OvmfPkg/AcpiPlatformDxe will not wait for PCI
13+
# enumeration to complete before installing ACPI tables.
114
diff --git a/ArmVirtPkg/ArmVirtKvmTool.dsc b/ArmVirtPkg/ArmVirtKvmTool.dsc
215
index 62ee806..f332a82 100644
316
--- a/ArmVirtPkg/ArmVirtKvmTool.dsc
@@ -68,6 +81,92 @@ index ebdb7dc..e6d9749 100644
6881
gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution|640
6982
gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution|480
7083
gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow|0
84+
diff --git a/ArmVirtPkg/ArmVirtXen.dsc b/ArmVirtPkg/ArmVirtXen.dsc
85+
index 2ec264a..db9dbe6 100644
86+
--- a/ArmVirtPkg/ArmVirtXen.dsc
87+
+++ b/ArmVirtPkg/ArmVirtXen.dsc
88+
@@ -131,7 +131,7 @@
89+
gArmTokenSpaceGuid.PcdGicRedistributorsBase|0x0
90+
gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase|0x0
91+
92+
- gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|3
93+
+ gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|0
94+
95+
################################################################################
96+
#
97+
diff --git a/EmulatorPkg/EmulatorPkg.dsc b/EmulatorPkg/EmulatorPkg.dsc
98+
index 5bba746..6a3ddf5 100644
99+
--- a/EmulatorPkg/EmulatorPkg.dsc
100+
+++ b/EmulatorPkg/EmulatorPkg.dsc
101+
@@ -310,7 +310,7 @@
102+
[PcdsDynamicHii.common.DEFAULT]
103+
gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn|L"Setup"|gEmuSystemConfigGuid|0x0|80
104+
gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow|L"Setup"|gEmuSystemConfigGuid|0x4|25
105+
- gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|L"Timeout"|gEfiGlobalVariableGuid|0x0|10
106+
+ gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|L"Timeout"|gEfiGlobalVariableGuid|0x0|0
107+
108+
[Components]
109+
!if "IA32" in $(ARCH) || "X64" in $(ARCH)
110+
diff --git a/OvmfPkg/AmdSev/AmdSevX64.dsc b/OvmfPkg/AmdSev/AmdSevX64.dsc
111+
index 8e7e69d..a49d2f5 100644
112+
--- a/OvmfPkg/AmdSev/AmdSevX64.dsc
113+
+++ b/OvmfPkg/AmdSev/AmdSevX64.dsc
114+
@@ -492,8 +492,8 @@
115+
gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase64|0
116+
gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0
117+
gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0
118+
- gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|1280
119+
- gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|800
120+
+ gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|1024
121+
+ gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|768
122+
gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow|0
123+
gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn|0
124+
gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiS3Enable|FALSE
125+
diff --git a/OvmfPkg/Bhyve/BhyveX64.dsc b/OvmfPkg/Bhyve/BhyveX64.dsc
126+
index 131f16f..d74a0f1 100644
127+
--- a/OvmfPkg/Bhyve/BhyveX64.dsc
128+
+++ b/OvmfPkg/Bhyve/BhyveX64.dsc
129+
@@ -538,8 +538,8 @@
130+
gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase64|0
131+
gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0
132+
gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0
133+
- gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|800
134+
- gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|600
135+
+ gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|1024
136+
+ gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|768
137+
gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiS3Enable|FALSE
138+
gUefiOvmfPkgTokenSpaceGuid.PcdOvmfHostBridgePciDevId|0
139+
gUefiOvmfPkgTokenSpaceGuid.PcdPciIoBase|0x0
140+
diff --git a/OvmfPkg/Include/Dsc/OvmfDisplayPcds.dsc.inc b/OvmfPkg/Include/Dsc/OvmfDisplayPcds.dsc.inc
141+
index ecd22b0..19b8062 100644
142+
--- a/OvmfPkg/Include/Dsc/OvmfDisplayPcds.dsc.inc
143+
+++ b/OvmfPkg/Include/Dsc/OvmfDisplayPcds.dsc.inc
144+
@@ -2,8 +2,8 @@
145+
# SPDX-License-Identifier: BSD-2-Clause-Patent
146+
##
147+
148+
- gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|1280
149+
- gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|800
150+
+ gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|1024
151+
+ gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|768
152+
gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution|1280
153+
gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution|800
154+
gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow|0
155+
diff --git a/OvmfPkg/IntelTdx/IntelTdxX64.dsc b/OvmfPkg/IntelTdx/IntelTdxX64.dsc
156+
index 18fd116..32d6495 100644
157+
--- a/OvmfPkg/IntelTdx/IntelTdxX64.dsc
158+
+++ b/OvmfPkg/IntelTdx/IntelTdxX64.dsc
159+
@@ -485,8 +485,8 @@
160+
gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0
161+
gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0
162+
163+
- gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|800
164+
- gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|600
165+
+ gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|1024
166+
+ gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|768
167+
gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiS3Enable|FALSE
168+
gUefiOvmfPkgTokenSpaceGuid.PcdOvmfHostBridgePciDevId|0
169+
gUefiOvmfPkgTokenSpaceGuid.PcdPciIoBase|0x0
71170
diff --git a/OvmfPkg/LoongArchVirt/LoongArchVirtQemu.dsc b/OvmfPkg/LoongArchVirt/LoongArchVirtQemu.dsc
72171
index b4418f7..c88f4da 100644
73172
--- a/OvmfPkg/LoongArchVirt/LoongArchVirtQemu.dsc

0 commit comments

Comments
 (0)