aboutsummaryrefslogtreecommitdiff
path: root/common/bloblist.c
AgeCommit message (Expand)Author
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
2021-12-05bloblist: Support allocating the bloblistSimon Glass
2021-07-21bloblist: Correct condition in bloblist_addrec()Simon Glass
2021-07-21bloblist: Support resizing a blobSimon Glass
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2021-01-27bloblist: Add missing tag namesSimon Glass
2021-01-27bloblist: Support relocating to a larger spaceSimon Glass
2020-10-06bloblist: Allow custom alignment for blobsSimon Glass
2020-10-06bloblist: Tidy up the data alignmentSimon Glass
2020-10-06bloblist: Add a commandSimon Glass
2020-02-05bloblist: Zero records when addingSimon Glass
2020-02-05bloblist: Tidy up a few comments and code-style nitsSimon Glass
2020-02-05bloblist: Add a new function to add or check sizeSimon Glass
2019-12-02crc32: Use the crc.h header for crc functionsSimon Glass
2018-11-26Add core support for a bloblist to convey data from SPLSimon Glass