summaryrefslogtreecommitdiff
path: root/include/efi_loader.h
AgeCommit message (Expand)AuthorFilesLines
2023-11-29efi_loader: Enable RISCV_EFI_BOOT_PROTOCOL supportSunil V L1-0/+4
2021-08-17efi_loader: use correct type for AllocatePages, AllocatePoolHeinrich Schuchardt1-4/+5
2021-08-14efi_loader: add ExitBootServices() measurementMasahisa Kojima1-0/+1
2021-08-14efi_loader: add boot variable measurementMasahisa Kojima1-0/+4
2021-07-28Allow efi_loader header to be included alwaysSimon Glass1-91/+94
2021-07-24efi_loader: remove asm/setjmp.h from efi_api.hAKASHI Takahiro1-0/+1
2021-07-02efi_loader: Always install FMPsIlias Apalodimas1-0/+1
2021-05-28efi_loader: add PE/COFF image measurementMasahisa Kojima1-0/+6
2021-05-24efi_loader: add macro for const EFI runtime dataMarek Behún1-0/+17
2021-05-24efi_loader: add Sphinx doc for __efi_runtime and __efi_runtime_dataMarek Behún1-3/+26
2021-05-24efi_loader: fix warning when linking with LTOMarek Behún1-2/+2
2021-05-24treewide: Convert macro and uses of __section(foo) to __section("foo")Marek Behún1-2/+2
2021-03-25efi: Add ESRT to the EFI system tableJose Marinho1-0/+24
2021-03-25efi_loader: Replace config option for initrd loadingIlias Apalodimas1-0/+1
2021-03-25efi_loader: Add helper functions for EFIIlias Apalodimas1-0/+7
2021-03-25efi_loader: Add device path related functions for initrd via Boot####Ilias Apalodimas1-0/+4
2021-02-26efi_loader: fix documentation in efi_loader.hHeinrich Schuchardt1-7/+13
2021-01-20efi_loader: efi_size_in_pages() missing parenthesesHeinrich Schuchardt1-1/+1
2021-01-20efi_loader: remove EFI_UNICODE_COLLATION_PROTOCOLHeinrich Schuchardt1-3/+0
2021-01-13efi_loader: implement EFI_DT_FIXUP_PROTOCOLHeinrich Schuchardt1-0/+2
2021-01-13efi_loader: setting boot deviceHeinrich Schuchardt1-2/+4
2021-01-13efi_loader: carve out efi_check_pe()Heinrich Schuchardt1-0/+2
2020-12-31efi: capsule: Add support for uefi capsule authenticationSughosh Ganu1-0/+6
2020-12-31efi_loader: Re-factor code to build the signature store from efi signature listSughosh Ganu1-0/+2
2020-12-31efi_loader: Make the pkcs7 header parsing function an externSughosh Ganu1-0/+4
2020-12-31efi_loader: Add size checks to efi_create_indexed_name()Ilias Apalodimas1-1/+2
2020-12-31efi_loader: use after free in efi_exit()Heinrich Schuchardt1-2/+2
2020-12-31efi_loader: describe struct efi_loaded_image_objHeinrich Schuchardt1-1/+3
2020-12-10efi_loader: make efi_protocol_open() non-staticHeinrich Schuchardt1-0/+5
2020-12-10efi_loader: move EFI_LOAD_FILE2_PROTOCOL_GUIDHeinrich Schuchardt1-0/+3
2020-12-03efi_loader: add firmware management protocol for raw imageAKASHI Takahiro1-0/+1
2020-12-03efi_loader: add firmware management protocol for FIT imageAKASHI Takahiro1-0/+2
2020-12-03efi_loader: capsule: support firmware updateAKASHI Takahiro1-0/+2
2020-12-03efi_loader: capsule: add capsule_on_disk supportAKASHI Takahiro1-0/+9
2020-12-03efi_loader: define UpdateCapsule apiAKASHI Takahiro1-0/+13
2020-11-14efi_loader: Add basic EFI_TCG2_PROTOCOL supportIlias Apalodimas1-0/+2
2020-11-14efi_selftest: keep devices in ExitBootServices()Heinrich Schuchardt1-0/+3
2020-10-30efi_loader: add efi_create_indexed_name()AKASHI Takahiro1-0/+3
2020-09-27efi_loader: installation of EFI_RNG_PROTOCOLHeinrich Schuchardt1-1/+2
2020-08-24efi_loader: efi_dp_check_length()Heinrich Schuchardt1-0/+2
2020-08-14efi_loader: signature: correct a behavior against multiple signaturesAKASHI Takahiro1-3/+6
2020-08-13efi_loader: signature: rework for intermediate certificates supportAKASHI Takahiro1-4/+4
2020-08-08efi_loader: set load options in boot managerHeinrich Schuchardt1-1/+1
2020-08-08efi_loader: factor out efi_set_load_options()Heinrich Schuchardt1-0/+3
2020-07-12efi_loader: new function efi_memcpy_runtime()Heinrich Schuchardt1-0/+3
2020-07-12efi_loader: export efi_convert_pointer()Heinrich Schuchardt1-0/+3
2020-07-12efi_loader: image_loader: add digest-based verification for signed imageAKASHI Takahiro1-0/+2
2020-07-12efi_loader: image_loader: verification for all signatures should passAKASHI Takahiro1-6/+7
2020-07-03efi_loader: export initialization stateHeinrich Schuchardt1-0/+3
2020-06-03efi_loader: validate load optionHeinrich Schuchardt1-1/+2