mb/asus/p8h61-m_lx3_r2_0: List all PCH PCIe RPs in devicetree
Done to preserve reproducibility when switching to overridetrees. The H61 PCH only supports 6 PCIe root ports anyway. Change-Id: I926d62dda512e435d44c0646083c7722427dc80b Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/54386 Reviewed-by: Patrick Georgi <pgeorgi@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
13d5d98bd5
commit
348639c460
|
@ -37,6 +37,8 @@ chip northbridge/intel/sandybridge
|
|||
device pci 1c.3 on end # RP #4: PCIEX1_1
|
||||
device pci 1c.4 on end # RP #5: PCIEX1_2
|
||||
device pci 1c.5 on end # RP #6: RTL8111 GbE NIC
|
||||
device pci 1c.6 off end # RP #7
|
||||
device pci 1c.7 off end # RP #8
|
||||
|
||||
device pci 1d.0 on end # USB2 EHCI #1
|
||||
device pci 1e.0 off end # PCI bridge
|
||||
|
|
Loading…
Reference in New Issue