rk3568: bl32: update version to v1.05

Build from optee commit in develop-next branch:
	0b06ae94 rk3568: change TEE_LOAD_ADDR to 0x08400000

Update feature:
	0b06ae94 rk3568: change TEE_LOAD_ADDR to 0x08400000
	1d4f7cfd rk3568: enlarge TA_RAM from 4M to 12M
	eeafddb5 otp: switch OTP R&W func to unified interface

Signed-off-by: Elon Zhang <zhangzj@rock-chips.com>
Change-Id: Ib358ac85e8936f5d18bfdfb834ce8073823c92bb
This commit is contained in:
Elon Zhang
2021-05-07 09:58:49 +08:00
committed by Jianhong Chen
parent 3681c3b8f1
commit 2937f64c82
3 changed files with 4 additions and 4 deletions

View File

@@ -9,8 +9,8 @@ PATH=bin/rk35/rk3568_bl31_ultra_v2.03.elf
ADDR=0x00040000
[BL32_OPTION]
SEC=1
PATH=bin/rk35/rk3568_bl32_v1.04.bin
ADDR=0x00200000
PATH=bin/rk35/rk3568_bl32_v1.05.bin
ADDR=0x08400000
[BL33_OPTION]
SEC=0
[OUTPUT]

View File

@@ -9,8 +9,8 @@ PATH=bin/rk35/rk3568_bl31_v1.21.elf
ADDR=0x00040000
[BL32_OPTION]
SEC=1
PATH=bin/rk35/rk3568_bl32_v1.04.bin
ADDR=0x00200000
PATH=bin/rk35/rk3568_bl32_v1.05.bin
ADDR=0x08400000
[BL33_OPTION]
SEC=0
[OUTPUT]