]> git.baikalelectronics.ru Git - uboot.git/commit
sandbox: Write out bloblist when exiting
authorSimon Glass <sjg@chromium.org>
Sat, 6 Feb 2021 16:57:34 +0000 (09:57 -0700)
committerTom Rini <trini@konsulko.com>
Tue, 2 Mar 2021 20:53:37 +0000 (15:53 -0500)
commit004df050a8d6570cbf80ccce1bf41e0195ba6331
tree638b0471a0f618b0d78ef97348a97c528e0146cd
parentdf71116000e61538a9d884ef1b0fb786b80c4d24
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>
arch/sandbox/cpu/state.c