Changeset 99451 in vbox
- Timestamp:
- Apr 19, 2023 7:50:37 AM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/FirmwareNew/OvmfPkg/Library/PlatformInitLib/MemDetect.c
r99404 r99451 66 66 if (PlatformInfoHob->HostBridgeDevId == INTEL_Q35_MCH_DEVICE_ID) { 67 67 ASSERT (PcdGet64 (PcdPciExpressBaseAddress) <= MAX_UINT32); 68 ASSERT (PcdGet64 (PcdPciExpressBaseAddress) >= PlatformInfoHob->LowMemory);68 //ASSERT (PcdGet64 (PcdPciExpressBaseAddress) >= PlatformInfoHob->LowMemory); 69 69 70 70 if (PlatformInfoHob->LowMemory <= BASE_2GB) { … … 1211 1211 #ifndef VBOX 1212 1212 /* 1213 * This is currently no required and interferes with older OS X bootloaders trying to1213 * This is currently not required and interferes with older OS X bootloaders trying to 1214 1214 * allocate memory in that area. Needs to be revisited once we need this. 1215 1215 */ … … 1235 1235 ); 1236 1236 } 1237 #endif1238 1237 1239 1238 if (PlatformInfoHob->SmmSmramRequire) { … … 1284 1283 1285 1284 #endif 1286 } 1287 } 1285 #endif 1286 } 1287 }
Note:
See TracChangeset
for help on using the changeset viewer.