Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-20 | efi_loader: set loaded image code/data type properly | Rob Clark | |
These should be set according to the image type. Shell.efi and SCT.efi use these fields to determine what sort of image they are loading. Signed-off-by: Rob Clark <robdclark@gmail.com> Signed-off-by: Alexander Graf <agraf@suse.de> | |||
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 <agraf@suse.de> Reviewed-by: Simon Glass <sjg@chromium.org> Tested-by: Simon Glass <sjg@chromium.org> |