aboutsummaryrefslogtreecommitdiff
path: root/lib/efi_loader/efi_firmware.c
AgeCommit message (Expand)Author
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