Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-30 | x86: Add a CPU driver for baytrail | Simon Glass | |
This driver supports multi-core init and sets up the CPU frequencies correctly. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> | |||
2014-11-25 | x86: Add Intel speedstep and turbo mode code | Simon Glass | |
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> |