summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
10 daysMerge patch series "some string cleanup, and a tweak of the "config" command"Tom Rini
10 daysstring: add strcasestr()Rasmus Villemoes
10 daysstring: remove more pointless __HAVE_ARCH_STR*Rasmus Villemoes
10 daysstring: remove unused strswab() functionRasmus Villemoes
10 daysstring: correct documentation for strstr and strnstrRasmus Villemoes
10 daysstring: correct prototype of strchrnul()Rasmus Villemoes
2026-07-16efi_loader: Measure secure boot variables in the correct PCR if DeployedMode ...Ilias Apalodimas
2026-07-16efi_loader: Change the return values if a TPM is missing during GetEventLogIlias Apalodimas
2026-07-16efi_loader: Correctly count the size on DTB measurementsIlias Apalodimas
2026-07-16efi_loader: fix buffer overrun in efi_sigstore_parse_siglistHeinrich Schuchardt
2026-07-16efi_selftest: test block io revision and pointersVincent Stehlé
2026-07-16efi_selftest: free handles on teardown()Vincent Stehlé
2026-07-16efi_loader: fix building with CONFIG_EFI_VARIABLES_PRESEED=yHeinrich Schuchardt
2026-07-16efi_loader: fix missing EFI_EXIT in efi_disconnect_controllerVincent Stehlé
2026-07-13power: regulator: add generic PMBus UCLASS_REGULATOR adapterVincent Jardin
2026-07-13pmbus: add PMBus 1.x framework, CLI, and bindingVincent Jardin
2026-07-06Merge branch 'next'Tom Rini
2026-07-03treewide: change email links from mailman to patch.msgid.link with message-idNeil Armstrong
2026-06-25Kconfig: lib: restyleJohan Jonker
2026-06-24treewide: move bi_dram[] from bd to gdIlias Apalodimas
2026-06-22Merge tag 'v2026.07-rc5' into nextTom Rini
2026-06-21efi_selftest: fix use-after-freeVincent Stehlé
2026-06-21lib/efi_loader: fix block io revisionVincent Stehlé
2026-06-21efi_loader: fix memory leak in efi_var_collectIlias Apalodimas
2026-06-21efi_selftest: fix guid comparisonVincent Stehlé
2026-06-17Merge patch series "dtc: Resync fdt_check_full function"Tom Rini
2026-06-17dtc: Resync fdt_check_full() with upstream version v1.7.2-35-g52f07dcca47cTom Rini
2026-06-15lmb: Add the Rockchip architecture as requiring DMA below 4GHeiko Stuebner
2026-06-15Merge patch series "various memory related fixups"Tom Rini
2026-06-15memory: reserve from start_addr_sp to initial_relocaddrRandolph Sapp
2026-06-09Merge tag 'efi-2026-07-rc5' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini
2026-06-08Merge tag 'v2026.07-rc4' into nextTom Rini
2026-06-08smbios: Fix wrong sysinfo ID for Type 3 enclosure asset tagFrank Böwingloh
2026-06-08lmb: Rename LMB_LIMIT_DMA_BELOW_4G to LMB_LIMIT_DMA_BELOW_RAM_TOPMarek Vasut
2026-06-07efi_loader: validate PE-COFF relocation dataHeinrich Schuchardt
2026-06-04lmb: Optionally limit available memory to 4 GiB on limited systemsMarek Vasut
2026-06-02Merge patch series "Clean up bloblist initialization"Tom Rini
2026-06-02bloblist: Rework bloblist_init and bloblist_maybe_initTom Rini
2026-05-25Merge tag 'v2026.07-rc3' into nextTom Rini
2026-05-18efi_selftest: test hii keyboard layouts moreVincent Stehlé
2026-05-18efi_loader: fix hii keyboard layout pointer computationVincent Stehlé
2026-05-18efi_loader: fix AllocatePages overlap statusHarsimran Singh Tungal
2026-05-15smbios: Do not fall back on devicetree without valid mappingMark Kettenis
2026-05-12Merge patch series "add memdup_nul(), use it and memdup() in a few places"Tom Rini
2026-05-12lib/hashtable.c: use memdup_nul() in himport_rRasmus Villemoes
2026-05-12lib/string.c: implement strdup() and strndup() in terms of memdup_nul()Rasmus Villemoes
2026-05-12lib/string.c: introduce memdup_nul() helperRasmus Villemoes
2026-05-12lib/string.c: drop pointless __HAVE_ARCH_STRDUPRasmus Villemoes
2026-05-12string: fix prototype of memdup()Rasmus Villemoes
2026-05-12fwu: add helper to get image GUID by type and bank indexDario Binacchi