mb/asrock/g41c-gs: Add more buildin PCI devices to the devicetree
Change-Id: I9f7e7d70b850619e34a60fd8e7b16b44c728e9ca Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/28595 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
This commit is contained in:
parent
f26a7c7687
commit
33fa95cd35
|
@ -62,6 +62,8 @@ chip northbridge/intel/x4x # Northbridge
|
||||||
device pci 1c.1 on end # PCIe 2
|
device pci 1c.1 on end # PCIe 2
|
||||||
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
|
||||||
|
device pci 1c.4 off end # PCIe 5
|
||||||
|
device pci 1c.5 off end # PCIe 6
|
||||||
device pci 1d.0 on # USB
|
device pci 1d.0 on # USB
|
||||||
subsystemid 0x1849 0x27c8
|
subsystemid 0x1849 0x27c8
|
||||||
end
|
end
|
||||||
|
@ -78,6 +80,8 @@ chip northbridge/intel/x4x # Northbridge
|
||||||
subsystemid 0x1849 0x27cc
|
subsystemid 0x1849 0x27cc
|
||||||
end
|
end
|
||||||
device pci 1e.0 on end # PCI bridge
|
device pci 1e.0 on end # PCI bridge
|
||||||
|
device pci 1e.2 off end # AC'97 Audio
|
||||||
|
device pci 1e.3 off end # AC'97 Modem
|
||||||
device pci 1f.0 on # ISA bridge
|
device pci 1f.0 on # ISA bridge
|
||||||
subsystemid 0x1849 0x27b8
|
subsystemid 0x1849 0x27b8
|
||||||
chip superio/nuvoton/nct6776
|
chip superio/nuvoton/nct6776
|
||||||
|
|
|
@ -57,6 +57,8 @@ chip northbridge/intel/x4x # Northbridge
|
||||||
device pci 1c.1 on end # PCIe 2
|
device pci 1c.1 on end # PCIe 2
|
||||||
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
|
||||||
|
device pci 1c.4 off end # PCIe 5
|
||||||
|
device pci 1c.5 off end # PCIe 6
|
||||||
device pci 1d.0 on # USB
|
device pci 1d.0 on # USB
|
||||||
subsystemid 0x1849 0x27c8
|
subsystemid 0x1849 0x27c8
|
||||||
end
|
end
|
||||||
|
@ -73,6 +75,8 @@ chip northbridge/intel/x4x # Northbridge
|
||||||
subsystemid 0x1849 0x27cc
|
subsystemid 0x1849 0x27cc
|
||||||
end
|
end
|
||||||
device pci 1e.0 on end # PCI bridge
|
device pci 1e.0 on end # PCI bridge
|
||||||
|
device pci 1e.2 off end # AC'97 Audio
|
||||||
|
device pci 1e.3 off end # AC'97 Modem
|
||||||
device pci 1f.0 on # ISA bridge
|
device pci 1f.0 on # ISA bridge
|
||||||
subsystemid 0x1849 0x27b8
|
subsystemid 0x1849 0x27b8
|
||||||
chip superio/winbond/w83627dhg
|
chip superio/winbond/w83627dhg
|
||||||
|
|
Loading…
Reference in New Issue