summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
4 daysMerge tag 'efi-2026-07-rc5' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini
5 dayssmbios: Fix wrong sysinfo ID for Type 3 enclosure asset tagFrank Böwingloh
5 dayslmb: Rename LMB_LIMIT_DMA_BELOW_4G to LMB_LIMIT_DMA_BELOW_RAM_TOPMarek Vasut
6 daysefi_loader: validate PE-COFF relocation dataHeinrich Schuchardt
9 dayslmb: Optionally limit available memory to 4 GiB on limited systemsMarek Vasut
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-12fwu: add helper to get image GUID by type and bank indexDario Binacchi
2026-05-12lib: uuid: add partition type GUID for extended bootloaderDario Binacchi
2026-05-11acpi: fix initial RSDT and XSDT sizeHeinrich Schuchardt
2026-05-08lib: fdtdec: validate bloblist FDT before consuming libfdt sizeRaymond Mao
2026-05-05efi_mem_sort: use list_for_each_entry_safe insteadRandolph Sapp
2026-05-05efi_selftest_memory: check for duplicates firstRandolph Sapp
2026-05-05efi_dt_fixup: use fdtdec_get_boolRandolph Sapp
2026-05-05efi_loader: initialize variables in efi_dp_from_http()Heinrich Schuchardt
2026-05-04fdt: check fdt_pack() return value in fdtdec_apply_bloblist_dtos()Michal Simek
2026-05-01efi_loader: centralize messaging for efi_init_obj_listHeinrich Schuchardt
2026-05-01efi_loader: correct efi_binary_run_dp() return valueHeinrich Schuchardt
2026-05-01efi_loader: correct return value of efi_bootmgr_run()Heinrich Schuchardt
2026-05-01EFI Loader: Correct dependencies for EFI_HTTP_BOOTTom Rini
2026-04-27Merge patch series "net: migrate NO_NET out of the networking stack choice"Tom Rini
2026-04-27simplify NET_LEGACY || NET_LWIP condition with NET conditionQuentin Schulz
2026-04-27rename NET to NET_LEGACYQuentin Schulz
2026-04-27Merge patch series "Add support for DT overlays handoff"Tom Rini
2026-04-27fdtdec: apply DT overlays from bloblistRaymond Mao
2026-04-27efi_loader: make EFI_HAVE_RUNTIME_RESET a user-selectable optionAswin Murugan
2026-04-23lib/Kconfig: Fix SUPPORTS_FW_LOADER optionDavid Lechner
2026-04-22console: add console_flush_stdin()Gregor Herburger
2026-04-22gunzip: Implement chunked decompressionMarek Vasut
2026-04-21Merge patch series "Linux compat improvements and CCF prep"Tom Rini
2026-04-21ofnode: add read_u64_array and count_elems_of_sizeCasey Connolly
2026-04-21string: add strdup_const and kstrdup_constCasey Connolly
2026-04-21vsprintf: add %pOFCasey Connolly
2026-04-17efi_loader: Allow disabling ANSI console queries via KconfigMichal Simek
2026-04-17fwu: Move boottime checks to EVT_POST_PREBOOTMichal Simek
2026-04-17efi_loader: efi_var_sf: Do not fail on blank SPI FlashMichal Simek
2026-04-13arm: Add ARMv8-M aarch32 supportMarek Vasut
2026-04-07lmb: Rework the LMB_ARCH_MEM_MAP symbolTom Rini
2026-04-06Merge branch 'next'Tom Rini
2026-04-03acpi: Correct dependencies for GENERATE_ACPI_TABLETom Rini
2026-04-03global: Audit Kconfig usage of PARTITION_TYPE_GUIDTom Rini
2026-04-03optee: Correct dependencies for BOOTM_OPTEETom Rini
2026-03-27treewide: fix uImage.FIT document pathsDaniel Golle
2026-03-25fw_loader: Introduce SUPPORTS_FW_LOADER symbolTom Rini
2026-03-25fdt: Prefer %pap over %llxAlexander Sverdlin
2026-03-14efi_vars: Implement SPI Flash storeShantur Rathore
2026-03-14efi_loader: avoid superfluous variable store writes on unchanged dataMichal Simek
2026-03-14efi_loader: avoid buffer overrun in efi_var_restore()Heinrich Schuchardt