]> git.dujemihanovic.xyz Git - u-boot.git/commit
bloblist: Support resizing a blob
authorSimon Glass <sjg@chromium.org>
Mon, 5 Jul 2021 22:32:53 +0000 (16:32 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 21 Jul 2021 16:27:34 +0000 (10:27 -0600)
commit1fe59375498fb84cd9ab72cf1f7f89437cd24cf4
tree89be56988d867198dec854907c36e764010ce6be
parent56dae9ef3c56a7de6ed4af5efb82e661329d4738
bloblist: Support resizing a blob

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
include/bloblist.h
test/bloblist.c