aboutsummaryrefslogtreecommitdiff
path: root/include/efi_loader.h
AgeCommit message (Expand)Author
2021-03-25efi: Add ESRT to the EFI system tableJose Marinho
2021-03-25efi_loader: Replace config option for initrd loadingIlias Apalodimas
2021-03-25efi_loader: Add helper functions for EFIIlias Apalodimas
2021-03-25efi_loader: Add device path related functions for initrd via Boot####Ilias Apalodimas
2021-02-26efi_loader: fix documentation in efi_loader.hHeinrich Schuchardt
2021-01-20efi_loader: efi_size_in_pages() missing parenthesesHeinrich Schuchardt
2021-01-20efi_loader: remove EFI_UNICODE_COLLATION_PROTOCOLHeinrich Schuchardt
2021-01-13efi_loader: implement EFI_DT_FIXUP_PROTOCOLHeinrich Schuchardt
2021-01-13efi_loader: setting boot deviceHeinrich Schuchardt
2021-01-13efi_loader: carve out efi_check_pe()Heinrich Schuchardt
2020-12-31efi: capsule: Add support for uefi capsule authenticationSughosh Ganu
2020-12-31efi_loader: Re-factor code to build the signature store from efi signature listSughosh Ganu
2020-12-31efi_loader: Make the pkcs7 header parsing function an externSughosh Ganu
2020-12-31efi_loader: Add size checks to efi_create_indexed_name()Ilias Apalodimas
2020-12-31efi_loader: use after free in efi_exit()Heinrich Schuchardt
2020-12-31efi_loader: describe struct efi_loaded_image_objHeinrich Schuchardt
2020-12-10efi_loader: make efi_protocol_open() non-staticHeinrich Schuchardt
2020-12-10efi_loader: move EFI_LOAD_FILE2_PROTOCOL_GUIDHeinrich Schuchardt
2020-12-03efi_loader: add firmware management protocol for raw imageAKASHI Takahiro
2020-12-03efi_loader: add firmware management protocol for FIT imageAKASHI Takahiro
2020-12-03efi_loader: capsule: support firmware updateAKASHI Takahiro
2020-12-03efi_loader: capsule: add capsule_on_disk supportAKASHI Takahiro
2020-12-03efi_loader: define UpdateCapsule apiAKASHI Takahiro
2020-11-14efi_loader: Add basic EFI_TCG2_PROTOCOL supportIlias Apalodimas
2020-11-14efi_selftest: keep devices in ExitBootServices()Heinrich Schuchardt
2020-10-30efi_loader: add efi_create_indexed_name()AKASHI Takahiro
2020-09-27efi_loader: installation of EFI_RNG_PROTOCOLHeinrich Schuchardt
2020-08-24efi_loader: efi_dp_check_length()Heinrich Schuchardt
2020-08-14efi_loader: signature: correct a behavior against multiple signaturesAKASHI Takahiro
2020-08-13efi_loader: signature: rework for intermediate certificates supportAKASHI Takahiro
2020-08-08efi_loader: set load options in boot managerHeinrich Schuchardt
2020-08-08efi_loader: factor out efi_set_load_options()Heinrich Schuchardt
2020-07-11efi_loader: new function efi_memcpy_runtime()Heinrich Schuchardt
2020-07-11efi_loader: export efi_convert_pointer()Heinrich Schuchardt
2020-07-11efi_loader: image_loader: add digest-based verification for signed imageAKASHI Takahiro
2020-07-11efi_loader: image_loader: verification for all signatures should passAKASHI Takahiro
2020-07-03efi_loader: export initialization stateHeinrich Schuchardt
2020-06-03efi_loader: validate load optionHeinrich Schuchardt
2020-05-21efi_loader: device path for virtio block devicesHeinrich Schuchardt
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18common: Drop part.h from common headerSimon Glass
2020-05-17efi_loader: round the memory area in efi_add_memory_map()Michael Walle
2020-05-04efi_loader: disk: add efi_disk_is_system_part()AKASHI Takahiro
2020-04-30efi_loader: remove CONFIG_EFI_SECURE_BOOT in efi_loader.hAKASHI Takahiro
2020-04-30efi_loader: identify EFI system partitionHeinrich Schuchardt
2020-04-16efi_loader: image_loader: support image authenticationAKASHI Takahiro
2020-04-16efi_loader: variable: support variable authenticationAKASHI Takahiro
2020-04-16efi_loader: add signature database parserAKASHI Takahiro
2020-04-16efi_loader: add signature verification functionsAKASHI Takahiro
2020-03-22efi_loader: definition of GetNextVariableName()Heinrich Schuchardt