summaryrefslogtreecommitdiff
path: root/common/bloblist.c
AgeCommit message (Expand)Author
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