aboutsummaryrefslogtreecommitdiff
path: root/lib/efi_loader/efi_image_loader.c
AgeCommit message (Expand)Author
2024-07-15lib: Remove duplicate newlinesMarek Vasut
2024-06-19efi_loader: avoid duplicate weak invalidate_icache_all()Heinrich Schuchardt
2023-12-21efi_loader: Remove <common.h>Tom Rini
2023-08-03efi_loader: Fix memory corruption on 32bit systemsDan Carpenter
2023-02-09Correct SPL use of EFI_TCG2_PROTOCOLSimon Glass
2022-07-05efi_loader: image_loader: add a missing digest verification for signed PE imageAKASHI Takahiro
2022-07-05efi_loader: image_loader: replace EFI_PRINT with log macrosAKASHI Takahiro
2022-03-12efi_loader: copy GUID in InstallProtocolInterface()Heinrich Schuchardt
2022-02-11efi_loader: fix dual signed image certificationIlias Apalodimas
2022-02-03efi: Use 16-bit unicode stringsSimon Glass
2022-01-29efi_loader: correctly handle mixed hashes and signatures in dbIlias Apalodimas
2022-01-19efi_loader: use %pUs for printing GUIDsHeinrich Schuchardt
2021-12-09efi_loader: correctly handle no tpm device errorMasahisa Kojima
2021-10-21efi_loader: Fix loaded image alignmentIlias Apalodimas
2021-09-04efi_loader: rounding of image sizeHeinrich Schuchardt
2021-09-04efi_loader: sections with zero VirtualSizeHeinrich Schuchardt
2021-06-09efi_loader: fix Sphinx warningHeinrich Schuchardt
2021-05-28efi_loader: add PE/COFF image measurementMasahisa Kojima
2021-05-25efi_loader: expose efi_image_parse() even if UEFI Secure Boot is disabledMasahisa Kojima
2021-02-14efi_loader: don't load beyond VirtualSizeAsherah Connor
2021-01-13efi_loader: carve out efi_check_pe()Heinrich Schuchardt
2020-09-06efi_loader: error message if image not authenticatedHeinrich Schuchardt
2020-09-06efi_loader: log function in image loaderHeinrich 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-07-11efi_loader: wrong printf format in efi_image_parseHeinrich 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-11efi_loader: image_loader: retrieve authenticode only if it existsAKASHI Takahiro
2020-07-11efi_loader: image_loader: add a check against certificate type of authenticodeAKASHI Takahiro
2020-07-03efi_loader: image_loader: replace debug to EFI_PRINTAKASHI Takahiro
2020-06-14efi_loader: printf code in efi_image_parse()Heinrich Schuchardt
2020-06-03efi_loader: simplify PE consistency checkHeinrich Schuchardt
2020-06-03efi_loader: function description cmp_pe_section()Heinrich Schuchardt
2020-06-03efi_loader: function descriptions efi_image_loader.cHeinrich Schuchardt
2020-05-09efi_loader: image_loader: fix a Coverity check against array accessAKASHI Takahiro
2020-05-07efi_loader: crypto/pkcs7_parser.h is not a local includeHeinrich Schuchardt
2020-05-07efi_loader: pkcs7_parse_message() returns error pointerPatrick Wildt
2020-05-04lib/crypto, efi_loader: move some headers to include/cryptoAKASHI Takahiro
2020-04-16efi_loader: image_loader: support image authenticationAKASHI Takahiro
2019-12-02common: Move ARM cache operations out of common.hSimon Glass
2019-05-07efi_loader: unload applications upon Exit()Heinrich Schuchardt
2019-04-23efi_loader: consistent naming of protocol GUIDsHeinrich Schuchardt
2019-04-07efi_loader: boottime: add loaded image device path protocol to image handleAKASHI Takahiro
2019-04-07efi_loader: set image_base and image_size to correct valuesAKASHI Takahiro
2019-02-16efi_loader: do not miss last relocation blockHeinrich Schuchardt
2019-02-16efi_loader: documentation of image loaderHeinrich Schuchardt
2019-02-16efi_loader: set entry point in efi_load_pe()Heinrich Schuchardt
2018-09-23efi_loader: refactor efi_setup_loaded_image()Heinrich Schuchardt
2018-07-25efi_loader: Use compiler constants for image loaderAlexander Graf