[U-Boot] [PATCH v2 25/30] x86: Add Intel speedstep and turbo mode code

Simon Glass sjg at chromium.org
Tue Nov 25 03:49:16 CET 2014


On 14 November 2014 at 18:18, Simon Glass <sjg at 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 at 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.


More information about the U-Boot mailing list