[U-Boot] [PATCH v4 10/19] optee: support routing of rpmb data frames to mmc

Simon Glass sjg at chromium.org
Tue Oct 2 11:21:13 UTC 2018


On 25 September 2018 at 07:40, Jens Wiklander <jens.wiklander at linaro.org> wrote:
> Adds support in optee supplicant to route signed (MACed) RPMB frames
> from OP-TEE Secure OS to MMC and vice versa to manipulate the RPMB
> partition.
>
> Tested-by: Igor Opaniuk <igor.opaniuk at linaro.org>
> Signed-off-by: Jens Wiklander <jens.wiklander at linaro.org>
> ---
>  drivers/tee/optee/Makefile        |   1 +
>  drivers/tee/optee/core.c          |   8 ++
>  drivers/tee/optee/optee_private.h |  55 ++++++++-
>  drivers/tee/optee/rpmb.c          | 181 ++++++++++++++++++++++++++++++
>  drivers/tee/optee/supplicant.c    |   3 +
>  5 files changed, 247 insertions(+), 1 deletion(-)
>  create mode 100644 drivers/tee/optee/rpmb.c

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list