summaryrefslogtreecommitdiff
path: root/lib/efi_loader
AgeCommit message (Expand)Author
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
2025-05-18efi_loader: Disable ANSI output for testsSimon Glass
2025-05-14global: Avoid indirect inclusion of <env.h> from <command.h>Tom Rini
2025-05-11efi_loader: fix dtbdump output color and formatAdriano Cordova
2025-05-01Merge tag 'dm-pull-mayday' of git://git.denx.de/u-boot-dmTom Rini
2025-05-01efi_loader: GOP: Add damage notification on BLTAlexander Graf
2025-05-01efi_loader: fix typo initd_sz to initrd_szAdriano Cordova
2025-05-01efi_loader: bootbin: do not load an initrd if none is providedAdriano Cordova
2025-04-25efi_loader: print image load address in StartImageHeinrich Schuchardt
2025-04-25efi_loader: build with HII configuration protocolHeinrich Schuchardt
2025-04-13efi_loader: Moved the generated ESL file to objtreeIlias Apalodimas
2025-04-11efi_loader: Move public cert for capsules to .rodataIlias Apalodimas
2025-04-11efi_loader: handle malloc() errorsVincent Stehlé
2025-04-11efi_loader: Print extra information from the bootmgrIlias Apalodimas
2025-04-11efi: Fix efiboot for payloads loaded from memoryChristian Kohlschütter
2025-04-11efi_loader: binary_run: register an initrdAdriano Cordova
2025-04-11efi_loader: efi_load_initrd: provide a memory mapped initrdAdriano Cordova
2025-04-11efi: Make FDT extra space configurablePawel Kochanowski
2025-04-11efi_loader: Install the ACPI table from the bloblistSimon Glass
2025-04-11board: remove capsule update support in set_dfu_alt_info()Jonathan Humphreys
2025-04-11efi_firmware: set EFI capsule dfu_alt_info env explicitlyJonathan Humphreys
2025-04-08Merge branch 'next'Tom Rini
2025-04-06efi_loader: stop network in EXIT_BOOT_SERVICESHeinrich Schuchardt