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

Jorge Ramirez-Ortiz, Foundries jorge at foundries.io
Mon Feb 8 21:18:56 CET 2021


On 08/02/21, Simon Glass wrote:
> Hi Jorge,
> 
> On Sun, 7 Feb 2021 at 11:11, Jorge Ramirez-Ortiz, Foundries
> <jorge at foundries.io> wrote:
> >
> > On 07/02/21, Simon Glass wrote:
> > > Hi Jorge,
> > >
> > > On Sat, 6 Feb 2021 at 16:05, Jorge Ramirez-Ortiz <jorge at foundries.io> wrote:
> > > >
> > > > Enable and provision the SCP03 keys on a TEE controlled secured elemt
> > > > from the U-Boot shell.
> > > >
> > > > Signed-off-by: Jorge Ramirez-Ortiz <jorge at foundries.io>
> > > > ---
> > > >  cmd/Kconfig  |  9 ++++++++
> > > >  cmd/Makefile |  3 +++
> > > >  cmd/scp03.c  | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++++
> > > >  3 files changed, 76 insertions(+)
> > > >  create mode 100644 cmd/scp03.c
> > >
> > > Can we have a test for this please? See mem_search.c for an example.
> >
> > you mean other than what I posted already (the sandbox test using the
> > TEE emulator)?
> >
> > I am not really sure what else can it do: this command sends a request
> > to a TEE and waits to a response (and both are emulated on the sandbox).
> 
> It should just be a few lines of code to test the basics. E.g.:
> 
> https://github.com/u-boot/u-boot/blob/3936fd998668846f77468d8f6a662e906920969c/test/cmd/test_echo.c#L42

ah ok I see what you mean.
I'll have a look

> 
> Regards,
> Simon


More information about the U-Boot mailing list