mb/*/*: Harmonise FD and devicetree on boards featuring ICH7
On some boards the devicetree and Function Disable register did not match. In this case the FD values are put in the devicetree as these were the values that were actually used in practice. A complete devicetree will make it easier to automatically disable devices in ramstage. Change-Id: I1692ca5f490ea84e2fc520d3f66044ad7514f76e Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/27122 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
This commit is contained in:
committed by
Felix Held
parent
81dd52b7eb
commit
b9d2589ca4
@@ -49,12 +49,15 @@ chip northbridge/intel/pineview # Northbridge
|
||||
device pci 1c.1 on end # PCIe 2
|
||||
device pci 1c.2 on end # PCIe 3
|
||||
device pci 1c.3 on end # PCIe 4
|
||||
# (PCIe 5 and 6 not on nm10?)
|
||||
device pci 1d.0 on end # USB
|
||||
device pci 1d.1 on end # USB
|
||||
device pci 1d.2 on end # USB
|
||||
device pci 1d.3 on end # USB
|
||||
device pci 1d.7 on end # USB
|
||||
device pci 1e.0 on end # PCI bridge
|
||||
#device pci 1e.2 off end # AC'97 Audio (not on nm10?)
|
||||
#device pci 1e.3 off end # AC'97 Modem (not on nm10?)
|
||||
device pci 1f.0 on # ISA bridge
|
||||
chip superio/winbond/w83627thg # Super I/O
|
||||
device pnp 4e.0 off end # Floppy
|
||||
@@ -90,7 +93,7 @@ chip northbridge/intel/pineview # Northbridge
|
||||
end
|
||||
end
|
||||
end
|
||||
device pci 1f.1 off end
|
||||
device pci 1f.1 off end # PATA
|
||||
device pci 1f.2 on end # SATA
|
||||
device pci 1f.3 on # SMbus
|
||||
chip drivers/i2c/ck505 # ICS9EPRS525
|
||||
|
||||
@@ -55,20 +55,20 @@ chip northbridge/intel/i945
|
||||
register "p_cnt_throttling_supported" = "0"
|
||||
|
||||
device pci 1b.0 on end # High Definition Audio
|
||||
device pci 1c.0 on end # PCIe
|
||||
device pci 1c.1 on end # PCIe
|
||||
device pci 1c.2 on end # PCIe
|
||||
#device pci 1c.3 off end # PCIe port 4
|
||||
#device pci 1c.4 off end # PCIe port 5
|
||||
#device pci 1c.5 off end # PCIe port 6
|
||||
device pci 1c.0 on end # PCIe port 1
|
||||
device pci 1c.1 off end # PCIe port 2
|
||||
device pci 1c.2 on end # PCIe port 3
|
||||
device pci 1c.3 on end # PCIe port 4
|
||||
device pci 1c.4 off end # PCIe port 5
|
||||
device pci 1c.5 off end # PCIe port 6
|
||||
device pci 1d.0 on end # USB UHCI
|
||||
device pci 1d.1 on end # USB UHCI
|
||||
device pci 1d.2 on end # USB UHCI
|
||||
device pci 1d.3 on end # USB UHCI
|
||||
device pci 1d.7 on end # USB2 EHCI
|
||||
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 1e.2 off end # AC'97 Audio
|
||||
device pci 1e.3 off end # AC'97 Modem
|
||||
device pci 1f.0 on # LPC bridge
|
||||
chip superio/smsc/lpc47m15x
|
||||
device pnp 2e.0 off # Floppy
|
||||
@@ -100,10 +100,9 @@ chip northbridge/intel/i945
|
||||
end
|
||||
end
|
||||
end
|
||||
#device pci 1f.1 off end # IDE
|
||||
device pci 1f.1 off end # IDE
|
||||
device pci 1f.2 on end # SATA
|
||||
device pci 1f.3 on end # SMBus
|
||||
#device pci 1f.4 off end # Realtek ID Codec
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user