[U-Boot] [PATCH v2 19/28] dm: tpm: sandbox: Convert TPM driver to driver model

Simon Glass sjg at chromium.org
Mon Aug 31 00:43:50 CEST 2015


On 22 August 2015 at 18:31, Simon Glass <sjg at 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 at chromium.org>
> Acked-by: Christophe Ricard <christophe-h.ricard at 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.


More information about the U-Boot mailing list