Re: [PATCHv2 3/3] drivers: tee: sandbox: secure channel protocol control

2021-02-07 Thread Simon Glass
Hi Jorge, On Sat, 6 Feb 2021 at 16:11, Jorge Ramirez-Ortiz wrote: > > Adds support for SCP03 emulation. > > Signed-off-by: Jorge Ramirez-Ortiz > --- > drivers/tee/optee/Kconfig | 6 > drivers/tee/sandbox.c | 60 +-- > 2 files changed, 64 insertions(

[PATCHv2 3/3] drivers: tee: sandbox: secure channel protocol control

2021-02-06 Thread Jorge Ramirez-Ortiz
Adds support for SCP03 emulation. Signed-off-by: Jorge Ramirez-Ortiz --- drivers/tee/optee/Kconfig | 6 drivers/tee/sandbox.c | 60 +-- 2 files changed, 64 insertions(+), 2 deletions(-) diff --git a/drivers/tee/optee/Kconfig b/drivers/tee/optee/Kcon