
25 Nov
2014
25 Nov
'14
3:49 a.m.
On 14 November 2014 at 18:18, Simon Glass sjg@chromium.org wrote:
Intel chips have a turbo mode where they can run faster for a short period until they reach thermal limits. Add code to adjust and query this feature.
Signed-off-by: Simon Glass sjg@chromium.org
Changes in v2: None
arch/x86/cpu/Makefile | 1 + arch/x86/cpu/turbo.c | 98 ++++++++++++++++++++++++++++++++++++++++ arch/x86/include/asm/speedstep.h | 89 ++++++++++++++++++++++++++++++++++++ arch/x86/include/asm/turbo.h | 31 +++++++++++++ 4 files changed, 219 insertions(+) create mode 100644 arch/x86/cpu/turbo.c create mode 100644 arch/x86/include/asm/speedstep.h create mode 100644 arch/x86/include/asm/turbo.h
Applied to u-boot-x86.