summaryrefslogtreecommitdiff
path: root/lib/efi_loader/efi_image_loader.c
Commit message (Expand)AuthorAgeFilesLines
* efi_loader: image_loader: support image authenticationAKASHI Takahiro2020-04-161-13/+449
* common: Move ARM cache operations out of common.hSimon Glass2019-12-021-0/+1
* efi_loader: unload applications upon Exit()Heinrich Schuchardt2019-05-071-0/+2
* efi_loader: consistent naming of protocol GUIDsHeinrich Schuchardt2019-04-231-4/+4
* efi_loader: boottime: add loaded image device path protocol to image handleAKASHI Takahiro2019-04-071-0/+2
* efi_loader: set image_base and image_size to correct valuesAKASHI Takahiro2019-04-071-11/+11
* efi_loader: do not miss last relocation blockHeinrich Schuchardt2019-02-161-1/+1
* efi_loader: documentation of image loaderHeinrich Schuchardt2019-02-161-9/+19
* efi_loader: set entry point in efi_load_pe()Heinrich Schuchardt2019-02-161-16/+21
* efi_loader: refactor efi_setup_loaded_image()Heinrich Schuchardt2018-09-231-10/+13
* efi_loader: Use compiler constants for image loaderAlexander Graf2018-07-251-6/+6
* riscv: Add support for HI20 PE relocationsAlexander Graf2018-06-141-0/+14
* efi_loader: remove unnecessary includeHeinrich Schuchardt2018-06-031-1/+0
* efi_loader: correctly apply relocations from the .reloc sectionIvan Gorinov2018-06-031-3/+11
* efi_loader: Use EFI_CACHELINE_SIZE in the image loader tooAlexander Graf2018-05-291-1/+1
* SPDX: Convert a few files that were missed beforeTom Rini2018-05-101-2/+1
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-271-2/+0
* efi_loader: Check machine type in the image headerIvan Gorinov2018-04-061-12/+39
* efi_loader: new functions to print loaded image informationHeinrich Schuchardt2018-04-051-0/+46
* efi_loader: ImageSize must be multiple of SectionAlignmentHeinrich Schuchardt2018-04-041-0/+2
* efi_loader: save image relocation address and sizeHeinrich Schuchardt2018-04-041-0/+2
* efi_loader: fix building crt0 on armHeinrich Schuchardt2018-02-101-1/+1
* efi_loader: allocate correct memory type for EFI imageHeinrich Schuchardt2018-01-221-24/+40
* efi_loader: use correct format string for unsigned longHeinrich Schuchardt2018-01-221-4/+4
* efi_loader: set loaded image code/data type properlyRob Clark2017-09-201-0/+22
* efi_loader: add bootmgrRob Clark2017-09-201-0/+1
* efi_loader: add file/filesys supportRob Clark2017-09-201-0/+3
* efi_loader: refactor efi_open_protocolxypron.glpk@gmx.de2017-07-191-8/+0
* efi_loader: abort on unsupported relocation typexypron.glpk@gmx.de2017-07-041-2/+8
* efi: Correct cache flush alignmentSimon Glass2016-11-141-1/+2
* efi_loader: Fix relocations above 64kb image sizeAlexander Graf2016-08-201-1/+1
* efi_loader: Fix some entry/exit pointsAlexander Graf2016-03-271-4/+1
* efi_loader: Add PE image loaderAlexander Graf2016-03-151-0/+188