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 >