commit | 1c6608bd92acfa3a4c269ccdcb92905a4e512813 | [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 | 9f0b53564f035743a2ce60636cadd17c97937dee [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>