index
:
u-boot-toradex.git
2011.12-colibri_vf
2014.04-toradex
2014.10-toradex
2014.10-toradex-next
2015.04-imx7-1.1.0_ga-toradex-next
2015.04-toradex
2015.04-toradex-next
2016.11-toradex
2016.11-toradex-next
colibri
colibri-next
colibri_vf
master
toradex_2019.07
toradex_2019.07-next
toradex_2020.07
toradex_imx6
toradex_imx_lf_v2022.04
toradex_imx_lf_v2024.04
toradex_imx_v2017.03_4.9.123_imx8mm_ga-bring_up
toradex_imx_v2017.03_4.9.51_imx8_beta1-bring_up
toradex_imx_v2017.03_4.9.51_imx8_beta2-bring_up
toradex_imx_v2018.03_4.14.62_1.0.0_beta-bringup
toradex_imx_v2018.03_4.14.78_1.0.0_ga-bringup
toradex_imx_v2018.03_4.14.98_2.3.0_bringup
toradex_imx_v2020.04_5.4.24_2.1.0
toradex_imx_v2020.04_5.4.70_2.3.0
toradex_ti-u-boot-2021.01_bringup
toradex_ti-u-boot-2023.04
toradex_ti-u-boot-2024.04
toradex_u-boot-2024.07_smarc-imx8mp-bringup
U-Boot bootloader for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
efi_loader
/
efi_firmware.c
Age
Commit message (
Expand
)
Author
12 days
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