[PATCH 3/3] drivers: tee: sandbox: secure channel protocol control
Simon Glass
sjg at chromium.org
Sun Feb 7 15:37:53 CET 2021
Hi Jorge,
On Sat, 6 Feb 2021 at 16:05, Jorge Ramirez-Ortiz <jorge at foundries.io> wrote:
>
> Adds support for SCP03 emulation.
>
> Signed-off-by: Jorge Ramirez-Ortiz <jorge at foundries.io>
> ---
> drivers/tee/optee/Kconfig | 6 ++++
> drivers/tee/sandbox.c | 60 +++++++++++++++++++++++++++++++++++++--
> 2 files changed, 64 insertions(+), 2 deletions(-)
>
Reviewed-by: Simon Glass <sjg at chromium.org>
> diff --git a/drivers/tee/optee/Kconfig b/drivers/tee/optee/Kconfig
> index d489834df9..b7f704a5e6 100644
> --- a/drivers/tee/optee/Kconfig
> +++ b/drivers/tee/optee/Kconfig
> @@ -22,6 +22,12 @@ config OPTEE_TA_AVB
> The TA can support the "avb" subcommands "read_rb", "write"rb"
> and "is_unlocked".
>
> +config OPTEE_TA_SCP03
> + bool "Support SCP03 TA"
> + default y
> + help
> + Enables support for the SCP03 Trusted Application (TA) in OP-TEE.
What is SCP03? Can you add a link and write it out in full if it is an
abbreviation?
> +
> endmenu
>
> endif
[..]
More information about the U-Boot
mailing list