Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-16 | efi_loader: helloworld.c: Reduce file size | Alexander Graf | |
The efi linker script includes sections needed for the dynamic linker. However, in our EFI application environment we don't have a dynamic linker. So let's remove them. That way we save on 4k padding and reduce the file size of the hello world efi binary from ~4k to ~1k. Signed-off-by: Alexander Graf <agraf@suse.de> | |||
2016-11-14 | efi: arm: Add EFI app support | Simon Glass | |
Add support for EFI apps on ARM. This includes start-up and relocation code, plus a link script and some compiler setting changes. Signed-off-by: Simon Glass <sjg@chromium.org> [agraf: Remove whitespace change, add kconfig dep] Signed-off-by: Alexander Graf <agraf@suse.de> |