summaryrefslogtreecommitdiff
path: root/lib/efi_loader/efi_firmware.c
AgeCommit message (Expand)Author
12 daysefi_loader: add missing check in FMP.GetImageInfo()Heinrich Schuchardt
2025-05-29global: Avoid indirect inclusion of <env.h> from <command.h>Tom Rini
2025-04-11board: remove capsule update support in set_dfu_alt_info()Jonathan Humphreys
2025-04-11efi_firmware: set EFI capsule dfu_alt_info env explicitlyJonathan Humphreys
2025-01-26efi_loader: use LOGC_EFI consistentlyHeinrich Schuchardt
2024-12-05efi_loader: Check for a valid fw_name before auto generating GUIDsIlias Apalodimas
2024-09-12efi: add a helper to generate dynamic UUIDsCaleb Connolly
2024-01-29efi_loader: check efi_get_variable_int return valueMasahisa Kojima
2024-01-13efi_loader: support fmp versioning for multi bank updateMasahisa Kojima
2024-01-13fwu: fix fwu_get_image_index interfaceMasahisa Kojima
2023-12-21efi_loader: Remove <common.h>Tom Rini
2023-08-03efi_loader: check uuid_str_to_bin return valueMasahisa Kojima
2023-06-08efi_loader: check lowest supported versionMasahisa Kojima
2023-06-08efi_loader: get lowest supported version from device treeMasahisa Kojima
2023-06-08efi_loader: versioning support in GetImageInfoMasahisa Kojima
2023-06-08efi_loader: store firmware version into FmpState variableMasahisa Kojima
2023-06-08efi_loader: add the number of image entries in efi_capsule_update_infoMasahisa Kojima
2022-10-31FWU: Add support for the FWU Multi Bank Update featureSughosh Ganu
2022-06-12EFI: FMP: Use a common GetImageInfo function for FIT and raw imagesSughosh Ganu
2022-06-04efi: test/py: authenticate fit capsulesVincent Stehlé
2022-06-04EFI: Populate descriptor_count value only when image_info_size is not zeroSughosh Ganu
2022-05-28efi: fix documentation warningsVincent Stehlé
2022-04-15FMP: Remove GUIDs for FIT and raw imagesSughosh Ganu
2022-04-15efi: Define set_dfu_alt_info() for boards with UEFI capsule update enabledSughosh Ganu
2022-04-15capsule: FMP: Populate the image descriptor array from platform dataSughosh Ganu
2022-02-05efi_loader: use %zu to print efi_uintn_t in FMP driverHeinrich Schuchardt
2022-01-15efidebug: avoid 'dfu_alt_info not defined' messageHeinrich Schuchardt
2021-05-18efi_loader: capsule: Remove the check for capsule_authentication_enabled envi...Sughosh Ganu
2021-03-16efi: Fix compiler warningsSimon Glass
2020-12-31efi_loader: Enable uefi capsule authenticationSughosh Ganu
2020-12-31efi_loader: Add logic to parse EDKII specific fmp payload headerSughosh Ganu
2020-12-03efi_loader: add firmware management protocol for raw imageAKASHI Takahiro
2020-12-03efi_loader: add firmware management protocol for FIT imageAKASHI Takahiro