summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/xeon_sp/skx/include
diff options
context:
space:
mode:
authorSubrata Banik <subrata.banik@intel.com>2021-07-15 15:37:36 +0530
committerSubrata Banik <subrata.banik@intel.com>2021-07-17 09:50:14 +0000
commitf427e8028c1bc90c717661ba6b9ee9dff993d8ae (patch)
tree39841f1ab74a8aae8465a621130443ed98dba4ad /src/soc/intel/xeon_sp/skx/include
parent647a7bb7776c64e63dc3c7d553e733cbdc9f5e1f (diff)
downloadcoreboot-f427e8028c1bc90c717661ba6b9ee9dff993d8ae.tar.gz
coreboot-f427e8028c1bc90c717661ba6b9ee9dff993d8ae.tar.bz2
coreboot-f427e8028c1bc90c717661ba6b9ee9dff993d8ae.zip
cpu/intel: Add dedicated file to grow Intel CPUIDs
This patch removes all local `CPUID_` macros from SoC directories and creates a common cpu_ids.h inside include/cpu/intel/cpu_ids.h. SoC users are expected to add any new CPUID support into cpu_ids.h and include 'cpu/intel/cpu_ids.h' into respective files that look for `CPUID_` macro. Note: CPUIDs for HSW, BDW and Quark are still inside the respective directory. Change-Id: Id88e038c5d8b1ae077c822554582410de6f4a7ca Signed-off-by: Subrata Banik <subrata.banik@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/56333 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: EricR Lai <ericr_lai@compal.corp-partner.google.com> Reviewed-by: Furquan Shaikh <furquan@google.com>
Diffstat (limited to 'src/soc/intel/xeon_sp/skx/include')
-rw-r--r--src/soc/intel/xeon_sp/skx/include/soc/cpu.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/soc/intel/xeon_sp/skx/include/soc/cpu.h b/src/soc/intel/xeon_sp/skx/include/soc/cpu.h
index 433598b5c067..ef712ab246ab 100644
--- a/src/soc/intel/xeon_sp/skx/include/soc/cpu.h
+++ b/src/soc/intel/xeon_sp/skx/include/soc/cpu.h
@@ -4,13 +4,9 @@
#define _SOC_CPU_H_
#include <device/device.h>
+#include <cpu/intel/cpu_ids.h>
#include <cpu/x86/msr.h>
-/* SKXSP CPUID */
-#define CPUID_SKYLAKE_SP_A0_A1 0x506f0
-#define CPUID_SKYLAKE_SP_B0 0x506f1
-#define CPUID_SKYLAKE_SP_4 0x50654
-
/* CPU bus clock is fixed at 100MHz */
#define CPU_BCLK 100