summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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-14Merge tag 'xilinx-for-v2026.01-rc1-v2' of https://source.denx.de/u-boot/custo...Tom Rini
2025-10-14Merge tag 'mix-next-14102025' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini
2025-10-14efi_loader: Improve disk image detection in efi_bootmgrJavier Tia
2025-10-10lz4: Do not disable LZ4_decompress_safe* for xPLTom Rini
2025-10-09fw_loader: Prefix the FW loader variables with the script prefixMarek Vasut
2025-10-09fw_loader: Split from fs_loader into separate library fileMarek Vasut
2025-10-09FWU: Add platform hook support for fwu metataPadmarao Begari
2025-10-08Kconfig: Make further use of testing for !COMPILE_TESTTom Rini
2025-10-06Merge branch 'next'Tom Rini
2025-09-30Merge tag 'u-boot-socfpga-next-20250930' of https://source.denx.de/u-boot/cus...Tom Rini
2025-09-30net: lwip: enable debug traces for SNTP when CONFIG_LWIP_DEBUG is setJerome Forissier
2025-09-27efi_loader: Cleanup UEFI Variables menu selectionMichal Simek
2025-09-24lib: optee: Add line ending to debug() outputsJan Kiszka
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