summaryrefslogtreecommitdiff
path: root/lib/efi_loader/efi_image_loader.c
AgeCommit message (Expand)Author
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