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:
Bill XIE 2019-03-15 19:37:58 +08:00 committed by Patrick Georgi
parent 99625b0cd8
commit c53e6ed62f
2 changed files with 8 additions and 8 deletions

View File

@ -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

View File

@ -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