aboutsummaryrefslogtreecommitdiff
path: root/test/bloblist.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-12test: Add a macros for finding tests in linker_listsSimon Glass1-3/+2
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-01-27bloblist: Support relocating to a larger spaceSimon Glass1-0/+36
2021-01-16test: Avoid assuming sandbox board for bloblist testSimon Glass1-9/+4
2020-10-06bloblist: Allow custom alignment for blobsSimon Glass1-9/+33
2020-10-06bloblist: Tidy up the data alignmentSimon Glass1-1/+37
2020-10-06bloblist: Compare addresses rather than pointers in testsSimon Glass1-13/+14
2020-10-06bloblist: Add a commandSimon Glass1-1/+58
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass1-1/+2
2020-02-05bloblist: Zero records when addingSimon Glass1-2/+25
2020-02-05bloblist: Add a new function to add or check sizeSimon Glass1-0/+34
2020-01-07cmd_ut: add a parameter prefix to the function cmd_ut_categoryPhilippe Reynes1-1/+2
2018-11-26test: Add a simple test for bloblistSimon Glass1-0/+187