commit | 0576f551c5b72798cd9ee59d672e8805b1faea9e | [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 | df579daefe9a450a5b84a218938bc8132d0ac332 [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>