mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 06:00:43 +00:00
x86: efi: payload: Add default TSC frequency in the device tree
It was observed sometimes U-Boot as the EFI 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: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
864915561b
commit
7bdf39cfaf
1 changed files with 4 additions and 0 deletions
|
@ -30,6 +30,10 @@
|
|||
stdout-path = "/serial";
|
||||
};
|
||||
|
||||
tsc-timer {
|
||||
clock-frequency = <1000000000>;
|
||||
};
|
||||
|
||||
pci {
|
||||
compatible = "pci-x86";
|
||||
u-boot,dm-pre-reloc;
|
||||
|
|
Loading…
Reference in a new issue