summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/common/block/uart/uart.c
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/uart/uart.c
parentf99d6700f167b70d883dd4ecf9a82bff21fea5d5 (diff)
downloadcoreboot-14d69d03b79958ca35ed39405570ff37cfebfe1f.tar.gz
coreboot-14d69d03b79958ca35ed39405570ff37cfebfe1f.tar.bz2
coreboot-14d69d03b79958ca35ed39405570ff37cfebfe1f.zip
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/uart/uart.c')
-rw-r--r--src/soc/intel/common/block/uart/uart.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/soc/intel/common/block/uart/uart.c b/src/soc/intel/common/block/uart/uart.c
index 76e4bc9a681f..912349850bef 100644
--- a/src/soc/intel/common/block/uart/uart.c
+++ b/src/soc/intel/common/block/uart/uart.c
@@ -406,6 +406,10 @@ static const unsigned short pci_device_ids[] = {
PCI_DID_INTEL_ADP_M_N_UART1,
PCI_DID_INTEL_ADP_M_N_UART2,
PCI_DID_INTEL_ADP_M_N_UART3,
+ PCI_DID_INTEL_RPP_S_UART0,
+ PCI_DID_INTEL_RPP_S_UART1,
+ PCI_DID_INTEL_RPP_S_UART2,
+ PCI_DID_INTEL_RPP_S_UART3,
0,
};