summaryrefslogtreecommitdiff
path: root/common/bloblist.c
AgeCommit message (Expand)Author
2026-06-02bloblist: Rework bloblist_init and bloblist_maybe_initTom Rini
2026-06-02bloblist: Demote not finding a bloblist to a debugTom Rini
2026-05-04bloblist: fix pointer comparison in bloblist_apply_blobs()Michal Simek
2026-04-27Merge patch series "Add support for DT overlays handoff"Tom Rini
2026-04-27bloblist: add API for applying blobs with specified tagRaymond Mao
2026-04-27bloblist: fix a potential negative size for memmoveRaymond Mao
2026-04-27bloblist: add helper functionsRaymond Mao
2026-04-27bloblist: add blob type for DT overlayRaymond Mao
2025-09-12bloblist: use correct types for physical addressesHeinrich Schuchardt
2025-02-19Merge patch series "bloblist: refactor xferlist and bloblist"Tom Rini
2025-02-19bloblist: kconfig for mandatory incoming standard passageRaymond Mao
2025-02-19bloblist: refactor xferlist and bloblistRaymond Mao
2025-02-11Merge patch series "Enable bloblist support on Vexpress64"Tom Rini
2025-02-11bloblist: add support for CONFIG_BLOBLIST_PASSAGEHarrison Mutai
2025-01-28bloblist: add api to get blob with sizeRaymond Mao
2024-12-31x86: select CONFIG_64BIT for X86_64Andrew Goodbody
2024-10-27Merge patch series "Implement ACPI on aarch64"Tom Rini
2024-10-27bloblist: Fix use of uninitialized variablePatrick Rudolph
2024-10-11xpl: Rename spl_next_phase() and spl_prev_phase()Simon Glass
2024-10-11xpl: Rename u_boot_first_phase to xpl_is_first_phase()Simon Glass
2024-07-18bloblist: fix bloblist convention check.Levi Yun
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-06common: Remove <common.h> and add needed includesTom Rini
2024-02-29bloblist: Load the bloblist from the previous loaderRaymond Mao
2024-02-29bloblist: refactor of bloblist_reloc()Raymond Mao
2024-02-29bloblist: check bloblist with specified buffer sizeRaymond Mao
2024-02-29bloblist: add API to check the register conventionsRaymond Mao
2023-12-31bloblist: Add alignment to bloblist_new()Simon Glass
2023-12-31bloblist: Adjust the bloblist headerSimon Glass
2023-12-31bloblist: Reduce blob-header sizeSimon Glass
2023-12-31bloblist: Handle alignment with a void entrySimon Glass
2023-12-31bloblist: Checksum the entire bloblistSimon Glass
2023-12-31bloblist: Drop spare value from bloblist recordSimon Glass
2023-12-31bloblist: Access record hdr_size and tag via a functionSimon Glass
2023-12-31bloblist: Adjust API to align in powers of 2Simon Glass
2023-12-31bloblist: Update the tag numberingSimon Glass
2023-10-06bloblist: Add missing nameSimon Glass
2023-10-06bloblist: Support initing from multiple placesSimon Glass
2023-07-17x86: Pass video settings from SPL to U-Boot properSimon Glass
2022-10-31bloblist: Drop debuggingSimon Glass
2022-08-10common: Drop display_options.h from common headerSimon Glass
2022-02-08bloblist: Update to use conditional valueSimon Glass
2022-01-13bloblist: Relicense to allow BSD-3-ClauseSimon Glass
2022-01-13bloblist: Add functions to obtain base address and sizeSimon Glass
2022-01-13bloblist: Refactor Kconfig to support alloc or fixedSimon Glass
2022-01-13bloblist: Use LOG_CATEGORY to simply loggingSimon Glass
2022-01-13bloblist: Use explicit numbering for the tagsSimon Glass
2022-01-13bloblist: Drop unused tagsSimon Glass
2022-01-13bloblist: Rename the SPL tagSimon Glass