mb/asus/{p5qc,p5q_pro}: Correct mapping of PCI-E 1x ports
There are 3 PCI-E 1x ports on p5q_pro and p5qc, which correspond to the first three functions of 1c. Confirmed on a p5q_pro board. Change-Id: I779400494e27bf046996512d1f772311e6e4e091 Signed-off-by: Bill XIE <persmule@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/31912 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
parent
99625b0cd8
commit
c53e6ed62f
|
@ -51,12 +51,12 @@ chip northbridge/intel/x4x # Northbridge
|
|||
device pci 1a.2 on end # USB
|
||||
device pci 1a.7 on end # USB
|
||||
device pci 1b.0 on end # Audio
|
||||
device pci 1c.0 on end # PCIe 1
|
||||
device pci 1c.1 off end # PCIe 2
|
||||
device pci 1c.2 off end # PCIe 3
|
||||
device pci 1c.0 on end # PCIe 1 slot 1
|
||||
device pci 1c.1 on end # PCIe 2 slot 2
|
||||
device pci 1c.2 on end # PCIe 3 slot 3
|
||||
device pci 1c.3 off end # PCIe 4
|
||||
device pci 1c.4 on end # PCIe 5 MARVELL IDE
|
||||
device pci 1c.5 on end # PCIe 6
|
||||
device pci 1c.5 on end # PCIe 6 ethernet NIC
|
||||
device pci 1d.0 on end # USB
|
||||
device pci 1d.1 on end # USB
|
||||
device pci 1d.2 on end # USB
|
||||
|
|
|
@ -51,12 +51,12 @@ chip northbridge/intel/x4x # Northbridge
|
|||
device pci 1a.2 on end # USB
|
||||
device pci 1a.7 on end # USB
|
||||
device pci 1b.0 on end # Audio
|
||||
device pci 1c.0 on end # PCIe 1
|
||||
device pci 1c.1 off end # PCIe 2
|
||||
device pci 1c.2 off end # PCIe 3
|
||||
device pci 1c.0 on end # PCIe 1 slot 1
|
||||
device pci 1c.1 on end # PCIe 2 slot 2
|
||||
device pci 1c.2 on end # PCIe 3 slot 3
|
||||
device pci 1c.3 off end # PCIe 4
|
||||
device pci 1c.4 on end # PCIe 5 MARVELL IDE
|
||||
device pci 1c.5 on end # PCIe 6
|
||||
device pci 1c.5 on end # PCIe 6 ethernet NIC
|
||||
device pci 1d.0 on end # USB
|
||||
device pci 1d.1 on end # USB
|
||||
device pci 1d.2 on end # USB
|
||||
|
|
Loading…
Reference in New Issue