aboutsummaryrefslogtreecommitdiff
path: root/lib/efi_loader/efi_image_loader.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-03efi_loader: remove unnecessary includeHeinrich Schuchardt1-1/+0
2018-06-03efi_loader: correctly apply relocations from the .reloc sectionIvan Gorinov1-3/+11
2018-05-29efi_loader: Use EFI_CACHELINE_SIZE in the image loader tooAlexander Graf1-1/+1
2018-05-10SPDX: Convert a few files that were missed beforeTom Rini1-2/+1
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2018-04-06efi_loader: Check machine type in the image headerIvan Gorinov1-12/+39
2018-04-05efi_loader: new functions to print loaded image informationHeinrich Schuchardt1-0/+46
2018-04-04efi_loader: ImageSize must be multiple of SectionAlignmentHeinrich Schuchardt1-0/+2
2018-04-04efi_loader: save image relocation address and sizeHeinrich Schuchardt1-0/+2
2018-02-10efi_loader: fix building crt0 on armHeinrich Schuchardt1-1/+1
2018-01-22efi_loader: allocate correct memory type for EFI imageHeinrich Schuchardt1-24/+40
2018-01-22efi_loader: use correct format string for unsigned longHeinrich Schuchardt1-4/+4
2017-09-20efi_loader: set loaded image code/data type properlyRob Clark1-0/+22
2017-09-20efi_loader: add bootmgrRob Clark1-0/+1
2017-09-20efi_loader: add file/filesys supportRob Clark1-0/+3
2017-07-19efi_loader: refactor efi_open_protocolxypron.glpk@gmx.de1-8/+0
2017-07-04efi_loader: abort on unsupported relocation typexypron.glpk@gmx.de1-2/+8
2016-11-14efi: Correct cache flush alignmentSimon Glass1-1/+2
2016-08-20efi_loader: Fix relocations above 64kb image sizeAlexander Graf1-1/+1
2016-03-27efi_loader: Fix some entry/exit pointsAlexander Graf1-4/+1
2016-03-15efi_loader: Add PE image loaderAlexander Graf1-0/+188