commit | a986216e348153705e0a019afc95da65baa1fff0 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jul 18 14:18:04 2021 -0600 |
committer | Simon Glass <sjg@chromium.org> | Sun Aug 01 09:05:24 2021 -0600 |
tree | 0e5581b55e4dfdbfb1f86131fc5ab93dcbf71a13 | |
parent | d8f105dd7170bcb0370b8ce18503834cdeeec7c1 [diff] |
sandbox: tpm: Support storing device state in tpm2 At present the tpm2 emulator does not support storing the device state. Add this so we can handle the normal vboot flow through the sandbox executables (VPL->SPL etc.) with the TPM contents staying in place. Note: sandbox has not yet been converted to use livetree for the state information, since livetree does not yet support writing to the tree. Signed-off-by: Simon Glass <sjg@chromium.org>