rv1126-uboot/lib/optee_clientApi
Hisping Lin d079c1a5ed lib: optee_client v1: support RKFS version 2
1.use get_rkss_version function to get rkss version,
  if security partition have data with rkss version 1, then
  we choice rkss version 1, if security partition is empty,
  then we choice rkss version 2
2.rkss version 2 support dual backup mechanism,
  security partition total use 1M
3.rkss version 2 R&W 256k data one time

Change-Id: I4103b6600666dffccf473ec4ed8854776a46da31
Signed-off-by: Hisping Lin <hisping.lin@rock-chips.com>
2020-06-24 11:45:46 +08:00
..
Kconfig lib: optee_client: modify macro in Kconfig 2018-07-14 11:37:57 +08:00
Makefile lib: optee_client v1: support RKFS version 2 2020-06-24 11:45:46 +08:00
OpteeClientApiLib.c lib: optee_client: add module name in print func 2019-04-29 11:09:18 +08:00
OpteeClientInterface.c lib: optee_client: change the condition for eMMC devices 2019-07-15 17:06:52 +08:00
OpteeClientMem.c lib: optee_client: add module name in print func 2019-04-29 11:09:18 +08:00
OpteeClientRPC.c lib: optee_client v1: support RKFS version 2 2020-06-24 11:45:46 +08:00
OpteeClientRkFs-v2.c lib: optee_client: v2 add security partition offset when backup data 2019-06-05 12:30:21 +08:00
OpteeClientRkFs_common.c lib: optee_client v1: support RKFS version 2 2020-06-24 11:45:46 +08:00
OpteeClientRkFs_v1.c lib: optee_client v1: support RKFS version 2 2020-06-24 11:45:46 +08:00
OpteeClientRkFs_v2.c lib: optee_client v1: support RKFS version 2 2020-06-24 11:45:46 +08:00
OpteeClientSMC.c lib: optee_client: communicate with optee os v2 32 bits 2020-05-28 19:13:38 +08:00
tabinary_to_cfile.py
tee_smc-arm64.S