summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/arch-ivybridge/model_206ax.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2014-11-24 21:18:18 -0700
committerSimon Glass <sjg@chromium.org>2014-11-25 06:34:14 -0700
commit24774278c9dc4e44487cb565282d4a4830327fd4 (patch)
tree89880053b7c4baa1f78ec892a4eff9551cddcb8d /arch/x86/include/asm/arch-ivybridge/model_206ax.h
parentd1ef1132bbcf2cc14f36f5114d88ff3fa74106df (diff)
downloadu-boot-imx-24774278c9dc4e44487cb565282d4a4830327fd4.zip
u-boot-imx-24774278c9dc4e44487cb565282d4a4830327fd4.tar.gz
u-boot-imx-24774278c9dc4e44487cb565282d4a4830327fd4.tar.bz2
x86: ivybridge: Add northbridge init functions
Add init for the northbridge, another part of the platform controller hub. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/x86/include/asm/arch-ivybridge/model_206ax.h')
-rw-r--r--arch/x86/include/asm/arch-ivybridge/model_206ax.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/x86/include/asm/arch-ivybridge/model_206ax.h b/arch/x86/include/asm/arch-ivybridge/model_206ax.h
index 8281d7a..7b4f2e7 100644
--- a/arch/x86/include/asm/arch-ivybridge/model_206ax.h
+++ b/arch/x86/include/asm/arch-ivybridge/model_206ax.h
@@ -79,4 +79,8 @@
#define PSS_LATENCY_TRANSITION 10
#define PSS_LATENCY_BUSMASTER 10
+/* Configure power limits for turbo mode */
+void set_power_limits(u8 power_limit_1_time);
+int cpu_config_tdp_levels(void);
+
#endif