summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Rhodes <sean@starlabs.systems>2024-02-13 20:43:36 +0000
committerFelix Held <felix-coreboot@felixheld.de>2024-02-19 17:42:20 +0000
commitccd18d1bb4a0d8a689c508833f2af21f92a4a8ac (patch)
tree57dd3d67a92235470dc66dbcf912d798e09108ee
parent17e48e853007217de5ee0d4a28944884b6d75fe5 (diff)
downloadcoreboot-ccd18d1bb4a0d8a689c508833f2af21f92a4a8ac.tar.gz
coreboot-ccd18d1bb4a0d8a689c508833f2af21f92a4a8ac.tar.bz2
coreboot-ccd18d1bb4a0d8a689c508833f2af21f92a4a8ac.zip
soc/intel/common: Add ADL_N ID 5 0x4618
This patch adds ADL N 4-core MCH ID 0x4618. Signed-off-by: Sean Rhodes <sean@starlabs.systems> Change-Id: I47bd8fa991a48d30be4975b7965f2c3c859836dd Reviewed-on: https://review.coreboot.org/c/coreboot/+/80487 Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r--src/include/device/pci_ids.h1
-rw-r--r--src/soc/intel/common/block/systemagent/systemagent.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h
index d2f429c9f3b0..f980f4e14f9c 100644
--- a/src/include/device/pci_ids.h
+++ b/src/include/device/pci_ids.h
@@ -4260,6 +4260,7 @@
#define PCI_DID_INTEL_ADL_N_ID_2 0x461B
#define PCI_DID_INTEL_ADL_N_ID_3 0x461c
#define PCI_DID_INTEL_ADL_N_ID_4 0x4614
+#define PCI_DID_INTEL_ADL_N_ID_5 0x4618
#define PCI_DID_INTEL_MTL_M_ID 0x7D00
#define PCI_DID_INTEL_MTL_P_ID_1 0x7D01
#define PCI_DID_INTEL_MTL_P_ID_2 0x7D02
diff --git a/src/soc/intel/common/block/systemagent/systemagent.c b/src/soc/intel/common/block/systemagent/systemagent.c
index 5c7959960fab..99c145d56a29 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,