audk/OvmfPkg/PlatformPei
Gerd Hoffmann bd10d4e201 OvmfPkg/Microvm/pcie: mPhysMemAddressWidth tweak
microvm places the 64bit mmio space at the end of the physical address
space.  So mPhysMemAddressWidth must be correct, otherwise the pci host
bridge setup throws an error because it thinks the 64bit mmio window is
not addressable.

On microvm we can simply use standard cpuid to figure the address width
because the host-phys-bits option (-cpu ${name},host-phys-bits=on) is
forced to be enabled.  Side note: For 'pc' and 'q35' this is not the
case for backward compatibility reasons.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
2022-06-03 09:06:44 +00:00
..
AmdSev.c OvmfPkg/PlatformPei: Move global variables to PlatformInfoHob 2022-04-02 08:15:12 +00:00
ClearCache.c OvmfPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
FeatureControl.c OvmfPkg: Update PlatformPei to support Tdx guest 2022-04-02 08:15:12 +00:00
Fv.c OvmfPkg/PlatformPei: Move global variables to PlatformInfoHob 2022-04-02 08:15:12 +00:00
IntelTdx.c OvmfPkg: Update PlatformPei to support Tdx guest 2022-04-02 08:15:12 +00:00
MemDetect.c OvmfPkg: Update PlatformPei to support Tdx guest 2022-04-02 08:15:12 +00:00
MemTypeInfo.c OvmfPkg/PlatformPei: Move global variables to PlatformInfoHob 2022-04-02 08:15:12 +00:00
Platform.c OvmfPkg/Microvm/pcie: mPhysMemAddressWidth tweak 2022-06-03 09:06:44 +00:00
Platform.h OvmfPkg: Update PlatformPei to support Tdx guest 2022-04-02 08:15:12 +00:00
PlatformPei.inf OvmfPkg/Platform: unfix PcdPciExpressBaseAddress 2022-06-03 09:06:44 +00:00