commit | e00efa9020a7ecec07b8db664cab03e2eaecbda4 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Feb 06 09:57:34 2021 -0700 |
committer | Tom Rini <trini@konsulko.com> | Tue Mar 02 15:53:37 2021 -0500 |
tree | 638b0471a0f618b0d78ef97348a97c528e0146cd | |
parent | edd094efe459c0411c7754500ff5004909943cec [diff] |
sandbox: Write out bloblist when exiting Sandbox provides a way to write out its emulated memory on exit. This makes it possible to pass a bloblist from one phase (e.g. SPL) to the next. However the bloblist is not closed off, so the checksum is generally invalid. Fix this by finishing up the bloblist before writing the memory file. Signed-off-by: Simon Glass <sjg@chromium.org>