summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2025-03-10common: clean up setjmp.hHeinrich Schuchardt
2025-03-10efi_loader: efi_net: Add support for multiple efi_net_objAdriano Cordova
2025-03-10efi_loader: efi_net: Add dhcp cacheAdriano Cordova
2025-03-10efi_loader: efi_net: Add device path cacheAdriano Cordova
2025-03-10efi_loader: efi_device_path: Pass net udevice as argumentAdriano Cordova
2025-03-10efi_loader: efi_net: Add efi_net_do_start() to efi_net.cAdriano Cordova
2025-03-10efi_loader: efi_setup: Add efi_start_obj_list() to efi_setup.cAdriano Cordova
2025-03-10efi_loader: expose symbols to be used by the EFI network stackAdriano Cordova
2025-03-10efi_loader: efi_net: let efi_net_set_dp properly update the device pathAdriano Cordova