rk322xh/rk3328: optee: update bl32 verison to v1.01

1)add efuse driver support
2)add otp driver support
3)add hardware crypto support
4)delete init gic in optee os
5)add rk3399 platform init

optee_os:commit_id: f89f3adf29f21c7af3261c4b640e70b73f7fb8dc

Change-Id: I18c4c48af3744e378e31290f1bed6857a2f5e6c5
Signed-off-by: sean.huang <sean.huang@rock-chips.com>
This commit is contained in:
sean.huang
2017-03-03 10:44:03 +08:00
committed by William Zhang
parent 15497eae80
commit 87cdff5776
3 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ PATH=tools/rk_tools/bin/rk33/rk322xh_bl31_v1.10.bin
ADDR=0x10000
[BL32_OPTION]
SEC=1
PATH=tools/rk_tools/bin/rk33/rk322xh_bl32_v1.00.bin
PATH=tools/rk_tools/bin/rk33/rk322xh_bl32_v1.01.bin
ADDR=0x08400000
[BL33_OPTION]
SEC=0

View File

@@ -9,7 +9,7 @@ PATH=tools/rk_tools/bin/rk33/rk322xh_bl31_v1.10.bin
ADDR=0x10000
[BL32_OPTION]
SEC=1
PATH=tools/rk_tools/bin/rk33/rk322xh_bl32_v1.00.bin
PATH=tools/rk_tools/bin/rk33/rk322xh_bl32_v1.01.bin
ADDR=0x08400000
[BL33_OPTION]
SEC=0

Binary file not shown.