aboutsummaryrefslogtreecommitdiff
path: root/common/bloblist.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-29bloblist: Load the bloblist from the previous loaderRaymond Mao1-18/+44
2024-02-29bloblist: refactor of bloblist_reloc()Raymond Mao1-2/+8
2024-02-29bloblist: check bloblist with specified buffer sizeRaymond Mao1-1/+1
2024-02-29bloblist: add API to check the register conventionsRaymond Mao1-0/+11
2023-12-31bloblist: Add alignment to bloblist_new()Simon Glass1-2/+3
2023-12-31bloblist: Adjust the bloblist headerSimon Glass1-36/+50
2023-12-31bloblist: Reduce blob-header sizeSimon Glass1-8/+15
2023-12-31bloblist: Handle alignment with a void entrySimon Glass1-4/+19
2023-12-31bloblist: Checksum the entire bloblistSimon Glass1-9/+4
2023-12-31bloblist: Drop spare value from bloblist recordSimon Glass1-1/+0
2023-12-31bloblist: Access record hdr_size and tag via a functionSimon Glass1-13/+25
2023-12-31bloblist: Adjust API to align in powers of 2Simon Glass1-13/+11
2023-12-31bloblist: Update the tag numberingSimon Glass1-4/+14
2023-10-06bloblist: Add missing nameSimon Glass1-0/+1
2023-10-06bloblist: Support initing from multiple placesSimon Glass1-1/+12
2023-07-17x86: Pass video settings from SPL to U-Boot properSimon Glass1-0/+1
2022-10-31bloblist: Drop debuggingSimon Glass1-1/+0
2022-08-10common: Drop display_options.h from common headerSimon Glass1-0/+1
2022-02-08bloblist: 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-27bloblist: Add missing tag namesSimon Glass1-0/+6
2021-01-27bloblist: 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-05bloblist: Zero records when addingSimon Glass1-0/+3
2020-02-05bloblist: Tidy up a few comments and code-style nitsSimon Glass1-3/+2
2020-02-05bloblist: Add a new function to add or check sizeSimon Glass1-1/+18
2019-12-02crc32: 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