From c8d47169f43da95fcf8a8c385d49e0a464e58a97 Mon Sep 17 00:00:00 2001 From: Lean Sheng Tan Date: Thu, 7 Mar 2024 17:46:25 +0100 Subject: soc/intel/alderlake: Add Raptor Lake System Agent Device IDs Add System Agent IDs for Raptor Lake SKUs based on RPL Datasheet (Doc ID: 743844) & EDS Vol 1 (Doc ID: 640555). Signed-off-by: Lean Sheng Tan Change-Id: I805040c65852742f1bbc43b443e115bcb0a930aa Reviewed-on: https://review.coreboot.org/c/coreboot/+/81115 Reviewed-by: Jan Samek Reviewed-by: Angel Pons Tested-by: build bot (Jenkins) --- src/soc/intel/common/block/systemagent/systemagent.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/soc/intel/common/block') diff --git a/src/soc/intel/common/block/systemagent/systemagent.c b/src/soc/intel/common/block/systemagent/systemagent.c index 99c145d56a..b53814e35d 100644 --- a/src/soc/intel/common/block/systemagent/systemagent.c +++ b/src/soc/intel/common/block/systemagent/systemagent.c @@ -535,6 +535,9 @@ static const unsigned short systemagent_ids[] = { PCI_DID_INTEL_RPL_P_ID_3, PCI_DID_INTEL_RPL_P_ID_4, PCI_DID_INTEL_RPL_P_ID_5, + PCI_DID_INTEL_RPL_P_ID_6, + PCI_DID_INTEL_RPL_P_ID_7, + PCI_DID_INTEL_RPL_P_ID_8, 0 }; -- cgit v1.2.3