summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/common/block/include/intelblocks/mp_init.h
diff options
context:
space:
mode:
authorSubrata Banik <subrata.banik@intel.com>2020-02-03 10:51:01 +0530
committerPatrick Georgi <pgeorgi@google.com>2020-02-04 16:14:18 +0000
commitd8663e0fc6629835eba44cc78e63e285aced897f (patch)
tree0a1c3568e40efeda10c22740c92b2f505e4495c4 /src/soc/intel/common/block/include/intelblocks/mp_init.h
parent6ec322ec7c27005d64a907076188b09a7cf09aa7 (diff)
downloadcoreboot-d8663e0fc6629835eba44cc78e63e285aced897f.tar.gz
coreboot-d8663e0fc6629835eba44cc78e63e285aced897f.tar.bz2
coreboot-d8663e0fc6629835eba44cc78e63e285aced897f.zip
soc/intel: Remove duplicate CPUID entry
This patch removes duplicate CPUID entry between KBL and CFL. CFL-D0 has KBL CPU + CNP PCH hence no need to redefine same KBL CPUID (0x806EA) for CFL-D0. TEST=CFL-D0 report platform serial msg shows "Cofeelake D0" with CPUID 0x806EA. Change-Id: I078dd7860891896b512967dc8dec5dd94d069193 Signed-off-by: Subrata Banik <subrata.banik@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/38672 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: V Sowmya <v.sowmya@intel.com>
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, 0 insertions, 1 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 e0b0d8c174e9..c0c58afc8d50 100644
--- a/src/soc/intel/common/block/include/intelblocks/mp_init.h
+++ b/src/soc/intel/common/block/include/intelblocks/mp_init.h
@@ -40,7 +40,6 @@
#define CPUID_GLK_R0 0x706a8
#define CPUID_WHISKEYLAKE_V0 0x806ec
#define CPUID_WHISKEYLAKE_W0 0x806eb
-#define CPUID_COFFEELAKE_D0 0x806ea
#define CPUID_COFFEELAKE_U0 0x906ea
#define CPUID_COFFEELAKE_B0 0x906eb
#define CPUID_COFFEELAKE_P0 0x906ec