[PATCH v2 0/2] Enable OPTEE and "optee_rpmb" command

Gaurav Jain gaurav.jain at nxp.com
Thu Sep 17 11:01:55 CEST 2020


Enable support to compile OPTEE driver, access AVB TA and
RPMB API's access via RPC from OPTEE for lx2160.

Enable "optee_rpmb" command to write/read named persistent values
created on MMC RPMB.

v1 can be referred here
https://patchwork.ozlabs.org/project/uboot/patch/20200916100058.9092-1-gaurav.jain@nxp.com/

changes w.r.t v1:

1/2:configs: lx2160a: Enable OPTEE support
- new commit

2/2:cmd: optee_rpmb command for read/write of rpmb from optee
- Modified cmd_tbl_t to struct cmd_tbl as per include/command.h

Ruchika Gupta (2):
  configs: lx2160a: Enable OPTEE support
  cmd: optee_rpmb command for read/write of rpmb from optee

 cmd/Kconfig                      |   8 +
 cmd/Makefile                     |   1 +
 cmd/optee_rpmb.c                 | 272 +++++++++++++++++++++++++++++++
 configs/lx2160ardb_tfa_defconfig |   5 +
 4 files changed, 286 insertions(+)
 create mode 100644 cmd/optee_rpmb.c

-- 
2.17.1



More information about the U-Boot mailing list