Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-05 | board_f: Drop setup_dram_config() wrapper | Simon Glass | |
By making dram_init_banksize() return an error code we can drop the wrapper. Adjust this and clean up all implementations. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Stefan Roese <sr@denx.de> | |||
2015-08-05 | x86: Add support for U-Boot as an EFI application | Ben Stoltz | |
Add the required x86 glue code. This includes the initial start-up, relocation and jumping to efi_main(). We also need to avoid fiddling with interrupts. Signed-off-by: Ben Stoltz <stoltz@google.com> Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> |