diff options
author | Marx Wang <marx.wang@intel.corp-partner.google.com> | 2022-12-20 10:48:33 +0800 |
---|---|---|
committer | Martin L Roth <gaumless@gmail.com> | 2022-12-22 18:47:50 +0000 |
commit | 39ede0af15f17bf853d7b3208d301dc623251c29 (patch) | |
tree | 3a407ce5120cd1570f5a8e6da9dbc6b070fe0917 /src/include | |
parent | 174d2635fd3fda2f3bd3c33ebafce2f4a4561663 (diff) |
soc/intel/alderlake: Add Raptor Lake device IDs
Add system agent ID for RPL QDF#Q2MB/Q2PS
TEST=able to build coreboot successfully
Signed-off-by: Marx Wang <marx.wang@intel.com>
Change-Id: I169c8bc51cdf7fbfcdb1996d93afa4a352e2fddf
Reviewed-on: https://review.coreboot.org/c/coreboot/+/71121
Reviewed-by: Subrata Banik <subratabanik@google.com>
Reviewed-by: Tarun Tuli <taruntuli@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/device/pci_ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h index 196f8e6727..548ad00199 100644 --- a/src/include/device/pci_ids.h +++ b/src/include/device/pci_ids.h @@ -4136,6 +4136,7 @@ #define PCI_DID_INTEL_RPL_P_ID_2 0xa707 #define PCI_DID_INTEL_RPL_P_ID_3 0xa708 #define PCI_DID_INTEL_RPL_P_ID_4 0xa71b +#define PCI_DID_INTEL_RPL_P_ID_5 0xa71c /* Intel SMBUS device Ids */ #define PCI_DID_INTEL_LPT_H_SMBUS 0x8c22 |