Re: [edk2-devel] UefiPayloadPkg: assert error in PciHostBridgeDxe

2021-05-12 Thread King Sumo
For anyone having this issue,the below patch detects the error in PciHostBridge aperture, from 9elements github repository: https://github.com/9elements/edk2-1/commit/6be829a631e3e0e7f6043c88cfef33f9a0588298 also available in system76 repo: https://github.com/system76/edk2.git commit cf6caab535

Re: [edk2-devel] UefiPayloadPkg: assert error in PciHostBridgeDxe

2020-07-06 Thread King Sumo
On Fri, Jul 3, 2020 at 11:30 AM, Andrew Fish wrote: > > At the same time, the platform's PciHostBridgeLib instance reported a > root bridge with an MMIO aperture at [D400, FE10), with > capabilities 1. > > This is a conflict. The capabilities don't even matter (we don't even > check whet

Re: [edk2-devel] UefiPayloadPkg: assert error in PciHostBridgeDxe

2020-07-03 Thread Andrew Fish via groups.io
> On Jul 3, 2020, at 11:06 AM, Laszlo Ersek wrote: > > On 07/03/20 01:03, Andrew Fish via groups.io wrote: >> >> >>> On Jul 2, 2020, at 3:54 PM, King Sumo wrote: >>> >>> Hi, >>> >>> When booting UefiPayloadPkg in my system (x86 Denverton SoC, coreboot) an >>> assert er

Re: [edk2-devel] UefiPayloadPkg: assert error in PciHostBridgeDxe

2020-07-03 Thread Laszlo Ersek
On 07/03/20 01:03, Andrew Fish via groups.io wrote: > > >> On Jul 2, 2020, at 3:54 PM, King Sumo wrote: >> >> Hi, >> >> When booting UefiPayloadPkg in my system (x86 Denverton SoC, coreboot) an >> assert error is generated in the PciHostBridgeDxe driver. >> In the InitializePciHostBridge() func

Re: [edk2-devel] UefiPayloadPkg: assert error in PciHostBridgeDxe

2020-07-02 Thread Andrew Fish via groups.io
> On Jul 2, 2020, at 3:54 PM, King Sumo wrote: > > Hi, > > When booting UefiPayloadPkg in my system (x86 Denverton SoC, coreboot) an > assert error is generated in the PciHostBridgeDxe driver. > In the InitializePciHostBridge() function if all ASSERT's are ignored (by > commenting out the co