summaryrefslogtreecommitdiff
path: root/lib/efi_loader/efi_image_loader.c
AgeCommit message (Expand)Author
2019-05-07efi_loader: unload applications upon Exit()Heinrich Schuchardt
2019-04-23efi_loader: consistent naming of protocol GUIDsHeinrich Schuchardt
2019-04-07efi_loader: boottime: add loaded image device path protocol to image handleAKASHI Takahiro
2019-04-07efi_loader: set image_base and image_size to correct valuesAKASHI Takahiro
2019-02-16efi_loader: do not miss last relocation blockHeinrich Schuchardt
2019-02-16efi_loader: documentation of image loaderHeinrich Schuchardt
2019-02-16efi_loader: set entry point in efi_load_pe()Heinrich Schuchardt
2018-09-23efi_loader: refactor efi_setup_loaded_image()Heinrich Schuchardt
2018-07-25efi_loader: Use compiler constants for image loaderAlexander Graf
2018-06-14riscv: Add support for HI20 PE relocationsAlexander Graf
2018-06-03efi_loader: remove unnecessary includeHeinrich Schuchardt
2018-06-03efi_loader: correctly apply relocations from the .reloc sectionIvan Gorinov
2018-05-29efi_loader: Use EFI_CACHELINE_SIZE in the image loader tooAlexander Graf
2018-05-10SPDX: Convert a few files that were missed beforeTom Rini
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini
2018-04-06efi_loader: Check machine type in the image headerIvan Gorinov
2018-04-05efi_loader: new functions to print loaded image informationHeinrich Schuchardt
2018-04-04efi_loader: ImageSize must be multiple of SectionAlignmentHeinrich Schuchardt
2018-04-04efi_loader: save image relocation address and sizeHeinrich Schuchardt
2018-02-10efi_loader: fix building crt0 on armHeinrich Schuchardt
2018-01-22efi_loader: allocate correct memory type for EFI imageHeinrich Schuchardt
2018-01-22efi_loader: use correct format string for unsigned longHeinrich Schuchardt
2017-09-20efi_loader: set loaded image code/data type properlyRob Clark
2017-09-20efi_loader: add bootmgrRob Clark
2017-09-20efi_loader: add file/filesys supportRob Clark
2017-07-19efi_loader: refactor efi_open_protocolxypron.glpk@gmx.de
2017-07-04efi_loader: abort on unsupported relocation typexypron.glpk@gmx.de
2016-11-14efi: Correct cache flush alignmentSimon Glass
2016-08-20efi_loader: Fix relocations above 64kb image sizeAlexander Graf
2016-03-27efi_loader: Fix some entry/exit pointsAlexander Graf
2016-03-15efi_loader: Add PE image loaderAlexander Graf