soc/amd/cezanne/chipset.cb: add SMBus and data fabric PCI devices
Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: Ica9b4adb1ec2b3663ce2d623cfe7b6539cd9c71b Reviewed-on: https://review.coreboot.org/c/coreboot/+/50631 Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
65418cc8b5
commit
aed4aca3fc
|
@ -4,5 +4,14 @@ chip soc/amd/cezanne
|
||||||
end
|
end
|
||||||
device domain 0 on
|
device domain 0 on
|
||||||
device pci 00.0 alias gnb on end
|
device pci 00.0 alias gnb on end
|
||||||
|
device pci 14.0 on end # SMBus, primary FCH function
|
||||||
|
device pci 18.0 on end # Data fabric [0-7]
|
||||||
|
device pci 18.1 on end
|
||||||
|
device pci 18.2 on end
|
||||||
|
device pci 18.3 on end
|
||||||
|
device pci 18.4 on end
|
||||||
|
device pci 18.5 on end
|
||||||
|
device pci 18.6 on end
|
||||||
|
device pci 18.7 on end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue