summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2025-11-24Merge tag 'v2026.01-rc3' into nextTom Rini
2025-11-21efi_selftest: simplify efi_selftest_variables_runtimeHeinrich Schuchardt
2025-11-21efi_selftest: simplify efi_selftest_variablesHeinrich Schuchardt
2025-11-21efi_selftest: simplify efi_st_query_variable_commonHeinrich Schuchardt
2025-11-21efi_selftest: simplify efi_selftest_set_virtual_address_mapHeinrich Schuchardt
2025-11-21efi_selftest: simplify efi_selftest_rtcHeinrich Schuchardt
2025-11-21efi_selftest: simplify efi_selftest_resetHeinrich Schuchardt
2025-11-21efi_selftest: expose runtime table addressHeinrich Schuchardt
2025-11-18lib: optee: forbid OP-TEE OS loading without adding OP-TEE OS reserved-memory...Quentin Schulz
2025-11-15efi_loader: Assure fitImage from capsule is used from 8-byte aligned addressMarek Vasut
2025-11-15efi_selftest: efi_selftest_snp: Fix warning when building with clangTom Rini
2025-11-15efi_client: correct memset() return valueHeinrich Schuchardt
2025-11-15efi_client: don't include asm/global_data.h twiceHeinrich Schuchardt
2025-11-15efi_loader: typo 'eventfor' in efi_ipconfig.cHeinrich Schuchardt
2025-11-15efi_selftest: use Sphinx style comments in efi_console.cHeinrich Schuchardt
2025-11-11Merge patch series "rsa: fix dependency, rename and relocate RSASSA PSS symbols"Tom Rini
2025-11-11rsa: update doxygen doc for RSA signature verification to mention PSSQuentin Schulz
2025-11-11rsa: rename FIT_RSASSA_PSS to RSASSA_PSS and move symbols under lib/rsaQuentin Schulz
2025-11-07Merge tag 'efi-2026-01-rc2' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini
2025-11-06rsa: fix typo in $(PHASE_)RSA_VERIFY_WITH_PKEY help textQuentin Schulz
2025-11-06efi_loader: typo 'mange' in efi_net.cHeinrich Schuchardt
2025-11-06efi_driver: don't leak name in efi_bl_create_block_device()Heinrich Schuchardt
2025-11-06efi_driver: typo 'to be write'Heinrich Schuchardt
2025-11-06efi_driver: correct formatting in efi_uc_stop()Heinrich Schuchardt
2025-11-06efi_client: efi_store_memory_map() must return intHeinrich Schuchardt
2025-11-06acpi: use U-Boot ACPI vendor IDHeinrich Schuchardt
2025-10-26efi_loader: efi_console: support editable input fieldsCasey Connolly
2025-10-22uthreads: Make use of CONFIG_IS_ENABLED consistentlyTom Rini
2025-10-18lib: uuid: add efi debug image info table guidVincent Stehlé
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