Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-05 | x86: Handle running as EFI payload | Simon Glass | |
When U-Boot runs as an EFI payload it needs to avoid setting up the CPU again. Also U-Boot currently does not handle interrupts for many devices, so run with interrupts disabled. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> |