commit | 997dac6edebe5b82f4d6f9b90753f0af6e9d04f0 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Dec 27 13:07:05 2023 -0800 |
committer | Simon Glass <sjg@chromium.org> | Sun Dec 31 07:21:02 2023 -0700 |
tree | 42c0bebc0af5e779a3982bd983646a78bfb53253 | |
parent | 47e1047b0cc25269124737696971ab0c3187666d [diff] |
bloblist: Checksum the entire bloblist Use a sinple 8-bit checksum for bloblist, as specified by the spec version 0.9. Spec v0.9 specifies that the entire bloblist area is checksummed, including unused portions. Update the code to follow 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> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>