summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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-08-18lwip: tftp: resend initial requestJerome Forissier
2025-08-18net: lwip: add Kconfig option to show ICMP unreachable errorsJerome Forissier
2025-08-18lwip: icmp: allow reporting ICMP destination unreachableJerome Forissier
2025-08-01lwip: provide a sntp_format_time() functionJerome Forissier
2025-07-26efi_loader: add missing check in FMP.GetImageInfo()Heinrich Schuchardt
2025-07-26efi_selftest: fix ESRT creation testsHeinrich 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_selftest: check system table pointerHeinrich Schuchardt
2025-07-26efi: Create a new CONFIG_EFISimon Glass
2025-07-26efi: Rename CONFIG_EFI to CONFIG_EFI_CLIENTSimon Glass
2025-07-26efi: Rename the lib/efi directorySimon Glass
2025-07-22lmb: Remove unreachable codeAndrew Goodbody
2025-07-22arm: fix lmb region reservation when PRAM is definedHolger Brunck
2025-07-14ecdsa: fix segfault in mkimage when "-r" option is not setLucas Dietrich
2025-07-09lmb: add missing fallthrough in lmb_alloc_mem()Heinrich Schuchardt
2025-07-08lib/rsa: allow matching pkcs11 path by object idTobias Olausson
2025-07-08lwip: add sntp commandJerome Forissier
2025-07-08net: lwip: enable IP_FRAG and IP_REASSEMBLYTim Harvey
2025-07-07Merge branch 'next'Tom Rini
2025-07-03efi_loader: add dbginfodump.efiHeinrich Schuchardt
2025-07-03efi: selftest: add selftest for EFI_DEBUG_SUPPORTYing-Chun Liu (PaulLiu)
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_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