2023-03-16 07:11:21 +01:00
|
|
|
From 5b3a40038886774228826b42c9aa3c9645a799a9 Mon Sep 17 00:00:00 2001
|
2022-12-02 17:49:44 +01:00
|
|
|
From: "Lee, Chun-Yi" <jlee@suse.com>
|
2023-03-16 07:11:21 +01:00
|
|
|
Date: Wed, 15 Mar 2023 17:21:25 +0800
|
|
|
|
Subject: [PATCH 6/6] Revert "OvmfPkg/PlatformInitLib: dynamic mmio window
|
|
|
|
size"
|
2022-12-02 17:49:44 +01:00
|
|
|
|
|
|
|
This reverts commit ecb778d0ac62560aa172786ba19521f27bc3f650.
|
2023-07-19 10:09:02 +02:00
|
|
|
|
|
|
|
Joey Lee:
|
|
|
|
Only revert one line to keep this workaround patch simple. Because
|
|
|
|
bsc#1205588 is a SUSE specific issue.
|
|
|
|
|
2022-12-02 17:49:44 +01:00
|
|
|
---
|
|
|
|
OvmfPkg/Library/PlatformInitLib/MemDetect.c | 28 ---------------------
|
|
|
|
1 file changed, 28 deletions(-)
|
|
|
|
|
2023-07-19 10:09:02 +02:00
|
|
|
Index: edk2-edk2-stable202305/OvmfPkg/Library/PlatformInitLib/MemDetect.c
|
|
|
|
===================================================================
|
|
|
|
--- edk2-edk2-stable202305.orig/OvmfPkg/Library/PlatformInitLib/MemDetect.c
|
|
|
|
+++ edk2-edk2-stable202305/OvmfPkg/Library/PlatformInitLib/MemDetect.c
|
|
|
|
@@ -855,7 +855,6 @@ PlatformAddressWidthInitialization (
|
|
|
|
PlatformAddressWidthFromCpuid (PlatformInfoHob, TRUE);
|
2022-12-02 17:49:44 +01:00
|
|
|
if (PlatformInfoHob->PhysMemAddressWidth != 0) {
|
|
|
|
// physical address width is known
|
|
|
|
- PlatformDynamicMmioWindow (PlatformInfoHob);
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|