summaryrefslogtreecommitdiff
path: root/include/efi_loader.h
Commit message (Expand)AuthorAgeFilesLines
* capsule: board: Add information needed for capsule updatesSughosh Ganu2022-04-151-0/+36
* efi_loader: remove efi_disk_is_system_part()Heinrich Schuchardt2022-03-201-2/+0
* efi_loader: export efi_system_partition_guidHeinrich Schuchardt2022-03-201-0/+2
* efi_loader: efi_dp_find_obj() add protocol checkHeinrich Schuchardt2022-03-201-0/+1
* efi_loader: fix efi_dp_find_obj()Heinrich Schuchardt2022-03-201-2/+2
* efi_loader: export efi_dp_shorten()Heinrich Schuchardt2022-03-201-1/+2
* efi_loader: copy GUID in InstallProtocolInterface()Heinrich Schuchardt2022-03-121-1/+1
* efi_loader: add handle for UARTHeinrich Schuchardt2022-02-051-0/+1
* efi: Use 16-bit unicode stringsSimon Glass2022-02-031-1/+1
* efi_loader: correctly handle mixed hashes and signatures in dbIlias Apalodimas2022-01-291-1/+2
* efi_loader: Enable RISCV_EFI_BOOT_PROTOCOL supportSunil V L2022-01-291-0/+2
* doc: replace @return by Return:Heinrich Schuchardt2022-01-191-3/+3
* efi_loader: Get rid of kaslr-seed if EFI_RNG_PROTOCOL is installedIlias Apalodimas2022-01-151-0/+2
* 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