summaryrefslogtreecommitdiff
path: root/common/bloblist.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-10common: Drop display_options.h from common headerSimon Glass1-0/+1
2022-02-09bloblist: Update to use conditional valueSimon Glass1-4/+11
2022-01-13bloblist: Relicense to allow BSD-3-ClauseSimon Glass1-1/+1
2022-01-13bloblist: Add functions to obtain base address and sizeSimon Glass1-0/+12
2022-01-13bloblist: Refactor Kconfig to support alloc or fixedSimon Glass1-15/+24
2022-01-13bloblist: Use LOG_CATEGORY to simply loggingSimon Glass1-11/+10
2022-01-13bloblist: Use explicit numbering for the tagsSimon Glass1-15/+30
2022-01-13bloblist: Drop unused tagsSimon Glass1-3/+1
2022-01-13bloblist: Rename the SPL tagSimon Glass1-1/+1
2021-12-05bloblist: Support allocating the bloblistSimon Glass1-2/+14
2021-07-21bloblist: Correct condition in bloblist_addrec()Simon Glass1-1/+1
2021-07-21bloblist: Support resizing a blobSimon Glass1-2/+69
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-01-28bloblist: Add missing tag namesSimon Glass1-0/+6
2021-01-28bloblist: Support relocating to a larger spaceSimon Glass1-0/+11
2020-10-06bloblist: Allow custom alignment for blobsSimon Glass1-12/+20
2020-10-06bloblist: Tidy up the data alignmentSimon Glass1-6/+26
2020-10-06bloblist: Add a commandSimon Glass1-3/+59
2020-02-06bloblist: Zero records when addingSimon Glass1-0/+3
2020-02-06bloblist: Tidy up a few comments and code-style nitsSimon Glass1-3/+2
2020-02-06bloblist: Add a new function to add or check sizeSimon Glass1-1/+18
2019-12-03crc32: Use the crc.h header for crc functionsSimon Glass1-0/+1
2018-11-26Add core support for a bloblist to convey data from SPLSimon Glass1-0/+239