commit | 0021102de6a3b903d49f9f7c57e3c36559af700f | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jul 18 14:18:06 2021 -0600 |
committer | Simon Glass <sjg@chromium.org> | Sun Aug 01 09:05:24 2021 -0600 |
tree | 43bb1198016b8d21d52696b3cd4075b6faea6a11 | |
parent | 05917ac0f685e441dc30c1668b95fb3c49410353 [diff] |
sandbox: tpm: Support extending a PCR multiple times It is fairly easy to handle this case and it makes the emulator more useful, since PCRs are commonly extended several times. Add support for this, using U-Boot's sha256 support. For now sandbox only supports a single PCR, but that is enough for the tests that currently exist. Signed-off-by: Simon Glass <sjg@chromium.org>