Re: [PATCH 2/3] cmd: SCP03: enable and provision command

2021-02-08 Thread Jorge Ramirez-Ortiz, Foundries
On 08/02/21, Simon Glass wrote: > Hi Jorge, > > On Sun, 7 Feb 2021 at 11:11, Jorge Ramirez-Ortiz, Foundries > wrote: > > > > On 07/02/21, Simon Glass wrote: > > > Hi Jorge, > > > > > > On Sat, 6 Feb 2021 at 16:05, Jorge Ramirez-Ortiz > > > wrote: > > > > > > > > Enable and provision the SCP03

Re: [PATCH 2/3] cmd: SCP03: enable and provision command

2021-02-08 Thread Simon Glass
Hi Jorge, On Sun, 7 Feb 2021 at 11:11, Jorge Ramirez-Ortiz, Foundries wrote: > > On 07/02/21, Simon Glass wrote: > > Hi Jorge, > > > > On Sat, 6 Feb 2021 at 16:05, Jorge Ramirez-Ortiz wrote: > > > > > > Enable and provision the SCP03 keys on a TEE controlled secured elemt > > > from the U-Boot

Re: [PATCH 2/3] cmd: SCP03: enable and provision command

2021-02-07 Thread Jorge Ramirez-Ortiz, Foundries
On 07/02/21, Simon Glass wrote: > Hi Jorge, > > On Sat, 6 Feb 2021 at 16:05, Jorge Ramirez-Ortiz wrote: > > > > Enable and provision the SCP03 keys on a TEE controlled secured elemt > > from the U-Boot shell. > > > > Signed-off-by: Jorge Ramirez-Ortiz > > --- > > cmd/Kconfig | 9 > >

Re: [PATCH 2/3] cmd: SCP03: enable and provision command

2021-02-07 Thread Simon Glass
Hi Jorge, On Sat, 6 Feb 2021 at 16:05, Jorge Ramirez-Ortiz wrote: > > Enable and provision the SCP03 keys on a TEE controlled secured elemt > from the U-Boot shell. > > Signed-off-by: Jorge Ramirez-Ortiz > --- > cmd/Kconfig | 9 > cmd/Makefile | 3 +++ > cmd/scp03.c | 64

[PATCH 2/3] cmd: SCP03: enable and provision command

2021-02-06 Thread Jorge Ramirez-Ortiz
Enable and provision the SCP03 keys on a TEE controlled secured elemt from the U-Boot shell. Signed-off-by: Jorge Ramirez-Ortiz --- cmd/Kconfig | 9 cmd/Makefile | 3 +++ cmd/scp03.c | 64 3 files changed, 76 insertions(+)