mbox series

[PATCHv5,0/6] SCP03 control, documentation and tests.

Message ID 20210214152728.8628-1-jorge@foundries.io
Headers show
Series SCP03 control, documentation and tests. | expand

Message

Jorge Ramirez-Ortiz, Foundries Feb. 14, 2021, 3:27 p.m. UTC
Simply adding the reviewed-by tags to the v5 series.

Igor Opaniuk (2):
  sandbox: imply SCP03 and CMD_SCP03
  test: py: add initial coverage for scp03 cmd

Jorge Ramirez-Ortiz (4):
  common: SCP03 control (enable and provision of keys)
  cmd: SCP03: enable and provision command
  drivers: tee: sandbox: SCP03 control emulator
  doc: describe the scp03 command

 arch/Kconfig                 |  2 ++
 cmd/Kconfig                  |  8 +++++
 cmd/Makefile                 |  3 ++
 cmd/scp03.c                  | 52 ++++++++++++++++++++++++++++++++
 common/Kconfig               |  8 +++++
 common/Makefile              |  1 +
 common/scp03.c               | 53 +++++++++++++++++++++++++++++++++
 doc/usage/index.rst          |  1 +
 doc/usage/scp03.rst          | 33 +++++++++++++++++++++
 drivers/tee/optee/Kconfig    |  6 ++++
 drivers/tee/sandbox.c        | 57 ++++++++++++++++++++++++++++++++++--
 include/scp03.h              | 21 +++++++++++++
 include/tee/optee_ta_scp03.h | 21 +++++++++++++
 test/py/tests/test_scp03.py  | 27 +++++++++++++++++
 14 files changed, 291 insertions(+), 2 deletions(-)
 create mode 100644 cmd/scp03.c
 create mode 100644 common/scp03.c
 create mode 100644 doc/usage/scp03.rst
 create mode 100644 include/scp03.h
 create mode 100644 include/tee/optee_ta_scp03.h
 create mode 100644 test/py/tests/test_scp03.py

Comments

Jorge Ramirez-Ortiz, Foundries March 10, 2021, 4:59 p.m. UTC | #1
On 14/02/21, Jorge Ramirez-Ortiz wrote:
> Simply adding the reviewed-by tags to the v5 series.

why has this not been merged yet?

> 
> Igor Opaniuk (2):
>   sandbox: imply SCP03 and CMD_SCP03
>   test: py: add initial coverage for scp03 cmd
> 
> Jorge Ramirez-Ortiz (4):
>   common: SCP03 control (enable and provision of keys)
>   cmd: SCP03: enable and provision command
>   drivers: tee: sandbox: SCP03 control emulator
>   doc: describe the scp03 command
> 
>  arch/Kconfig                 |  2 ++
>  cmd/Kconfig                  |  8 +++++
>  cmd/Makefile                 |  3 ++
>  cmd/scp03.c                  | 52 ++++++++++++++++++++++++++++++++
>  common/Kconfig               |  8 +++++
>  common/Makefile              |  1 +
>  common/scp03.c               | 53 +++++++++++++++++++++++++++++++++
>  doc/usage/index.rst          |  1 +
>  doc/usage/scp03.rst          | 33 +++++++++++++++++++++
>  drivers/tee/optee/Kconfig    |  6 ++++
>  drivers/tee/sandbox.c        | 57 ++++++++++++++++++++++++++++++++++--
>  include/scp03.h              | 21 +++++++++++++
>  include/tee/optee_ta_scp03.h | 21 +++++++++++++
>  test/py/tests/test_scp03.py  | 27 +++++++++++++++++
>  14 files changed, 291 insertions(+), 2 deletions(-)
>  create mode 100644 cmd/scp03.c
>  create mode 100644 common/scp03.c
>  create mode 100644 doc/usage/scp03.rst
>  create mode 100644 include/scp03.h
>  create mode 100644 include/tee/optee_ta_scp03.h
>  create mode 100644 test/py/tests/test_scp03.py
> 
> -- 
> 2.30.0
>
Simon Glass March 12, 2021, 4:45 a.m. UTC | #2
Hi Foundries,

On Wed, 10 Mar 2021 at 09:59, Jorge Ramirez-Ortiz, Foundries
<jorge@foundries.io> wrote:
>
> On 14/02/21, Jorge Ramirez-Ortiz wrote:
> > Simply adding the reviewed-by tags to the v5 series.
>
> why has this not been merged yet?

You can check in patchwork to see whose queue it is in.

Regards,
Simon
Jorge Ramirez-Ortiz, Foundries March 12, 2021, 8:28 a.m. UTC | #3
On 11/03/21, Simon Glass wrote:
> Hi Foundries,
> 
> On Wed, 10 Mar 2021 at 09:59, Jorge Ramirez-Ortiz, Foundries
> <jorge@foundries.io> wrote:
> >
> > On 14/02/21, Jorge Ramirez-Ortiz wrote:
> > > Simply adding the reviewed-by tags to the v5 series.
> >
> > why has this not been merged yet?
> 
> You can check in patchwork to see whose queue it is in.

ah ok, thanks Simon.
(adding Tom to the thread now).

> 
> Regards,
> Simon
Tom Rini March 12, 2021, 1:26 p.m. UTC | #4
On Fri, Mar 12, 2021 at 09:28:25AM +0100, Jorge Ramirez-Ortiz, Foundries wrote:
> On 11/03/21, Simon Glass wrote:
> > Hi Foundries,
> > 
> > On Wed, 10 Mar 2021 at 09:59, Jorge Ramirez-Ortiz, Foundries
> > <jorge@foundries.io> wrote:
> > >
> > > On 14/02/21, Jorge Ramirez-Ortiz wrote:
> > > > Simply adding the reviewed-by tags to the v5 series.
> > >
> > > why has this not been merged yet?
> > 
> > You can check in patchwork to see whose queue it is in.
> 
> ah ok, thanks Simon.
> (adding Tom to the thread now).

I am a bit behind on merging stuff to -next, sorry.
Jorge Ramirez-Ortiz, Foundries March 12, 2021, 1:31 p.m. UTC | #5
On 12/03/21, Tom Rini wrote:
> On Fri, Mar 12, 2021 at 09:28:25AM +0100, Jorge Ramirez-Ortiz, Foundries wrote:
> > On 11/03/21, Simon Glass wrote:
> > > Hi Foundries,
> > > 
> > > On Wed, 10 Mar 2021 at 09:59, Jorge Ramirez-Ortiz, Foundries
> > > <jorge@foundries.io> wrote:
> > > >
> > > > On 14/02/21, Jorge Ramirez-Ortiz wrote:
> > > > > Simply adding the reviewed-by tags to the v5 series.
> > > >
> > > > why has this not been merged yet?
> > > 
> > > You can check in patchwork to see whose queue it is in.
> > 
> > ah ok, thanks Simon.
> > (adding Tom to the thread now).
> 
> I am a bit behind on merging stuff to -next, sorry.

np thanks! I am a bit paranoid sometimes :)

> 
> -- 
> Tom