summaryrefslogtreecommitdiffstats
path: root/include/efi_loader.h
Commit message (Expand)AuthorAgeFilesLines
* efi: Add ESRT to the EFI system tableJose Marinho2021-03-251-0/+24
* efi_loader: Replace config option for initrd loadingIlias Apalodimas2021-03-251-0/+1
* efi_loader: Add helper functions for EFIIlias Apalodimas2021-03-251-0/+7
* efi_loader: Add device path related functions for initrd via Boot####Ilias Apalodimas2021-03-251-0/+4
* efi_loader: fix documentation in efi_loader.hHeinrich Schuchardt2021-02-261-7/+13
* efi_loader: efi_size_in_pages() missing parenthesesHeinrich Schuchardt2021-01-201-1/+1
* efi_loader: remove EFI_UNICODE_COLLATION_PROTOCOLHeinrich Schuchardt2021-01-201-3/+0
* efi_loader: implement EFI_DT_FIXUP_PROTOCOLHeinrich Schuchardt2021-01-131-0/+2
* efi_loader: setting boot deviceHeinrich Schuchardt2021-01-131-2/+4
* efi_loader: carve out efi_check_pe()Heinrich Schuchardt2021-01-131-0/+2
* efi: capsule: Add support for uefi capsule authenticationSughosh Ganu2020-12-311-0/+6
* efi_loader: Re-factor code to build the signature store from efi signature listSughosh Ganu2020-12-311-0/+2
* efi_loader: Make the pkcs7 header parsing function an externSughosh Ganu2020-12-311-0/+4
* efi_loader: Add size checks to efi_create_indexed_name()Ilias Apalodimas2020-12-311-1/+2
* efi_loader: use after free in efi_exit()Heinrich Schuchardt2020-12-311-2/+2
* efi_loader: describe struct efi_loaded_image_objHeinrich Schuchardt2020-12-311-1/+3
* efi_loader: make efi_protocol_open() non-staticHeinrich Schuchardt2020-12-101-0/+5
* efi_loader: move EFI_LOAD_FILE2_PROTOCOL_GUIDHeinrich Schuchardt2020-12-101-0/+3
* efi_loader: add firmware management protocol for raw imageAKASHI Takahiro2020-12-031-0/+1
* efi_loader: add firmware management protocol for FIT imageAKASHI Takahiro2020-12-031-0/+2
* efi_loader: capsule: support firmware updateAKASHI Takahiro2020-12-031-0/+2
* efi_loader: capsule: add capsule_on_disk supportAKASHI Takahiro2020-12-031-0/+9
* efi_loader: define UpdateCapsule apiAKASHI Takahiro2020-12-031-0/+13
* efi_loader: Add basic EFI_TCG2_PROTOCOL supportIlias Apalodimas2020-11-141-0/+2
* efi_selftest: keep devices in ExitBootServices()Heinrich Schuchardt2020-11-141-0/+3
* efi_loader: add efi_create_indexed_name()AKASHI Takahiro2020-10-301-0/+3
* efi_loader: installation of EFI_RNG_PROTOCOLHeinrich Schuchardt2020-09-271-1/+2
* efi_loader: efi_dp_check_length()Heinrich Schuchardt2020-08-241-0/+2
* efi_loader: signature: correct a behavior against multiple signaturesAKASHI Takahiro2020-08-141-3/+6
* efi_loader: signature: rework for intermediate certificates supportAKASHI Takahiro2020-08-131-4/+4
* efi_loader: set load options in boot managerHeinrich Schuchardt2020-08-081-1/+1
* efi_loader: factor out efi_set_load_options()Heinrich Schuchardt2020-08-081-0/+3
* efi_loader: new function efi_memcpy_runtime()Heinrich Schuchardt2020-07-111-0/+3
* efi_loader: export efi_convert_pointer()Heinrich Schuchardt2020-07-111-0/+3
* efi_loader: image_loader: add digest-based verification for signed imageAKASHI Takahiro2020-07-111-0/+2
* efi_loader: image_loader: verification for all signatures should passAKASHI Takahiro2020-07-111-6/+7
* efi_loader: export initialization stateHeinrich Schuchardt2020-07-031-0/+3
* efi_loader: validate load optionHeinrich Schuchardt2020-06-031-1/+2
* efi_loader: device path for virtio block devicesHeinrich Schuchardt2020-05-211-0/+4
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop part.h from common headerSimon Glass2020-05-181-0/+3
* efi_loader: round the memory area in efi_add_memory_map()Michael Walle2020-05-171-2/+1
* efi_loader: disk: add efi_disk_is_system_part()AKASHI Takahiro2020-05-041-0/+2
* efi_loader: remove CONFIG_EFI_SECURE_BOOT in efi_loader.hAKASHI Takahiro2020-04-301-4/+1
* efi_loader: identify EFI system partitionHeinrich Schuchardt2020-04-301-0/+7
* efi_loader: image_loader: support image authenticationAKASHI Takahiro2020-04-161-1/+12
* efi_loader: variable: support variable authenticationAKASHI Takahiro2020-04-161-0/+3
* efi_loader: add signature database parserAKASHI Takahiro2020-04-161-0/+3
* efi_loader: add signature verification functionsAKASHI Takahiro2020-04-161-0/+72
* efi_loader: definition of GetNextVariableName()Heinrich Schuchardt2020-03-221-1/+1