index
:
u-boot.git
dependabot/pip/doc/sphinx/pygments-2.20.0
dependabot/pip/doc/sphinx/requests-2.33.0
dependabot/pip/tools/patman/aiohttp-3.13.4
master
next
origin
u-boot-2009.11.y
u-boot-2013.01.y
u-boot-2016.09.y
u-boot-2023.07.y
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
efi_loader
/
efi_firmware.c
Age
Commit message (
Expand
)
Author
2025-11-15
efi_loader: Assure fitImage from capsule is used from 8-byte aligned address
Marek Vasut
2025-07-26
efi_loader: add missing check in FMP.GetImageInfo()
Heinrich Schuchardt
2025-05-29
global: Avoid indirect inclusion of <env.h> from <command.h>
Tom Rini
2025-04-11
board: remove capsule update support in set_dfu_alt_info()
Jonathan Humphreys
2025-04-11
efi_firmware: set EFI capsule dfu_alt_info env explicitly
Jonathan Humphreys
2025-01-26
efi_loader: use LOGC_EFI consistently
Heinrich Schuchardt
2024-12-05
efi_loader: Check for a valid fw_name before auto generating GUIDs
Ilias Apalodimas
2024-09-12
efi: add a helper to generate dynamic UUIDs
Caleb Connolly
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