summaryrefslogtreecommitdiff
path: root/lib/efi_loader/efi_image_loader.c
Commit message (Expand)AuthorAgeFilesLines
* efi_loader: copy GUID in InstallProtocolInterface()Heinrich Schuchardt2022-03-121-1/+1
* efi_loader: fix dual signed image certificationIlias Apalodimas2022-02-111-70/+18
* efi: Use 16-bit unicode stringsSimon Glass2022-02-031-4/+4
* efi_loader: correctly handle mixed hashes and signatures in dbIlias Apalodimas2022-01-291-4/+4
* efi_loader: use %pUs for printing GUIDsHeinrich Schuchardt2022-01-191-1/+1
* efi_loader: correctly handle no tpm device errorMasahisa Kojima2021-12-091-3/+10
* efi_loader: Fix loaded image alignmentIlias Apalodimas2021-10-211-6/+6
* efi_loader: rounding of image sizeHeinrich Schuchardt2021-09-041-2/+2
* efi_loader: sections with zero VirtualSizeHeinrich Schuchardt2021-09-041-4/+27
* efi_loader: fix Sphinx warningHeinrich Schuchardt2021-06-091-1/+1
* efi_loader: add PE/COFF image measurementMasahisa Kojima2021-05-281-16/+46
* efi_loader: expose efi_image_parse() even if UEFI Secure Boot is disabledMasahisa Kojima2021-05-251-1/+63
* efi_loader: don't load beyond VirtualSizeAsherah Connor2021-02-141-1/+1
* efi_loader: carve out efi_check_pe()Heinrich Schuchardt2021-01-131-34/+46
* efi_loader: error message if image not authenticatedHeinrich Schuchardt2020-09-061-2/+4
* efi_loader: log function in image loaderHeinrich Schuchardt2020-09-061-22/+22
* efi_loader: signature: correct a behavior against multiple signaturesAKASHI Takahiro2020-08-141-16/+17
* efi_loader: signature: rework for intermediate certificates supportAKASHI Takahiro2020-08-131-1/+1
* efi_loader: wrong printf format in efi_image_parseHeinrich Schuchardt2020-07-111-1/+1
* efi_loader: image_loader: add digest-based verification for signed imageAKASHI Takahiro2020-07-111-7/+37
* efi_loader: image_loader: verification for all signatures should passAKASHI Takahiro2020-07-111-21/+22
* efi_loader: image_loader: retrieve authenticode only if it existsAKASHI Takahiro2020-07-111-8/+21
* efi_loader: image_loader: add a check against certificate type of authenticodeAKASHI Takahiro2020-07-111-12/+44
* efi_loader: image_loader: replace debug to EFI_PRINTAKASHI Takahiro2020-07-031-31/+33
* efi_loader: printf code in efi_image_parse()Heinrich Schuchardt2020-06-141-1/+1
* efi_loader: simplify PE consistency checkHeinrich Schuchardt2020-06-031-9/+6
* efi_loader: function description cmp_pe_section()Heinrich Schuchardt2020-06-031-6/+8
* efi_loader: function descriptions efi_image_loader.cHeinrich Schuchardt2020-06-031-4/+4
* efi_loader: image_loader: fix a Coverity check against array accessAKASHI Takahiro2020-05-091-3/+3
* efi_loader: crypto/pkcs7_parser.h is not a local includeHeinrich Schuchardt2020-05-071-1/+1
* efi_loader: pkcs7_parse_message() returns error pointerPatrick Wildt2020-05-071-1/+3
* lib/crypto, efi_loader: move some headers to include/cryptoAKASHI Takahiro2020-05-041-1/+1
* efi_loader: image_loader: support image authenticationAKASHI Takahiro2020-04-161-13/+449
* common: Move ARM cache operations out of common.hSimon Glass2019-12-021-0/+1
* efi_loader: unload applications upon Exit()Heinrich Schuchardt2019-05-071-0/+2
* efi_loader: consistent naming of protocol GUIDsHeinrich Schuchardt2019-04-231-4/+4
* efi_loader: boottime: add loaded image device path protocol to image handleAKASHI Takahiro2019-04-071-0/+2
* efi_loader: set image_base and image_size to correct valuesAKASHI Takahiro2019-04-071-11/+11
* efi_loader: do not miss last relocation blockHeinrich Schuchardt2019-02-161-1/+1
* efi_loader: documentation of image loaderHeinrich Schuchardt2019-02-161-9/+19
* efi_loader: set entry point in efi_load_pe()Heinrich Schuchardt2019-02-161-16/+21
* efi_loader: refactor efi_setup_loaded_image()Heinrich Schuchardt2018-09-231-10/+13
* efi_loader: Use compiler constants for image loaderAlexander Graf2018-07-251-6/+6
* riscv: Add support for HI20 PE relocationsAlexander Graf2018-06-141-0/+14
* efi_loader: remove unnecessary includeHeinrich Schuchardt2018-06-031-1/+0
* efi_loader: correctly apply relocations from the .reloc sectionIvan Gorinov2018-06-031-3/+11
* efi_loader: Use EFI_CACHELINE_SIZE in the image loader tooAlexander Graf2018-05-291-1/+1
* SPDX: Convert a few files that were missed beforeTom Rini2018-05-101-2/+1
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-271-2/+0
* efi_loader: Check machine type in the image headerIvan Gorinov2018-04-061-12/+39