| Commit message (Expand) | Author | Age | Files | Lines |
* | efi_loader: image_loader: support image authentication | AKASHI Takahiro | 2020-04-16 | 1 | -13/+449 |
* | common: Move ARM cache operations out of common.h | Simon Glass | 2019-12-02 | 1 | -0/+1 |
* | efi_loader: unload applications upon Exit() | Heinrich Schuchardt | 2019-05-07 | 1 | -0/+2 |
* | efi_loader: consistent naming of protocol GUIDs | Heinrich Schuchardt | 2019-04-23 | 1 | -4/+4 |
* | efi_loader: boottime: add loaded image device path protocol to image handle | AKASHI Takahiro | 2019-04-07 | 1 | -0/+2 |
* | efi_loader: set image_base and image_size to correct values | AKASHI Takahiro | 2019-04-07 | 1 | -11/+11 |
* | efi_loader: do not miss last relocation block | Heinrich Schuchardt | 2019-02-16 | 1 | -1/+1 |
* | efi_loader: documentation of image loader | Heinrich Schuchardt | 2019-02-16 | 1 | -9/+19 |
* | efi_loader: set entry point in efi_load_pe() | Heinrich Schuchardt | 2019-02-16 | 1 | -16/+21 |
* | efi_loader: refactor efi_setup_loaded_image() | Heinrich Schuchardt | 2018-09-23 | 1 | -10/+13 |
* | efi_loader: Use compiler constants for image loader | Alexander Graf | 2018-07-25 | 1 | -6/+6 |
* | riscv: Add support for HI20 PE relocations | Alexander Graf | 2018-06-14 | 1 | -0/+14 |
* | efi_loader: remove unnecessary include | Heinrich Schuchardt | 2018-06-03 | 1 | -1/+0 |
* | efi_loader: correctly apply relocations from the .reloc section | Ivan Gorinov | 2018-06-03 | 1 | -3/+11 |
* | efi_loader: Use EFI_CACHELINE_SIZE in the image loader too | Alexander Graf | 2018-05-29 | 1 | -1/+1 |
* | SPDX: Convert a few files that were missed before | Tom Rini | 2018-05-10 | 1 | -2/+1 |
* | Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR | Tom Rini | 2018-04-27 | 1 | -2/+0 |
* | efi_loader: Check machine type in the image header | Ivan Gorinov | 2018-04-06 | 1 | -12/+39 |
* | efi_loader: new functions to print loaded image information | Heinrich Schuchardt | 2018-04-05 | 1 | -0/+46 |
* | efi_loader: ImageSize must be multiple of SectionAlignment | Heinrich Schuchardt | 2018-04-04 | 1 | -0/+2 |
* | efi_loader: save image relocation address and size | Heinrich Schuchardt | 2018-04-04 | 1 | -0/+2 |
* | efi_loader: fix building crt0 on arm | Heinrich Schuchardt | 2018-02-10 | 1 | -1/+1 |
* | efi_loader: allocate correct memory type for EFI image | Heinrich Schuchardt | 2018-01-22 | 1 | -24/+40 |
* | efi_loader: use correct format string for unsigned long | Heinrich Schuchardt | 2018-01-22 | 1 | -4/+4 |
* | efi_loader: set loaded image code/data type properly | Rob Clark | 2017-09-20 | 1 | -0/+22 |
* | efi_loader: add bootmgr | Rob Clark | 2017-09-20 | 1 | -0/+1 |
* | efi_loader: add file/filesys support | Rob Clark | 2017-09-20 | 1 | -0/+3 |
* | efi_loader: refactor efi_open_protocol | xypron.glpk@gmx.de | 2017-07-19 | 1 | -8/+0 |
* | efi_loader: abort on unsupported relocation type | xypron.glpk@gmx.de | 2017-07-04 | 1 | -2/+8 |
* | efi: Correct cache flush alignment | Simon Glass | 2016-11-14 | 1 | -1/+2 |
* | efi_loader: Fix relocations above 64kb image size | Alexander Graf | 2016-08-20 | 1 | -1/+1 |
* | efi_loader: Fix some entry/exit points | Alexander Graf | 2016-03-27 | 1 | -4/+1 |
* | efi_loader: Add PE image loader | Alexander Graf | 2016-03-15 | 1 | -0/+188 |