From aed4aca3fcc7209224229b813b353cc78ae0e0ed Mon Sep 17 00:00:00 2001 From: Felix Held Date: Sat, 13 Feb 2021 03:03:55 +0100 Subject: soc/amd/cezanne/chipset.cb: add SMBus and data fabric PCI devices Signed-off-by: Felix Held Change-Id: Ica9b4adb1ec2b3663ce2d623cfe7b6539cd9c71b Reviewed-on: https://review.coreboot.org/c/coreboot/+/50631 Reviewed-by: Marshall Dawson Reviewed-by: Angel Pons Tested-by: build bot (Jenkins) --- src/soc/amd/cezanne/chipset.cb | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/soc') diff --git a/src/soc/amd/cezanne/chipset.cb b/src/soc/amd/cezanne/chipset.cb index f4d5ccc782..42c711a276 100644 --- a/src/soc/amd/cezanne/chipset.cb +++ b/src/soc/amd/cezanne/chipset.cb @@ -4,5 +4,14 @@ chip soc/amd/cezanne end device domain 0 on 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 -- cgit v1.2.3