Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-07 | x86: Move turbo_state to global_data | Simon Glass | |
To avoid using BSS in SPL before SDRAM is set up, move this field to global_data. 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> |