Attention is currently required from: Angel Pons.
Hello Angel Pons, Patrick Rudolph, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/79117?usp=email
to look at the new patch set (#2).
Change subject: sb/intel/bd82x6x: assign PCIe root port ops in chipset devicetree ......................................................................
sb/intel/bd82x6x: assign PCIe root port ops in chipset devicetree
Since the PCIe root ports in the PCH are always on the same device functions, the device operations can be statically assigned in the devicetree and there's no need to bind the host bridge device operations to the PCI device during runtime via a list of PCI IDs.
TEST=Lenovo X220 still boots to Linux and all PCIe devices on PCH are visible and working.
Signed-off-by: Felix Held felix-coreboot@felixheld.de Tested-by: Patrick Rudolph patrick.rudolph@9elements.com Change-Id: I05bfe8db88fd54415f320f32ea147636ca4e0df8 --- M src/northbridge/intel/sandybridge/chipset.cb M src/southbridge/intel/bd82x6x/pcie.c 2 files changed, 9 insertions(+), 21 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/17/79117/2