Searched hist:"0 a60a0a65fa98f265c79f3928d8628aabcba8a92" (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/lib/ |
H A D | tpm-common.c | diff 0a60a0a65fa98f265c79f3928d8628aabcba8a92 Fri Nov 23 22:29:32 CST 2018 Simon Glass <sjg@chromium.org> tpm: Remove use of build-time TPM versions
There is only one place in the code which assumes at build-time that we are using either a v1 or a v2 TPM. Fix this up and add a new function to return the version of a TPM.
Supported TPM versions (v1 and v2) can be enabled independently and it is possible to use both versions at once. This is useful for sandbox when running tests.
Signed-off-by: Simon Glass <sjg@chromium.org>
|
H A D | tpm-v1.c | diff 0a60a0a65fa98f265c79f3928d8628aabcba8a92 Fri Nov 23 22:29:32 CST 2018 Simon Glass <sjg@chromium.org> tpm: Remove use of build-time TPM versions
There is only one place in the code which assumes at build-time that we are using either a v1 or a v2 TPM. Fix this up and add a new function to return the version of a TPM.
Supported TPM versions (v1 and v2) can be enabled independently and it is possible to use both versions at once. This is useful for sandbox when running tests.
Signed-off-by: Simon Glass <sjg@chromium.org>
|
/openbmc/u-boot/include/ |
H A D | tpm-common.h | diff 0a60a0a65fa98f265c79f3928d8628aabcba8a92 Fri Nov 23 22:29:32 CST 2018 Simon Glass <sjg@chromium.org> tpm: Remove use of build-time TPM versions
There is only one place in the code which assumes at build-time that we are using either a v1 or a v2 TPM. Fix this up and add a new function to return the version of a TPM.
Supported TPM versions (v1 and v2) can be enabled independently and it is possible to use both versions at once. This is useful for sandbox when running tests.
Signed-off-by: Simon Glass <sjg@chromium.org>
|