mb/foxconn/d41s: Program the subsystemid
Change-Id: I4f9d0cfc9a5bfa259d734f194b015e7be1694ceb Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/30472 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tristan Corrick <tristan@corrick.kiwi>
This commit is contained in:
parent
055d4f25d1
commit
5aee981ece
|
@ -26,6 +26,7 @@ chip northbridge/intel/pineview # Northbridge
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
device domain 0 on # PCI domain
|
device domain 0 on # PCI domain
|
||||||
|
subsystemid 0x105b 0x0d55 inherit
|
||||||
device pci 0.0 on end # Host Bridge
|
device pci 0.0 on end # Host Bridge
|
||||||
device pci 1.0 off end # PEG
|
device pci 1.0 off end # PEG
|
||||||
device pci 2.0 on end # Integrated graphics controller
|
device pci 2.0 on end # Integrated graphics controller
|
||||||
|
@ -45,7 +46,9 @@ chip northbridge/intel/pineview # Northbridge
|
||||||
|
|
||||||
device pci 1b.0 on end # Audio
|
device pci 1b.0 on end # Audio
|
||||||
device pci 1c.0 on end # PCIe 1
|
device pci 1c.0 on end # PCIe 1
|
||||||
device pci 1c.1 on end # PCIe 2 (NIC)
|
device pci 1c.1 on # PCIe 2 (NIC)
|
||||||
|
device pci 00.0 on end
|
||||||
|
end
|
||||||
device pci 1c.2 off end # PCIe 3
|
device pci 1c.2 off end # PCIe 3
|
||||||
device pci 1c.3 off end # PCIe 4
|
device pci 1c.3 off end # PCIe 4
|
||||||
# (PCIe 5 and 6 not on nm10?)
|
# (PCIe 5 and 6 not on nm10?)
|
||||||
|
|
Loading…
Reference in New Issue