summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/common/block/include/intelblocks/mp_init.h
diff options
context:
space:
mode:
authorVarshit Pandya <varshit.b.pandya@intel.com>2021-01-17 18:39:29 +0530
committerPatrick Georgi <pgeorgi@google.com>2021-01-22 14:26:38 +0000
commitf4d98fdd20bbe3981684d32d3d3b257ab81163bb (patch)
tree6d055b3f1cc54ab467e3deff6a1c43527fffdbc7 /src/soc/intel/common/block/include/intelblocks/mp_init.h
parentf2d38baa983ad168466c5a5ac960da48ebaf34e2 (diff)
downloadcoreboot-f4d98fdd20bbe3981684d32d3d3b257ab81163bb.tar.gz
coreboot-f4d98fdd20bbe3981684d32d3d3b257ab81163bb.tar.bz2
coreboot-f4d98fdd20bbe3981684d32d3d3b257ab81163bb.zip
soc/intel/commmon: Include Alder Lake device IDs
Add Alder Lake M specific CPU, System AGent, PCH (Alder Point aka ADP), IGD device IDs. Document Number: 619501, 626817 Signed-off-by: Varshit Pandya <varshit.b.pandya@intel.com> Change-Id: Ib13fe229f9e65eae8967aa20e28e29ac5c319265 Reviewed-on: https://review.coreboot.org/c/coreboot/+/49629 Reviewed-by: Maulik V Vaghela <maulik.v.vaghela@intel.com> Reviewed-by: Subrata Banik <subrata.banik@intel.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/common/block/include/intelblocks/mp_init.h')
-rw-r--r--src/soc/intel/common/block/include/intelblocks/mp_init.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/intel/common/block/include/intelblocks/mp_init.h b/src/soc/intel/common/block/include/intelblocks/mp_init.h
index 96b3c0a2c813..7dc85df24efa 100644
--- a/src/soc/intel/common/block/include/intelblocks/mp_init.h
+++ b/src/soc/intel/common/block/include/intelblocks/mp_init.h
@@ -46,6 +46,7 @@
#define CPUID_ELKHARTLAKE_B0 0x90661
#define CPUID_ALDERLAKE_S_A0 0x90670
#define CPUID_ALDERLAKE_P_A0 0x906a0
+#define CPUID_ALDERLAKE_M_A0 0x906a1
/*
* MP Init callback function to Find CPU Topology. This function is common
* among all SOCs and thus its in Common CPU block.