From 7337bdcbcaa46d8ffc8cbde1fd0889ca9ac66af6 Mon Sep 17 00:00:00 2001 From: "Tan, Lean Sheng" Date: Tue, 25 Aug 2020 08:24:47 -0700 Subject: soc/intel/common: Add Elkhart Lake B0 CPU ID Add Elkhart Lake B0 CPU ID. Signed-off-by: Tan, Lean Sheng Change-Id: I90fab9a6392443005ee7224049931c687cb77c0c Reviewed-on: https://review.coreboot.org/c/coreboot/+/44798 Tested-by: build bot (Jenkins) Reviewed-by: Werner Zeh Reviewed-by: Subrata Banik Reviewed-by: Maulik V Vaghela --- src/soc/intel/common/block/include/intelblocks/mp_init.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/soc/intel/common/block/include') 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 6220b766ab..96b3c0a2c8 100644 --- a/src/soc/intel/common/block/include/intelblocks/mp_init.h +++ b/src/soc/intel/common/block/include/intelblocks/mp_init.h @@ -43,6 +43,7 @@ #define CPUID_TIGERLAKE_A0 0x806c0 #define CPUID_TIGERLAKE_B0 0x806c1 #define CPUID_ELKHARTLAKE_A0 0x90660 +#define CPUID_ELKHARTLAKE_B0 0x90661 #define CPUID_ALDERLAKE_S_A0 0x90670 #define CPUID_ALDERLAKE_P_A0 0x906a0 /* -- cgit v1.2.3