Re: [edk2-devel] [edk2-platform][PATCH] UefiPayloadPkg: Fix PciHostBridgeLib

2022-03-21 Thread Sean Rhodes
Hi Can I follow up on this patch being merged? Thanks Sean -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#87783): https://edk2.groups.io/g/devel/message/87783 Mute This Topic: https://groups.io/mt/88968466/21656 Group Owner: devel+ow..

Re: [edk2-devel] [edk2-platform][PATCH] UefiPayloadPkg: Fix PciHostBridgeLib

2022-02-16 Thread Ma, Maurice
Reviewed-by: Maurice Ma > -Original Message- > From: Patrick Rudolph > Sent: Monday, February 7, 2022 2:01 > To: devel@edk2.groups.io > Cc: Ni, Ray ; Ma, Maurice ; You, > Benjamin ; Dong, Guo > Subject: [edk2-platform][PATCH] UefiPayloadPkg: Fix PciHostBridgeLib > > On modern platforms

[edk2-devel] [edk2-platform][PATCH] UefiPayloadPkg: Fix PciHostBridgeLib

2022-02-07 Thread Patrick Rudolph
On modern platforms with TBT devices the coreboot resource allocator opens large PCI bridge MMIO windows above 4GiB to place hotplugable PCI BARs there as they won't fit below 4GiB. In addition modern GPGPU devices have very big PCI bars that doesn't fit below 4GiB. The PciHostBridgeLib made lots