From e98722856e37c31152f1561891a1428a7bdbb557 Mon Sep 17 00:00:00 2001 From: Lijian Zhao Date: Sun, 21 Jan 2018 21:05:54 -0800 Subject: soc/intel/cannonlake: Add Cannonlake D0 support in mpinit and report Both early platform information reporting in bootblock and common code CPU driver will add support for cannonlake D0 stepping processor. BUG=None TEST=Boot up system with D0 stepping CPU installed, check serial log that can display as D0 stepping. Change-Id: I76ee974ee027100d7853a110f95b1601987492e4 Signed-off-by: Lijian Zhao Reviewed-on: https://review.coreboot.org/23350 Tested-by: build bot (Jenkins) Reviewed-by: Subrata Banik Reviewed-by: Pratikkumar V Prajapati Reviewed-by: Aaron Durbin --- src/soc/intel/cannonlake/bootblock/report_platform.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/soc/intel/cannonlake/bootblock') diff --git a/src/soc/intel/cannonlake/bootblock/report_platform.c b/src/soc/intel/cannonlake/bootblock/report_platform.c index 969a8f73f9..c81e53435c 100644 --- a/src/soc/intel/cannonlake/bootblock/report_platform.c +++ b/src/soc/intel/cannonlake/bootblock/report_platform.c @@ -35,6 +35,7 @@ static struct { { CPUID_CANNONLAKE_A0, "Cannonlake A0" }, { CPUID_CANNONLAKE_B0, "Cannonlake B0" }, { CPUID_CANNONLAKE_C0, "Cannonlake C0" }, + { CPUID_CANNONLAKE_D0, "Cannonlake D0" }, }; static struct { -- cgit v1.2.3