summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/alderlake/cpu.c
diff options
context:
space:
mode:
authorSean Rhodes <sean@starlabs.systems>2024-02-13 20:44:52 +0000
committerFelix Held <felix-coreboot@felixheld.de>2024-02-19 17:42:44 +0000
commit00b81adfedd0f61beb3fd7f3775f5d215b6307c4 (patch)
treef9399d44aab58601ffabae5d533cd20cedd5da37 /src/soc/intel/alderlake/cpu.c
parentccd18d1bb4a0d8a689c508833f2af21f92a4a8ac (diff)
downloadcoreboot-00b81adfedd0f61beb3fd7f3775f5d215b6307c4.tar.gz
coreboot-00b81adfedd0f61beb3fd7f3775f5d215b6307c4.tar.bz2
coreboot-00b81adfedd0f61beb3fd7f3775f5d215b6307c4.zip
soc/intel/alderlake: Include ADL-N ID 5 0x4618
This patch adds support for using ADL N 4-core MCH ID 0x4618. Signed-off-by: Sean Rhodes <sean@starlabs.systems> Change-Id: I3e4855ce93666c54ab35def9b58e4b13bc9a8672 Reviewed-on: https://review.coreboot.org/c/coreboot/+/80488 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Diffstat (limited to 'src/soc/intel/alderlake/cpu.c')
-rw-r--r--src/soc/intel/alderlake/cpu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/intel/alderlake/cpu.c b/src/soc/intel/alderlake/cpu.c
index fafd54d9f15d..2d25bb653a0f 100644
--- a/src/soc/intel/alderlake/cpu.c
+++ b/src/soc/intel/alderlake/cpu.c
@@ -240,6 +240,7 @@ enum adl_cpu_type get_adl_cpu_type(void)
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,
};
const uint16_t rpl_hx_mch_ids[] = {