[PATCH 15/22] bloblist: Support resizing a blob

Simon Glass sjg at chromium.org
Sat Jul 17 22:39:14 CEST 2021


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 at 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!


More information about the U-Boot mailing list