rk3228h/rk3328: bl32: update version to 1.35

build from optee commit:
	ad4b731 SVP: Fix last commit complile error.

update feature:
	d0af79f SVP: Add an api to copy secure buffer.
	5f837e7 fix compile bug when not define CFG_OTP_SUPPORT
	0d52bd6 syscall: fixed bugs
	8e2704c syscall: add a new syscall interface.

open CFG_TA_DRM configure and delete memblock_enable 3228H

Change-Id: I7e3d8a17fcfe5c0f400daa5d7c7356ce759a6099
Signed-off-by: Rimon Xu <rimon.xu@rock-chips.com>
This commit is contained in:
Rimon Xu
2017-11-23 09:21:09 +08:00
committed by Jianhong Chen
parent c1e11d24f3
commit ca79b57d01
3 changed files with 2 additions and 2 deletions

View File

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

View File

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

Binary file not shown.