summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2025-04-08Merge patch series "Annotate switch/case fallthrough cases"Tom Rini
2025-04-08use proper fallthrough annotationsAndre Przywara
2025-04-08zlib: annotate switch/case fallthrough casesAndre Przywara
2025-04-08Merge patch series "acpi: simplify updating ACPI table header checksum"Tom Rini
2025-04-08tiny-printf: Improve %X formattingChristoph Niedermaier
2025-04-08acpi: simplify updating header checksumHeinrich Schuchardt
2025-04-08acpi: new function acpi_update_checksum()Heinrich Schuchardt
2025-04-08Merge branch 'next'Tom Rini
2025-04-06efi_loader: stop network in EXIT_BOOT_SERVICESHeinrich Schuchardt
2025-04-06mbedtls: remove incorrect attribute type checkerRaymond Mao
2025-04-03Merge patch series "membuff: Add tests and update to support a flag for empty...Tom Rini
2025-04-03membuf: Minor code-style improvementsSimon Glass
2025-04-03membuf: Correct implementation of membuf_dispose()Simon Glass
2025-04-03membuf: Rename structSimon Glass
2025-04-03membuff: Rename the files to membufSimon Glass
2025-04-03membuff: Rename functions to have membuf_ prefixSimon Glass
2025-04-03Merge patch series "x86: Improve operation under QEMU"Tom Rini
2025-04-03acpi: Add a checksum to the DMAR tableSimon Glass
2025-04-03sandbox: acpi: Correct mapping in FADTSimon Glass
2025-04-03Merge patch series "acpi_table: Fix IORT RC node"Tom Rini
2025-04-03acpi: Conditionally set mapping_offset in IORTPatrick Rudolph
2025-04-03acpi: Clear reserved bits in IORTPatrick Rudolph
2025-04-03acpi_table: Add asserts in IORTPatrick Rudolph
2025-04-03acpi_table: Fix IORT RC nodePatrick Rudolph
2025-04-01Kconfig: Fix "warning: style: quotes recommended" warningsTom Rini
2025-03-26blkmap: pass information on ISO image to the OSSughosh Ganu
2025-03-26efi_loader: remove memory occupied by a ramdisk from EFI memory mapIlias Apalodimas
2025-03-26efi_loader: allow for removal of memory from the EFI mapIlias Apalodimas
2025-03-26efi_loader: install device-tree on configuration table on every invocationSughosh Ganu
2025-03-26efi_loader: remove unused code from copy_fdt()Sughosh Ganu
2025-03-26efi_loader: fix ipv4 device path node conversionVincent Stehlé
2025-03-24Merge tag 'v2025.04-rc5' into nextTom Rini
2025-03-24lmb: change the return code on lmb_alloc_addr()Ilias Apalodimas
2025-03-17Merge patch series "lmb: miscellaneous fixes and improvements"Tom Rini
2025-03-17lmb: optimise the lmb allocation functionsSughosh Ganu
2025-03-17lmb: use a common function to check if regions overlap or are adjacentSughosh Ganu
2025-03-17lmb: remove superfluous address overlap check from lmb_add_region_flags()Sughosh Ganu
2025-03-17lmb: check for a region's coalescing with all existing regionsSughosh Ganu
2025-03-17lmb: handle scenario of encompassing overlapSughosh Ganu
2025-03-17lmb: check if a region can be reserved by lmb_reserve()Sughosh Ganu
2025-03-17efi_loader: Move .dynamic out of .text in EFISam Edwards
2025-03-13lib: rsa: add NULL check for 'algo' inAnton Moryakov
2025-03-11lwip: tls: warn when no CA exists amd log certificate validation errorsJerome Forissier
2025-03-11lwip: tls: enforce checking of server certificates based on CA availabilityJerome Forissier
2025-03-10Merge tag 'v2025.04-rc4' into nextTom Rini
2025-03-10Merge tag 'u-boot-dfu-next-20250310' of https://source.denx.de/u-boot/custodi...Tom Rini
2025-03-10usb: gadget: Remove the legacy usbtty driverTom Rini
2025-03-10usb: gadget: Remove final remnants of CONFIG_USB_DEVICETom Rini
2025-03-10lib: correct description of CONFIG_SYS_FDT_PADHeinrich Schuchardt
2025-03-10efi_loader: Clean up usage of structure jmp_buf_dataYao Zi