diff options
author | Simon Glass <sjg@chromium.org> | 2014-11-24 21:18:18 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2014-11-25 06:34:14 -0700 |
commit | 24774278c9dc4e44487cb565282d4a4830327fd4 (patch) | |
tree | 89880053b7c4baa1f78ec892a4eff9551cddcb8d /arch/x86/include/asm/arch-ivybridge/model_206ax.h | |
parent | d1ef1132bbcf2cc14f36f5114d88ff3fa74106df (diff) |
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.h | 4 |
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 8281d7a67b..7b4f2e790b 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 |