summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Zhao <john.zhao@intel.com>2022-01-13 09:09:05 -0800
committerSubrata Banik <subratabanik@google.com>2022-01-16 13:20:06 +0000
commit0f76a18c3a70fbdb1505a7e23b554026596be5c2 (patch)
tree444f801f65c5f1ee9903d4c4a35e1a9974529043
parentac24a96579d1b26978081b7cf29874474aabc525 (diff)
downloadcoreboot-0f76a18c3a70fbdb1505a7e23b554026596be5c2.tar.gz
coreboot-0f76a18c3a70fbdb1505a7e23b554026596be5c2.tar.bz2
coreboot-0f76a18c3a70fbdb1505a7e23b554026596be5c2.zip
soc/intel/denverton_ns: Add the Primary to Sideband Bridge definition
This change adds the Primary to Sideband Bridge(B0, D31, F1) definition for the platform in order to maintain the common block API build. BUG=b:213574324 TEST=Build platforms coreboot images successfully. Signed-off-by: John Zhao <john.zhao@intel.com> Change-Id: I1c4ddfce6cc6e41b2c63f99990d105b4bbb6f175 Reviewed-on: https://review.coreboot.org/c/coreboot/+/61074 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org> Reviewed-by: Subrata Banik <subratabanik@google.com>
-rw-r--r--src/soc/intel/denverton_ns/include/soc/pci_devs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/intel/denverton_ns/include/soc/pci_devs.h b/src/soc/intel/denverton_ns/include/soc/pci_devs.h
index 9fa38e40e4a7..f1e120c339c5 100644
--- a/src/soc/intel/denverton_ns/include/soc/pci_devs.h
+++ b/src/soc/intel/denverton_ns/include/soc/pci_devs.h
@@ -143,6 +143,7 @@
#define PCH_DEVFN_SPI _PCH_DEVFN(LPC, 5)
#define PCH_DEV_LPC _PCH_DEV(LPC, 0)
#define PCH_DEV_SPI _PCH_DEV(LPC, 5)
+#define PCH_DEV_P2SB _PCH_DEV(LPC, 1)
#define PCH_DEV_SMBUS _PCH_DEV(LPC, 4)
/* VT-d support value to match FSP settings */