Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-14 | dm: dts: Convert driver model tags to use new schema | Simon Glass | |
Now that Linux has accepted these tags, move the device tree files in U-Boot over to use them. Signed-off-by: Simon Glass <sjg@chromium.org> | |||
2021-08-02 | x86: dts: Define a default TSC timer frequency | Bin Meng | |
If for some reason, TSC timer frequency cannot be determined from hardware, nor is it specified in the device tree, U-Boot will panic resulting in endless reset during boot. Let's define a default TSC timer frequency using the Kconfig value CONFIG_X86_TSC_TIMER_FREQ (note: #include must be used instead of /include/ otherwise the macro is not pre-processed). Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org> | |||
2015-12-01 | x86: Convert to use driver model timer | Bin Meng | |
Convert all x86 boards to use driver model tsc timer. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org> |