summaryrefslogtreecommitdiff
path: root/lib/efi_loader/efi_firmware.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-08efi_loader: check lowest supported versionMasahisa Kojima1-1/+18
2023-06-08efi_loader: get lowest supported version from device treeMasahisa Kojima1-1/+49
2023-06-08efi_loader: versioning support in GetImageInfoMasahisa Kojima1-6/+35
2023-06-08efi_loader: store firmware version into FmpState variableMasahisa Kojima1-19/+145
2023-06-08efi_loader: add the number of image entries in efi_capsule_update_infoMasahisa Kojima1-3/+3
2022-10-31FWU: Add support for the FWU Multi Bank Update featureSughosh Ganu1-0/+14
2022-06-12EFI: FMP: Use a common GetImageInfo function for FIT and raw imagesSughosh Ganu1-66/+14
2022-06-04efi: test/py: authenticate fit capsulesVincent Stehlé1-42/+73
2022-06-04EFI: Populate descriptor_count value only when image_info_size is not zeroSughosh Ganu1-3/+2
2022-05-28efi: fix documentation warningsVincent Stehlé1-5/+5
2022-04-15FMP: Remove GUIDs for FIT and raw imagesSughosh Ganu1-4/+0
2022-04-15efi: Define set_dfu_alt_info() for boards with UEFI capsule update enabledSughosh Ganu1-0/+5
2022-04-15capsule: FMP: Populate the image descriptor array from platform dataSughosh Ganu1-69/+29
2022-02-05efi_loader: use %zu to print efi_uintn_t in FMP driverHeinrich Schuchardt1-2/+2
2022-01-15efidebug: avoid 'dfu_alt_info not defined' messageHeinrich Schuchardt1-2/+5
2021-05-18efi_loader: capsule: Remove the check for capsule_authentication_enabled envi...Sughosh Ganu1-3/+2
2021-03-16efi: Fix compiler warningsSimon Glass1-2/+2
2020-12-31efi_loader: Enable uefi capsule authenticationSughosh Ganu1-1/+35
2020-12-31efi_loader: Add logic to parse EDKII specific fmp payload headerSughosh Ganu1-0/+41
2020-12-03efi_loader: add firmware management protocol for raw imageAKASHI Takahiro1-57/+169
2020-12-03efi_loader: add firmware management protocol for FIT imageAKASHI Takahiro1-0/+291