
17 Jul
2021
17 Jul
'21
10:39 p.m.
Sometimes a blob needs to expand, e.g. because it needs to hold more log data. Add support for this. Note that the bloblist must have sufficient spare space for this to work.
Signed-off-by: Simon Glass sjg@chromium.org ---
common/bloblist.c | 71 ++++++++++++++++- include/bloblist.h | 13 +++ test/bloblist.c | 192 +++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 274 insertions(+), 2 deletions(-)
Applied to u-boot-dm, thanks!