commit | 8675845e3c8fb8f80cc2f9bde6f873f9ac0e8975 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Fri Aug 10 02:39:37 2018 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Mon Aug 20 13:52:49 2018 +0800 |
tree | 3ad436482e133d4e9991f9fd8e970e9bf4c21d80 | |
parent | 20ffaae098dea000beb62ce9381308d7dba80247 [diff] |
x86: coreboot: Add default TSC frequency in the device tree It was observed sometimes U-Boot as the coreboot payload fails to boot on QEMU. This is because TSC calibration fails with no valid frequency. This adds default TSC frequency in the device tree. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Christian Gmeiner <christian.gmeiner@gmail.com>