From ccd18d1bb4a0d8a689c508833f2af21f92a4a8ac Mon Sep 17 00:00:00 2001 From: Sean Rhodes Date: Tue, 13 Feb 2024 20:43:36 +0000 Subject: soc/intel/common: Add ADL_N ID 5 0x4618 This patch adds ADL N 4-core MCH ID 0x4618. Signed-off-by: Sean Rhodes Change-Id: I47bd8fa991a48d30be4975b7965f2c3c859836dd Reviewed-on: https://review.coreboot.org/c/coreboot/+/80487 Reviewed-by: Felix Singer Tested-by: build bot (Jenkins) --- src/soc/intel/common/block/systemagent/systemagent.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/soc/intel/common/block/systemagent') diff --git a/src/soc/intel/common/block/systemagent/systemagent.c b/src/soc/intel/common/block/systemagent/systemagent.c index 5c7959960f..99c145d56a 100644 --- a/src/soc/intel/common/block/systemagent/systemagent.c +++ b/src/soc/intel/common/block/systemagent/systemagent.c @@ -516,6 +516,7 @@ static const unsigned short systemagent_ids[] = { PCI_DID_INTEL_ADL_N_ID_2, PCI_DID_INTEL_ADL_N_ID_3, PCI_DID_INTEL_ADL_N_ID_4, + PCI_DID_INTEL_ADL_N_ID_5, PCI_DID_INTEL_RPL_HX_ID_1, PCI_DID_INTEL_RPL_HX_ID_2, PCI_DID_INTEL_RPL_HX_ID_3, -- cgit v1.2.3