From 3638a52a6413b31f67105335dd93909473316287 Mon Sep 17 00:00:00 2001 From: Lijian Zhao Date: Thu, 12 Jul 2018 17:16:11 -0700 Subject: soc/intel/coffeelake: Add initial coffeelake support Add coffeelake config and include path to coffeelake fsp header files. BUG=N/A TEST=Using private mainboard file can boot up on coffeelake rvp platform. Change-Id: Ide180de32a9d1896bed85b9e093963721c3d6041 Signed-off-by: Lijian Zhao Reviewed-on: https://review.coreboot.org/27468 Reviewed-by: Pratikkumar V Prajapati Tested-by: build bot (Jenkins) --- src/soc/intel/cannonlake/Kconfig | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'src/soc/intel/cannonlake/Kconfig') diff --git a/src/soc/intel/cannonlake/Kconfig b/src/soc/intel/cannonlake/Kconfig index 101d71eb37..e6a2062c4a 100644 --- a/src/soc/intel/cannonlake/Kconfig +++ b/src/soc/intel/cannonlake/Kconfig @@ -3,6 +3,19 @@ config SOC_INTEL_CANNONLAKE help Intel Cannonlake support +config SOC_INTEL_COFFEELAKE + bool + default n + select SOC_INTEL_CANNONLAKE + help + Intel Coffeelake support + +config CANNONLAKE_SOC_PCH_H + bool + default n + help + Choose this option if you have a PCH-H chipset. + if SOC_INTEL_CANNONLAKE config CPU_SPECIFIC_OPTIONS -- cgit v1.2.3