Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/30472
Change subject: mb/foxconn/d41s: Program the subsystemid ......................................................................
mb/foxconn/d41s: Program the subsystemid
Change-Id: I4f9d0cfc9a5bfa259d734f194b015e7be1694ceb Signed-off-by: Arthur Heymans arthur@aheymans.xyz --- M src/mainboard/foxconn/d41s/devicetree.cb 1 file changed, 4 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/72/30472/1
diff --git a/src/mainboard/foxconn/d41s/devicetree.cb b/src/mainboard/foxconn/d41s/devicetree.cb index 0fd9e29..21e8762 100644 --- a/src/mainboard/foxconn/d41s/devicetree.cb +++ b/src/mainboard/foxconn/d41s/devicetree.cb @@ -26,6 +26,7 @@ end end device domain 0 on # PCI domain + subsystemid 0x105b 0x0d55 inherit device pci 0.0 on end # Host Bridge device pci 1.0 off end # PEG device pci 2.0 on end # Integrated graphics controller @@ -45,7 +46,9 @@
device pci 1b.0 on end # Audio 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.3 off end # PCIe 4 # (PCIe 5 and 6 not on nm10?)