History log of /rk3399_rockchip-uboot/include/optee_include/OpteeClientInterface.h (Results 26 – 40 of 40)
Revision Date Author Comments
# c7de5349 19-May-2021 Hisping Lin <hisping.lin@rock-chips.com>

lib: optee_clientApi: remove duplicate code

optee client has a lot of the same duplicate code,
for the convenience of adding new functions in the future,
so remove duplicate code.

Change-Id: Ia1005

lib: optee_clientApi: remove duplicate code

optee client has a lot of the same duplicate code,
for the convenience of adding new functions in the future,
so remove duplicate code.

Change-Id: Ia1005e48d43172adb07954d9ff6cf08387e1b3d9
Signed-off-by: Hisping Lin <hisping.lin@rock-chips.com>

show more ...


# f4e1db95 04-Mar-2019 Hisping Lin <hisping.lin@rock-chips.com>

lib: optee_client: add judgment of return value

Change-Id: If616f89ffb2c3ea30afb7bced56a1ca28b1232b2
Signed-off-by: Hisping Lin <hisping.lin@rock-chips.com>


# 564654eb 10-Dec-2018 Jason Zhu <jason.zhu@rock-chips.com>

lib: optee_client: add read&wite permanent attributes certificate

Change-Id: I83321afcf9d89b0cde0bcc78f1f02c847f85a115
Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>


# c2ba77d9 05-Jan-2019 Jian Qiu <qiujian@rock-chips.com>

lib: optee_client: Extract keymaster CA module

Extract keymaster CA module from OpteeClientInterface
refactoring code for keymaster reads and writes form caller module

Change-Id: I1069fce0d29d9d981

lib: optee_client: Extract keymaster CA module

Extract keymaster CA module from OpteeClientInterface
refactoring code for keymaster reads and writes form caller module

Change-Id: I1069fce0d29d9d9815f71e7f3b4d231754382acd
Signed-off-by: Jian Qiu <qiujian@rock-chips.com>

show more ...


# dfbf26e8 04-Jan-2019 Tony Xu <tony.xu@rock-chips.com>

lib: optee_client: move keybox code to write_keybox.c

Change-Id: Ifcd9962a8b802ee2bcbdbd0e88effb4485e5963a
Signed-off-by: Tony Xu <tony.xu@rock-chips.com>


# b5359c85 17-Aug-2018 tony.xu <tony.xu@rock-chips.com>

include: optee_include: add declarations for write_keybox_to_secure_storage

Change-Id: I78349eaf54ee32e06e34b89f333e4b89db1008fd
Signed-off-by: tony.xu <tony.xu@rock-chips.com>


# 78ef5fbd 28-Mar-2018 qiujian <qiujian@rock-chips.com>

lib: optee_client: add oem unlock status func

Change-Id: If92c59650994bd2ab8e689f063acf1d65dc08e48
Signed-off-by: Qiu Jian <qiujian@rock-chips.com>


# 2e40c2c1 28-Feb-2018 Jason Zhu <jason.zhu@rock-chips.com>

fastboot: update fastboot commands

1. cb_oem.
2. cb_flashing.
3. cd_flash.

Change-Id: I6348c53c992b794f37d6d1813be04bd3dc63d1b5
Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>


# 4aa61755 07-Nov-2017 Andy Ye <Andy.Ye@rock-chips.com>

lib: optee_client: add attestation protocol support using optee

support attestation commands:
at-attest-dh,at-attest-uuid,at-get-ca-request,at-set-ca-request

Change-Id: I3fe94befa57a131e89dbe136c06

lib: optee_client: add attestation protocol support using optee

support attestation commands:
at-attest-dh,at-attest-uuid,at-get-ca-request,at-set-ca-request

Change-Id: I3fe94befa57a131e89dbe136c065a948b1631756
Signed-off-by: Andy Ye <andy.ye@rock-chips.com>

show more ...


# 468df3b2 03-Nov-2017 Hisping Lin <hisping.lin@rock-chips.com>

lib: optee_client: add read vboot key flag func

Change-Id: Id0405cc2b695f00b5d7586d01bd0b66279b24430
Signed-off-by: Hisping Lin <hisping.lin@rock-chips.com>


# 095e2a82 30-Oct-2017 Hisping Lin <hisping.lin@rock-chips.com>

lib: optee_client: add R&W attribute flag support.

Change-Id: I682e1d9133c005022351c540f843f383703c7c65
Signed-off-by: Hisping Lin <hisping.lin@rock-chips.com>


# 2cd27853 30-Oct-2017 Hisping Lin <hisping.lin@rock-chips.com>

lib: optee_client: add R&W vboot key hash func

uboot can read vboot key hash from efuse and write
vboot key hash to efuse, secure boot will be enable
after you write vboot key hash.

Change-Id: Ibe7

lib: optee_client: add R&W vboot key hash func

uboot can read vboot key hash from efuse and write
vboot key hash to efuse, secure boot will be enable
after you write vboot key hash.

Change-Id: Ibe7b2a5778a3f38e13a241261617f1be8537c88e
Signed-off-by: Hisping Lin <hisping.lin@rock-chips.com>

show more ...


# 16539616 30-Oct-2017 Hisping Lin <hisping.lin@rock-chips.com>

lib: optee_client: notify optee when uboot end

trusty_notify_optee_uboot_end() function is used before uboot
jump into kernel, then optee will free memery and denied
call some tipc functions, denied

lib: optee_client: notify optee when uboot end

trusty_notify_optee_uboot_end() function is used before uboot
jump into kernel, then optee will free memery and denied
call some tipc functions, denied call read write attribute hash.

Change-Id: I96b5687e1afd5bfdf1780ed1641f5fff2fc17eee
Signed-off-by: Hisping Lin <hisping.lin@rock-chips.com>

show more ...


# 6ef445a4 30-Oct-2017 Hisping Lin <hisping.lin@rock-chips.com>

lib: optee_client: add support for R&W efuse

Change-Id: I8b06523c5379f253994c3ad89aa3b354d79b4c45
Signed-off-by: Hisping Lin <hisping.lin@rock-chips.com>


# ae8ec5e1 30-Oct-2017 Hisping Lin <hisping.lin@rock-chips.com>

lib: optee_client: change file name

change OpteeClientTest.c to OpteeClientInterface.c

Change-Id: I68b32a2a4757af655bd4eaa723067f024ff112ef
Signed-off-by: Hisping Lin <hisping.lin@rock-chips.com>


12