summaryrefslogtreecommitdiff
path: root/src/soc/intel/common/block/sata/sata.c
diff options
context:
space:
mode:
authorBora Guvendik <bora.guvendik@intel.com>2022-02-28 14:43:49 -0800
committerFelix Held <felix-coreboot@felixheld.de>2022-05-16 13:12:05 +0000
commita15b25f6fd3b121913508bf6b603856d5026be2c (patch)
tree937af3198d16eee54e5d9284855aca312ce077e6 /src/soc/intel/common/block/sata/sata.c
parent7e3159c3d2ee0d1aa51aac57fbeb34ffc08255e7 (diff)
soc/intel: Add Raptor Lake device IDs
Add Raptor Lake specific CPU, System Agent, PCH, IGD device IDs. References: RaptorLake External Design Specification Volume 1 (640555) 600/700 Series PCH External Design Specification Volume 1 (626817) Change-Id: I39e655dec2314a672ea63ba90d8bb3fc53bf77ba Signed-off-by: Bora Guvendik <bora.guvendik@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/63750 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nick Vaccaro <nvaccaro@google.com> Reviewed-by: Subrata Banik <subratabanik@google.com> Reviewed-by: Anil Kumar K <anil.kumar.k@intel.com>
Diffstat (limited to 'src/soc/intel/common/block/sata/sata.c')
-rw-r--r--src/soc/intel/common/block/sata/sata.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/soc/intel/common/block/sata/sata.c b/src/soc/intel/common/block/sata/sata.c
index bc3c1b1d94..d0dc11855e 100644
--- a/src/soc/intel/common/block/sata/sata.c
+++ b/src/soc/intel/common/block/sata/sata.c
@@ -14,6 +14,8 @@ static struct device_operations sata_ops = {
static const unsigned short pci_device_ids[] = {
PCI_DID_INTEL_MTL_SATA,
+ PCI_DID_INTEL_RPP_P_SATA_1,
+ PCI_DID_INTEL_RPP_P_SATA_2,
PCI_DID_INTEL_SPT_U_SATA,
PCI_DID_INTEL_SPT_U_Y_PREMIUM_SATA,
PCI_DID_INTEL_SPT_KBL_SATA,