UefiPayloadPkg/Library/PciHostBridgeLib: Add warning for coreboot/EDK2 incompability
EDK2 expects PCI bars to be continously be allocated without "gaps" of reserverd memory in between. coreboot places PCI bars anyware in the PCI MMIO space, interleaved with MMCONF and reserved I/O MMIO space. Warn about this behaviour and refuse to add the BAR to the PCI aperature as it would cause the PciHostBridgeDxe fo fail. Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
This commit is contained in:
committed by
Jeremy Soller
parent
d90d84a4f7
commit
599f4a4ddd
@@ -39,3 +39,4 @@
|
||||
DevicePathLib
|
||||
MemoryAllocationLib
|
||||
PciLib
|
||||
DxeServicesTableLib
|
||||
|
Reference in New Issue
Block a user