
31 Aug
2015
31 Aug
'15
12:43 a.m.
On 22 August 2015 at 18:31, Simon Glass sjg@chromium.org wrote:
Convert the sandbox TPM driver to use driver model. Add it to the device tree so that it can be found on start-up.
Signed-off-by: Simon Glass sjg@chromium.org Acked-by: Christophe Ricard christophe-h.ricard@st.com
Changes in v2:
- Implement the get_desc() method
- Include tpm.h header file instead of tis.h
arch/sandbox/dts/sandbox.dts | 4 +++ configs/sandbox_defconfig | 1 + drivers/tpm/tpm_tis_sandbox.c | 57 ++++++++++++++++++++++++++++++++++--------- 3 files changed, 50 insertions(+), 12 deletions(-)
Applied to u-boot-dm.