| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-03-27 | efi_loader: Fix some entry/exit points | Alexander Graf | |
| When switching between EFI context and U-Boot context we need to swap the register that "gd" resides in. Some functions slipped through here, with efi_allocate_pool / efi_free_pool not doing the switch correctly and efi_return_handle switching too often. Fix them all up to make sure we always have consistent register state. Signed-off-by: Alexander Graf <[email protected]> | |||
| 2016-03-15 | efi_loader: Add PE image loader | Alexander Graf | |
| EFI uses the PE binary format for its application images. Add support to EFI PE binaries as well as all necessary bits for the "EFI image loader" interfaces. Signed-off-by: Alexander Graf <[email protected]> Reviewed-by: Simon Glass <[email protected]> Tested-by: Simon Glass <[email protected]> | |||
