index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
efi_loader
/
efi_firmware.c
Age
Commit message (
Expand
)
Author
2024-01-29
efi_loader: check efi_get_variable_int return value
Masahisa Kojima
2024-01-13
efi_loader: support fmp versioning for multi bank update
Masahisa Kojima
2024-01-13
fwu: fix fwu_get_image_index interface
Masahisa Kojima
2023-12-21
efi_loader: Remove <common.h>
Tom Rini
2023-08-03
efi_loader: check uuid_str_to_bin return value
Masahisa Kojima
2023-06-08
efi_loader: check lowest supported version
Masahisa Kojima
2023-06-08
efi_loader: get lowest supported version from device tree
Masahisa Kojima
2023-06-08
efi_loader: versioning support in GetImageInfo
Masahisa Kojima
2023-06-08
efi_loader: store firmware version into FmpState variable
Masahisa Kojima
2023-06-08
efi_loader: add the number of image entries in efi_capsule_update_info
Masahisa Kojima
2022-10-31
FWU: Add support for the FWU Multi Bank Update feature
Sughosh Ganu
2022-06-12
EFI: FMP: Use a common GetImageInfo function for FIT and raw images
Sughosh Ganu
2022-06-04
efi: test/py: authenticate fit capsules
Vincent Stehlé
2022-06-04
EFI: Populate descriptor_count value only when image_info_size is not zero
Sughosh Ganu
2022-05-28
efi: fix documentation warnings
Vincent Stehlé
2022-04-15
FMP: Remove GUIDs for FIT and raw images
Sughosh Ganu
2022-04-15
efi: Define set_dfu_alt_info() for boards with UEFI capsule update enabled
Sughosh Ganu
2022-04-15
capsule: FMP: Populate the image descriptor array from platform data
Sughosh Ganu
2022-02-05
efi_loader: use %zu to print efi_uintn_t in FMP driver
Heinrich Schuchardt
2022-01-15
efidebug: avoid 'dfu_alt_info not defined' message
Heinrich Schuchardt
2021-05-18
efi_loader: capsule: Remove the check for capsule_authentication_enabled envi...
Sughosh Ganu
2021-03-16
efi: Fix compiler warnings
Simon Glass
2020-12-31
efi_loader: Enable uefi capsule authentication
Sughosh Ganu
2020-12-31
efi_loader: Add logic to parse EDKII specific fmp payload header
Sughosh Ganu
2020-12-03
efi_loader: add firmware management protocol for raw image
AKASHI Takahiro
2020-12-03
efi_loader: add firmware management protocol for FIT image
AKASHI Takahiro