| #
b9a7e756 |
| 15-Jul-2019 |
Hisping Lin <hisping.lin@rock-chips.com> |
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.S
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>
show more ...
|
| #
df99e580 |
| 04-Jan-2019 |
Hisping Lin <hisping.lin@rock-chips.com> |
cmd: add test case for secure storage
1.mmc testsecurestorage to test secure storage 2.test secure storage in rpmb and test secure storage in security partition when use emmc 3.test secure storage
cmd: add test case for secure storage
1.mmc testsecurestorage to test secure storage 2.test secure storage in rpmb and test secure storage in security partition when use emmc 3.test secure storage in security partition when use nand
Change-Id: Id6f72893c002c5040cb1790051c9685911878df7 Signed-off-by: Hisping Lin <hisping.lin@rock-chips.com>
show more ...
|