summaryrefslogtreecommitdiff
path: root/src/soc/intel/common/block/cse
diff options
context:
space:
mode:
authorJeremy Soller <jackpot51@gmail.com>2023-05-17 14:52:03 -0600
committerFelix Held <felix-coreboot@felixheld.de>2023-05-23 20:21:39 +0000
commit14d69d03b79958ca35ed39405570ff37cfebfe1f (patch)
tree57c846ac65a2183aa43fbba80460fa0cdd5c1014 /src/soc/intel/common/block/cse
parentf99d6700f167b70d883dd4ecf9a82bff21fea5d5 (diff)
soc/intel/common: Add RPP-S PCI IDs
Add PCI IDs to support Raptor Point PCH. Ref: Intel 700 Series PCH Datasheet, Volume 1 (#743835, rev 2) Change-Id: Iee410ed3179260b08d45f50e8126fb815c686324 Signed-off-by: Jeremy Soller <jeremy@system76.com> Signed-off-by: Tim Crawford <tcrawford@system76.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/73437 Reviewed-by: Subrata Banik <subratabanik@google.com> Reviewed-by: Paul Menzel <paulepanter@mailbox.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/common/block/cse')
-rw-r--r--src/soc/intel/common/block/cse/cse.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/soc/intel/common/block/cse/cse.c b/src/soc/intel/common/block/cse/cse.c
index 1aa3454f6f..990e10607b 100644
--- a/src/soc/intel/common/block/cse/cse.c
+++ b/src/soc/intel/common/block/cse/cse.c
@@ -1490,6 +1490,10 @@ static const unsigned short pci_device_ids[] = {
PCI_DID_INTEL_ADP_M_CSE1,
PCI_DID_INTEL_ADP_M_CSE2,
PCI_DID_INTEL_ADP_M_CSE3,
+ PCI_DID_INTEL_RPP_S_CSE0,
+ PCI_DID_INTEL_RPP_S_CSE1,
+ PCI_DID_INTEL_RPP_S_CSE2,
+ PCI_DID_INTEL_RPP_S_CSE3,
0,
};