commit | 703a5da57392a1f7b3e64b4b7d909b25f4d44249 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Dec 27 13:07:07 2023 -0800 |
committer | Simon Glass <sjg@chromium.org> | Sun Dec 31 07:21:02 2023 -0700 |
tree | 9d1204b575ac60e875e31903126ef2f865d53bbd | |
parent | b560b248a6dcf90713ed1a7e89a6c2283e332485 [diff] |
bloblist: Reduce blob-header size The v0.9 spec provides for an 8-byte header for each blob, with fewer fields. The blob data start address should be aligned to the alignment specified by the bloblist header. Update the implementation to match this. 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>