]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
dm: tpm: Convert the TPM command and library to driver model
authorSimon Glass <sjg@chromium.org>
Sun, 23 Aug 2015 00:31:32 +0000 (18:31 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 10:19:17 +0000 (12:19 +0200)
commitd62d50c84a2791a2c8f7a60a32aa981df1130605
treeafd01af2dade6e84be05b7c68be3e5bd797a1233
parent1ad251a49060a067147d6b3a563aa6c4deac938c
dm: tpm: Convert the TPM command and library to driver model

Add driver model support to the TPM command and the TPM library. Both
support only a single TPM at present.

Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Christophe Ricard<christophe-h.ricard@st.com>
Reviewed-by: Heiko Schocher <hs@denx.de>
common/cmd_tpm.c
include/tpm.h
lib/tpm.c