summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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_selftest: Add basic partition info check to block io testJavier Martinez Canillas
2025-07-03efi_loader: disk: add EFI_PARTITION_INFO_PROTOCOL supportJavier Martinez Canillas
2025-07-01tpm: Make use of TPM2_ALG_INVAL from enumAndrew Goodbody
2025-06-28efi_loader: initialize 'total' variableIlias Apalodimas
2025-06-25lib: ecdsa: Add support for loading ECDSA public key from FDTJamin Lin
2025-06-25Merge patch series "lmb: use a single API for all allocations"Tom Rini
2025-06-25lmb: use a single function to check for allocation and reservation requestsSughosh Ganu
2025-06-25lmb: use a single function to free up memorySughosh Ganu
2025-06-25lmb: staticise lmb_add_memory()Sughosh 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-23Merge tag 'v2025.07-rc5' into nextTom Rini
2025-06-22Merge patch series "rsa and fit_check_sign build fix for v2025.07-rc"Tom Rini
2025-06-22lib: rsa: fix compilation error without opensslShiji Yang
2025-06-17lib/uuid.c: restore support of system partition type for ESPPatrick Delaunay
2025-06-14Merge patch series "Hex value prefix case cleanup"Tom Rini
2025-06-14lib: use lowercase hex prefix styleE Shattow
2025-06-13Merge patch series "drop volatile from global data"Tom Rini
2025-06-13lib/trace: drop volatile qualifier from "save gd" variablesRasmus Villemoes
2025-06-13efi: drop volatile qualifier from "save gd" variablesRasmus Villemoes
2025-06-09Merge tag 'v2025.07-rc4' into nextTom Rini
2025-06-08Merge tag 'u-boot-rockchip-20250606' of https://source.denx.de/u-boot/custodi...Tom Rini
2025-06-07efi_loader: correct EFI_TCG2_PROTOCOL_MEASURE_DTB descriptionHeinrich Schuchardt
2025-06-06efi: stub: Change _debug_uart_putc function to inlineLukasz Czechowski
2025-06-02Merge patch series "Audit include list for include/[a-m]*.h"Tom Rini
2025-06-02include/mtd.h: Cleanup usageTom Rini
2025-06-02include/ide.h: Cleanup usageTom Rini
2025-05-30abuf: Add a way to printf() into a bufferSimon Glass
2025-05-30abuf: Add a function to copy a bufferSimon Glass
2025-05-30abuf: Add a helper for initing and allocating a bufferSimon Glass
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-29Merge patch series "regex patches"Tom Rini
2025-05-29slre: implement support for ranges in character classesRasmus Villemoes
2025-05-29slre: fix matching of escape sequence used inside character classRasmus Villemoes
2025-05-29slre: refactor is_any_but()Rasmus Villemoes
2025-05-29slre: drop wrong "anchored" optimizationRasmus Villemoes
2025-05-27binman: Read the skip-at-start value on startupSimon Glass
2025-05-26Merge tag 'v2025.07-rc3' into nextTom 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-23Merge patch series "BOOTP/DHCPv4 enhancements"Tom Rini
2025-05-23net: bootp: BOOTP/DHCPv4 retransmission improvementsSean Edmond
2025-05-22tiny-printf: Handle formatting of %p with an extra KconfigChristoph Niedermaier