On Mon, 27 Nov 2023 at 12:53, Raymond Mao <raymond....@linaro.org> wrote: > > Align used_size and total_size of the bloblist header to the definition > of the FW Handoff spec v0.9. > Update the related bloblist APIs and UT testcases. > > Signed-off-by: Raymond Mao <raymond....@linaro.org> > --- > Changes in v2 > - New patch file created for v2. > > common/bloblist.c | 86 +++++++++++++++++++++++++++------------------- > include/bloblist.h | 26 ++++++++------ > test/bloblist.c | 35 ++++++++++--------- > 3 files changed, 84 insertions(+), 63 deletions(-)
Reviewed-by: Simon Glass <s...@chromium.org>