Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-02 | common: Move checkcpu() out of common.h | Simon Glass | |
This function belongs in cpu_func.h so move it over. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com> | |||
2019-05-08 | x86: broadwell: Allow booting from SPL | Simon Glass | |
At present broadwell only supports booting straight into U-Boot proper. Add a separate init file to boot from SPL into U-Boot proper, and select it when SPL is in use. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> |