soc/intel/common: Add Elkhart Lake B0 CPU ID
Add Elkhart Lake B0 CPU ID. Signed-off-by: Tan, Lean Sheng <lean.sheng.tan@intel.com> Change-Id: I90fab9a6392443005ee7224049931c687cb77c0c Reviewed-on: https://review.coreboot.org/c/coreboot/+/44798 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Werner Zeh <werner.zeh@siemens.com> Reviewed-by: Subrata Banik <subrata.banik@intel.com> Reviewed-by: Maulik V Vaghela <maulik.v.vaghela@intel.com>
This commit is contained in:
parent
48697fe009
commit
7337bdcbca
|
@ -75,6 +75,7 @@ static const struct cpu_device_id cpu_table[] = {
|
|||
{ X86_VENDOR_INTEL, CPUID_TIGERLAKE_A0 },
|
||||
{ X86_VENDOR_INTEL, CPUID_TIGERLAKE_B0 },
|
||||
{ X86_VENDOR_INTEL, CPUID_ELKHARTLAKE_A0 },
|
||||
{ X86_VENDOR_INTEL, CPUID_ELKHARTLAKE_B0 },
|
||||
{ X86_VENDOR_INTEL, CPUID_JASPERLAKE_A0 },
|
||||
{ X86_VENDOR_INTEL, CPUID_ALDERLAKE_S_A0 },
|
||||
{ X86_VENDOR_INTEL, CPUID_ALDERLAKE_P_A0 },
|
||||
|
|
|
@ -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
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue