commit | 4927f472704e4815de64f1867bcd19c4a014c47e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Aug 30 21:05:32 2022 -0600 |
committer | Ilias Apalodimas <ilias.apalodimas@linaro.org> | Sat Sep 03 16:53:58 2022 +0300 |
tree | 0ebddc51dc00db955a9c3335a8836f1e6447383e | |
parent | cebcc63f75d3354e414ef5722f84284e942457d9 [diff] |
tpm: Require a digest source when extending the PCR This feature is used for measured boot, so we can add a log entry to the TCPA with some information about where the digest comes from. It is not currently supported in the TPM drivers, but add it to the API so that code which expects it can signal its request. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org> Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>