summaryrefslogtreecommitdiff
path: root/lib/efi_loader
AgeCommit message (Expand)Author
2026-01-02kbuild: Bump the build system to 6.1Sughosh Ganu
2025-12-24efi_loader: Trigger capsule updates with automatically generated boot optionsIlias Apalodimas
2025-12-08Merge tag 'v2026.01-rc4' into nextTom Rini
2025-12-06efi_loader: Fix a memory leak when retrieving device paths from boot varsIlias Apalodimas
2025-12-04tpm2: add sm3 256 hash supportHeiko Schocher
2025-11-15efi_loader: Assure fitImage from capsule is used from 8-byte aligned addressMarek Vasut
2025-11-15efi_loader: typo 'eventfor' in efi_ipconfig.cHeinrich Schuchardt
2025-11-06efi_loader: typo 'mange' in efi_net.cHeinrich Schuchardt
2025-10-26efi_loader: efi_console: support editable input fieldsCasey Connolly
2025-10-18efi_loader: dbginfodump: use guid definitionVincent Stehlé
2025-10-18efi_loader: Use ESRT_FW_TYPE_SYSTEMFIRMWARE instead of ESRT_FW_TYPE_UNKNOWNIlias Apalodimas
2025-10-18efi_loader: correctly check if the HTTP protocol is foundHeinrich Schuchardt
2025-10-18efi_loader: Prevent leak of memory from tmp_filesAndrew Goodbody
2025-10-14efi_loader: Improve disk image detection in efi_bootmgrJavier Tia
2025-09-27efi_loader: Cleanup UEFI Variables menu selectionMichal Simek
2025-08-30efi: Select also CMD_DHCP from EFI_HTTP_BOOTJan Kiszka
2025-08-30efi_loader: Make EFI_VARIABLES_PRESEED depend on !COMPILE_TESTTom Rini
2025-07-26efi_loader: add missing check in FMP.GetImageInfo()Heinrich Schuchardt
2025-07-26efi_loader: correct EFI_DEBUG_TABLE_ENTRY_SIZEHeinrich Schuchardt
2025-07-26efi_loader: efi_realloc() must check efi_alloc() return valueHeinrich Schuchardt
2025-07-26efi: Create a new CONFIG_EFISimon Glass
2025-07-26efi: Rename the lib/efi directorySimon Glass
2025-07-07Merge branch 'next'Tom Rini
2025-07-03efi_loader: add dbginfodump.efiHeinrich Schuchardt
2025-07-03efi: add EFI_DEBUG_IMAGE_INFO for debugYing-Chun Liu (PaulLiu)
2025-07-03lib: efi_loader: efi_memory.c: add efi_realloc() for realloc memoryYing-Chun Liu (PaulLiu)
2025-07-03efi: add EFI_DEBUG_IMAGE_INFO_TABLE for debugYing-Chun Liu (PaulLiu)
2025-07-03efi: add EFI_SYSTEM_TABLE_POINTER for debugYing-Chun Liu (PaulLiu)
2025-07-03efi_loader: Prevent free of uninitialised pointerAndrew Goodbody
2025-07-03efi_loader: Prevent dereference of uninitialised variableAndrew Goodbody
2025-07-03efi_loader: Prevent dereferencing NULL pointerAndrew Goodbody
2025-07-03efi_loader: disk: add EFI_PARTITION_INFO_PROTOCOL supportJavier Martinez Canillas
2025-06-28efi_loader: initialize 'total' variableIlias Apalodimas
2025-06-25lmb: use a single function to free up memorySughosh Ganu
2025-06-25lmb: replace the lmb_alloc() and lmb_alloc_base() API'sSughosh Ganu
2025-06-25lmb: replace lmb_reserve() and lmb_alloc_addr() API'sSughosh Ganu
2025-06-13Merge patch series "drop volatile from global data"Tom Rini
2025-06-13efi: drop volatile qualifier from "save gd" variablesRasmus Villemoes
2025-06-09Merge tag 'v2025.07-rc4' into nextTom Rini
2025-06-07efi_loader: correct EFI_TCG2_PROTOCOL_MEASURE_DTB descriptionHeinrich Schuchardt
2025-06-02Merge patch series "Audit include list for include/[a-m]*.h"Tom Rini
2025-06-02include/ide.h: Cleanup usageTom Rini
2025-05-29Merge patch series "Remove <env.h> from <net.h>"Tom Rini
2025-05-29global: Avoid indirect inclusion of <env.h> from <net.h>Tom Rini
2025-05-29Merge patch series "Start removing <env.h> from headers when not required"Tom Rini
2025-05-29global: Avoid indirect inclusion of <env.h> from <command.h>Tom Rini
2025-05-25efi_loader: Run dhcp if an http boot option is selectedIlias Apalodimas
2025-05-25efi: Rename END to EFI_DP_ENDSimon Glass
2025-05-25efi_loader: Separate device path into its own headerSimon Glass
2025-05-20net, net-lwip: wget: suppress console output when called by EFIJerome Forissier