rk3562: RKTRUST: Add initial version

== bl31 v1.05:
Build from commit: none
Update feature:
	support cpus on/off and auto pd.
	support logic off in system suspend

== bl32 v1.00:
Build from optee commit in develop-next branch:
	512740e0 rk3562: otp: enable CFG_RK_UBOOT_STORE_OTP

== mcu v1.00:
Build from commit: none

Signed-off-by: shengfei Xu <xsf@rock-chips.com>
Signed-off-by: Hisping Lin <hisping.lin@rock-chips.com>
Signed-off-by: Steven Liu <steven.liu@rock-chips.com>
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
Change-Id: I44bc06071a2c77663064fe67787c6cb402d48782
This commit is contained in:
Joseph Chen
2023-02-03 08:19:37 +00:00
parent 30c0724e0e
commit 4574e1d2b7
6 changed files with 47 additions and 0 deletions

19
RKTRUST/RK3562TRUST.ini Normal file
View File

@@ -0,0 +1,19 @@
[VERSION]
MAJOR=1
MINOR=0
[BL30_OPTION]
SEC=0
[BL31_OPTION]
SEC=1
PATH=bin/rk35/rk3562_bl31_v1.05.elf
ADDR=0x00040000
[BL32_OPTION]
SEC=1
PATH=bin/rk35/rk3562_bl32_v1.00.bin
ADDR=0x08400000
[BL33_OPTION]
SEC=0
[MCU]
MCU=bin/rk35/rk3562_mcu_v1.00.bin,0x08200000,disabled
[OUTPUT]
PATH=trust.img

Binary file not shown.

Binary file not shown.

Binary file not shown.

14
doc/release/RK3562_CN.md Normal file
View File

@@ -0,0 +1,14 @@
# RK3562 Release Note
## rk3562_{bl31,bl32,mcu}_v1.x.bin
| 时间 | 文件 | 编译 commit | 重要程度 |
| ---------- | :------------------------------ | -------------------------------- | -------- |
| 2023-02-03 | rk3562_{bl31,bl32,mcu}_v1.x.bin | bl31:none#bl32:512740e0#mcu:none | 重要 |
### New
1. 初始版本。
------

14
doc/release/RK3562_EN.md Normal file
View File

@@ -0,0 +1,14 @@
# RK3562 Release Note
## rk3562_{bl31,bl32,mcu}_v1.x.bin
| Date | File | Build commit | Severity |
| ---------- | :------------------------------ | -------------------------------- | -------- |
| 2023-02-03 | rk3562_{bl31,bl32,mcu}_v1.x.bin | bl31:none#bl32:512740e0#mcu:none | important |
### New
1. Initial version.
------