]> git.dujemihanovic.xyz Git - u-boot.git/commit
bloblist: Adjust the bloblist header
authorSimon Glass <sjg@chromium.org>
Wed, 27 Dec 2023 21:07:08 +0000 (13:07 -0800)
committerSimon Glass <sjg@chromium.org>
Sun, 31 Dec 2023 14:21:02 +0000 (07:21 -0700)
commitb86b2d940caf27aa80b7c657e48770349e15491b
tree0094470fa6c085cbe24b6e16f871da682e1d5976
parentb6e83826ef1f4d04d350e4d2c03e3b28ab1b0ae4
bloblist: Adjust the bloblist header

The v0.9 spec provides for a 24-byte header. Update the implementation
to match this.
Rename the fields of the bloblist header to align to the spec.
Adds an alignment field into the bloblist header.
Update the related bloblist APIs and UT testcases.

Signed-off-by: Simon Glass <sjg@chromium.org>
Co-developed-by: Raymond Mao <raymond.mao@linaro.org>
Signed-off-by: Raymond Mao <raymond.mao@linaro.org>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
common/bloblist.c
include/bloblist.h
test/bloblist.c