summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/turbo.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-04-29 22:26:02 -0600
committerSimon Glass <sjg@chromium.org>2015-04-30 16:13:50 -0600
commitede9709316f6c4d18d2a3e126879af2816c0b329 (patch)
treeb50ae3f944398dd07775c14afb135362d989cc15 /arch/x86/include/asm/turbo.h
parentbcb0c61e1a7f2a418e986044a9ade06561f8f8a8 (diff)
downloadu-boot-imx-ede9709316f6c4d18d2a3e126879af2816c0b329.zip
u-boot-imx-ede9709316f6c4d18d2a3e126879af2816c0b329.tar.gz
u-boot-imx-ede9709316f6c4d18d2a3e126879af2816c0b329.tar.bz2
x86: Add a CPU driver for baytrail
This driver supports multi-core init and sets up the CPU frequencies correctly. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'arch/x86/include/asm/turbo.h')
-rw-r--r--arch/x86/include/asm/turbo.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/x86/include/asm/turbo.h b/arch/x86/include/asm/turbo.h
index bb0d4b4..21b910b 100644
--- a/arch/x86/include/asm/turbo.h
+++ b/arch/x86/include/asm/turbo.h
@@ -12,9 +12,6 @@
#define CPUID_LEAF_PM 6
#define PM_CAP_TURBO_MODE (1 << 1)
-#define MSR_IA32_MISC_ENABLES 0x1a0
-#define H_MISC_DISABLE_TURBO (1 << 6)
-
enum {
TURBO_UNKNOWN,
TURBO_UNAVAILABLE,