commit | ca7db866fead1d01ecf018343a99e3cd0d095d51 | [log] [tgz] |
---|---|---|
author | Bernhard Messerklinger <bernhard.messerklinger@br-automation.com> | Mon Jan 07 12:14:40 2019 +0100 |
committer | Bin Meng <bmeng.cn@gmail.com> | Tue Feb 12 14:37:16 2019 +0800 |
tree | e299ce7fc070030228b0ea21317def7da7d07224 | |
parent | 2436396a11a0b74742f3df330b4056b6a112bf01 [diff] |
x86: tsc: Add support for native calibration of TSC freq Add native tsc calibration function. Calibrate the tsc timer the same way as linux does in arch/x86/kernel/tsc.c. Fixes booting for Apollo Lake processors. Signed-off-by: Bernhard Messerklinger <bernhard.messerklinger@br-automation.com> Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>