summaryrefslogtreecommitdiff
path: root/arch/x86/cpu/turbo.c
Commit message (Collapse)AuthorAgeLines
* x86: Add Intel speedstep and turbo mode codeSimon Glass2014-11-25-0/+98
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>