aboutsummaryrefslogtreecommitdiffstats
path: root/include/efi_loader.h
Commit message (Expand)AuthorAgeFilesLines
* efi_loader: efi_tcg2_register returns appropriate errorMasahisa Kojima2021-12-091-0/+2
* efi_loader: Add check for event log passed from firmwareRuchika Gupta2021-11-301-0/+2
* efi_loader: add UEFI GPT measurementMasahisa Kojima2021-10-261-1/+2
* efi_loader: add SMBIOS table measurementMasahisa Kojima2021-10-261-0/+2
* efi_loader: treat UEFI variable name as constHeinrich Schuchardt2021-10-251-1/+1
* efi_loader: efi_dp_from_lo() unused parameter sizeHeinrich Schuchardt2021-10-211-1/+0
* efi_loader: efi_dp_from_lo() don't copy GUIDHeinrich Schuchardt2021-10-211-1/+2
* efi_loader: Fix loaded image alignmentIlias Apalodimas2021-10-211-0/+2
* efi_loader: use correct type for AllocatePages, AllocatePoolHeinrich Schuchardt2021-08-171-4/+5
* efi_loader: add ExitBootServices() measurementMasahisa Kojima2021-08-141-0/+1
* efi_loader: add boot variable measurementMasahisa Kojima2021-08-141-0/+4
* Allow efi_loader header to be included alwaysSimon Glass2021-07-281-91/+94
* efi_loader: remove asm/setjmp.h from efi_api.hAKASHI Takahiro2021-07-241-0/+1
* efi_loader: Always install FMPsIlias Apalodimas2021-07-021-0/+1
* efi_loader: add PE/COFF image measurementMasahisa Kojima2021-05-281-0/+6
* efi_loader: add macro for const EFI runtime dataMarek Behún2021-05-241-0/+17
* efi_loader: add Sphinx doc for __efi_runtime and __efi_runtime_dataMarek Behún2021-05-241-3/+26
* efi_loader: fix warning when linking with LTOMarek Behún2021-05-241-2/+2
* treewide: Convert macro and uses of __section(foo) to __section("foo")Marek Behún2021-05-241-2/+2
* 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