rv1126-uboot/lib/optee_clientApi
Hisping Lin b9a7e756c4 lib: optee_client: change the condition for eMMC devices
1.dev_desc->if_type == IF_TYPE_MMC for SD and eMMC device,
  dev_desc->devnum == 1 is SD devices,
  dev_desc->devnum == 0 is eMMC devices
2.SD devices do not have rpmb
3.we prefer to use rpmb for eMMC devices, use security
  partition for nand or SD devices

Change-Id: Ifc21bd4da7c3ee91e2ecc845c343182c78d52dc1
Signed-off-by: Hisping Lin <hisping.lin@rock-chips.com>
2019-07-15 17:06:52 +08:00
..
Kconfig lib: optee_client: modify macro in Kconfig 2018-07-14 11:37:57 +08:00
Makefile lib: optee_client: remove widevine ta from uboot 2018-12-06 09:17:57 +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: init rpmb before find_mmc_device 2019-06-26 11:23:32 +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.c lib: optee_client: v1 add security partition offset when backup data 2019-06-05 12:30:21 +08:00
OpteeClientSMC.c lib: optee_client: add module name in print func 2019-04-29 11:09:18 +08:00
tabinary_to_cfile.py
tee_smc-arm64.S