projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
165db7c
)
x86: coreboot: Add default TSC frequency in the device tree
author
Bin Meng
<
[email protected]
>
Fri, 10 Aug 2018 09:39:37 +0000
(
02:39
-0700)
committer
Bin Meng
<
[email protected]
>
Mon, 20 Aug 2018 05:52:49 +0000
(13:52 +0800)
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 <
[email protected]
>
Reviewed-by: Christian Gmeiner <
[email protected]
>
arch/x86/dts/coreboot.dts
patch
|
blob
|
history
diff --git
a/arch/x86/dts/coreboot.dts
b/arch/x86/dts/coreboot.dts
index a94f7818331c1f601073c47c3bd3cbf816f42575..e212f3dc7dbe12f19ef49ef99bc4d2565c8b8679 100644
(file)
--- a/
arch/x86/dts/coreboot.dts
+++ b/
arch/x86/dts/coreboot.dts
@@
-30,6
+30,10
@@
stdout-path = "/serial";
};
+ tsc-timer {
+ clock-frequency = <1000000000>;
+ };
+
pci {
compatible = "pci-x86";
u-boot,dm-pre-reloc;