aboutsummaryrefslogtreecommitdiff
path: root/lib/efi_loader/efi_firmware.c
Commit message (Expand)AuthorAgeFilesLines
* FWU: Add support for the FWU Multi Bank Update featureSughosh Ganu2022-10-311-0/+14
* EFI: FMP: Use a common GetImageInfo function for FIT and raw imagesSughosh Ganu2022-06-121-66/+14
* efi: test/py: authenticate fit capsulesVincent Stehlé2022-06-041-42/+73
* EFI: Populate descriptor_count value only when image_info_size is not zeroSughosh Ganu2022-06-041-3/+2
* efi: fix documentation warningsVincent Stehlé2022-05-281-5/+5
* FMP: Remove GUIDs for FIT and raw imagesSughosh Ganu2022-04-151-4/+0
* efi: Define set_dfu_alt_info() for boards with UEFI capsule update enabledSughosh Ganu2022-04-151-0/+5
* capsule: FMP: Populate the image descriptor array from platform dataSughosh Ganu2022-04-151-69/+29
* efi_loader: use %zu to print efi_uintn_t in FMP driverHeinrich Schuchardt2022-02-051-2/+2
* efidebug: avoid 'dfu_alt_info not defined' messageHeinrich Schuchardt2022-01-151-2/+5
* efi_loader: capsule: Remove the check for capsule_authentication_enabled envi...Sughosh Ganu2021-05-181-3/+2
* efi: Fix compiler warningsSimon Glass2021-03-161-2/+2
* efi_loader: Enable uefi capsule authenticationSughosh Ganu2020-12-311-1/+35
* efi_loader: Add logic to parse EDKII specific fmp payload headerSughosh Ganu2020-12-311-0/+41
* efi_loader: add firmware management protocol for raw imageAKASHI Takahiro2020-12-031-57/+169
* efi_loader: add firmware management protocol for FIT imageAKASHI Takahiro2020-12-031-0/+291