From 1041d399cbbae9042a021502f9e105b078f5046e Mon Sep 17 00:00:00 2001 From: Aamir Bohra Date: Fri, 2 Jun 2017 11:56:14 +0530 Subject: soc/intel/skylake: Add config for cpu base clock frequency Add config for cpu base clock frequency(Mhz) and replace current refrence from soc/cpu.h with config option. Change-Id: Idf8e85f7ae6d965fa987a4f5c4905503ee354d69 Signed-off-by: Aamir Bohra Reviewed-on: https://review.coreboot.org/20016 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/soc/intel/skylake/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/soc/intel/skylake/Kconfig') diff --git a/src/soc/intel/skylake/Kconfig b/src/soc/intel/skylake/Kconfig index 80cdde63f8..067e833090 100644 --- a/src/soc/intel/skylake/Kconfig +++ b/src/soc/intel/skylake/Kconfig @@ -323,4 +323,8 @@ config SOC_INTEL_COMMON_BLOCK_GSPI_MAX int default 2 +config CPU_BCLK_MHZ + int + default 100 + endif -- cgit v1.2.3