rk3368h: bl32: update version to 1.10

Built from optee commit:
	7fdbf94 rk3368: mask native interrupt(FIQ)

Update features:
	7fdbf94 rk3368: mask native interrupt(FIQ)
	6c300f0 rk3368: add secure storage key compatibility
	e03420b rpmb: add rpmb_test_key back
	3ce1632 plat-rockchip: change TA_RAM_SIZE from 12M to 24M
	0bce8af core: arm64: fix masking exceptions on normal exit
	9c7b90e core: fix fiq delivery in Aarch64
	8070516 plat-rockchip: refine memory secure control
	8e2704c syscall: add a new syscall interface.

Change-Id: I708435b5582f9311e0fc4bf4a9d037d83ff5d760
Signed-off-by: Zhang Zhijie <zhangzj@rock-chips.com>
This commit is contained in:
Zhang Zhijie
2017-12-26 09:36:18 +08:00
committed by Jianhong Chen
parent 516099e603
commit a101694e30
4 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ PATH=tools/rk_tools/bin/rk33/rk3368h_bl31_v2.19.bin
ADDR=0x00010000
[BL32_OPTION]
SEC=1
PATH=tools/rk_tools/bin/rk33/rk3368h_bl32_v1.00.bin
PATH=tools/rk_tools/bin/rk33/rk3368h_bl32_v1.10.bin
ADDR=0x08400000
[BL33_OPTION]
SEC=0

View File

@@ -11,7 +11,7 @@ PATH=tools/rk_tools/bin/rk33/rk3368h_bl31_v2.19.bin
ADDR=0x00010000
[BL32_OPTION]
SEC=1
PATH=tools/rk_tools/bin/rk33/rk3368h_bl32_v1.00.bin
PATH=tools/rk_tools/bin/rk33/rk3368h_bl32_v1.10.bin
ADDR=0x08400000
[BL33_OPTION]
SEC=0

View File

@@ -11,7 +11,7 @@ PATH=tools/rk_tools/bin/rk33/rk3368h_bl31_v2.19.bin
ADDR=0x00010000
[BL32_OPTION]
SEC=1
PATH=tools/rk_tools/bin/rk33/rk3368h_bl32_v1.00.bin
PATH=tools/rk_tools/bin/rk33/rk3368h_bl32_v1.10.bin
ADDR=0x08400000
[BL33_OPTION]
SEC=0

Binary file not shown.