Home
last modified time | relevance | path

Searched hist:"51 f00c17" (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/lib/
H A Dtpm-utils.h51f00c17 Sun Nov 18 15:22:26 CST 2018 Simon Glass <sjg@chromium.org> tpm: Export the open/close functions

At present these functions are not accessible outside the TPM library, but
in some cases we need to call them. Export them in the header file and add
a define for the SHA1 digest size.

Also adjust tpm_open() to call tpm_close() first so that the TPM is in a
known state before opening (e.g. by a previous phase of U-Boot).

Signed-off-by: Simon Glass <sjg@chromium.org>
/openbmc/u-boot/include/
H A Dtpm-common.h51f00c17 Sun Nov 18 15:22:26 CST 2018 Simon Glass <sjg@chromium.org> tpm: Export the open/close functions

At present these functions are not accessible outside the TPM library, but
in some cases we need to call them. Export them in the header file and add
a define for the SHA1 digest size.

Also adjust tpm_open() to call tpm_close() first so that the TPM is in a
known state before opening (e.g. by a previous phase of U-Boot).

Signed-off-by: Simon Glass <sjg@chromium.org>
/openbmc/u-boot/drivers/tpm/
H A Dtpm_tis_lpc.c51f00c17 Sun Nov 18 15:22:26 CST 2018 Simon Glass <sjg@chromium.org> tpm: Export the open/close functions

At present these functions are not accessible outside the TPM library, but
in some cases we need to call them. Export them in the header file and add
a define for the SHA1 digest size.

Also adjust tpm_open() to call tpm_close() first so that the TPM is in a
known state before opening (e.g. by a previous phase of U-Boot).

Signed-off-by: Simon Glass <sjg@chromium.org>