Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | x86: Add relocation and link script for a 64-bit EFI application | Simon Glass | 2015-08-05 | -0/+83 |
| | | | | | | | | | | Add a linker script and relocation code for building 64-bit EFI applications. This can be used for the EFI stub. Signed-off-by: Simon Glass <sjg@chromium.org> Improvements to how the payload is built: Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> | |||
* | x86: Add support for U-Boot as an EFI application | Ben Stoltz | 2015-08-05 | -0/+173 |
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> |