From ba6b07e88884c62b4075b4e7156fc205e7f7971e Mon Sep 17 00:00:00 2001 From: Aaron Durbin Date: Tue, 14 Jan 2014 17:28:33 -0600 Subject: cpu/intel: allow non-packaged scoped turbo setting In the past the turbo disable setting (bit 38) of the IA32_MISC_ENABLES msr has been package scoped. That means knocking the turbo disable bit down enabled turbo for the entire package. Sadly, that's no longer true on all Intel processors. Therefore, allow non-packaged scoped turbo setting by introducing the CPU_INTEL_TURBO_NOT_PACKAGE_SCOPED Kconfig option. It defaults to false which was the original assumption. BUG=chrome-os-partner:25014 BRANCH=baytrail TEST=Built and ran both ways successfully. Change-Id: I71a31e76ff47878023081fc47da643187517b597 Signed-off-by: Aaron Durbin Reviewed-on: https://chromium-review.googlesource.com/182405 Reviewed-by: Duncan Laurie Reviewed-on: http://review.coreboot.org/5047 Tested-by: build bot (Jenkins) Reviewed-by: Alexandru Gagniuc --- src/cpu/intel/turbo/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/cpu/intel/turbo/Kconfig (limited to 'src/cpu/intel/turbo/Kconfig') diff --git a/src/cpu/intel/turbo/Kconfig b/src/cpu/intel/turbo/Kconfig new file mode 100644 index 0000000000..5432c28eb3 --- /dev/null +++ b/src/cpu/intel/turbo/Kconfig @@ -0,0 +1,6 @@ + +config CPU_INTEL_TURBO_NOT_PACKAGE_SCOPED + def_bool n + help + This option indicates that the turbo mode setting is not package + scoped. i.e. enable_turbo() needs to be called on not just the bsp -- cgit v1.2.3