commit | 864915561b3273a4f8894804146d6739e8e49ab2 | [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 | 165db7c426f1946376c3643fd635afd6b167e3ee [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>