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