rk3528: RKTRUST: Add initial version

== BL31 v1.03:
Build from ATF commit:
	a1a47bee6 plat: rk3528: support virtual poweroff
update feature:
	a1a47bee6 plat: rk3528: support virtual poweroff
	4ac7ee575 plat: rk3528: clock: Add scmi clk cpu and gpu

== BL32 v1.00:
Build from optee commit in develop-next branch:
	3c36a5cb rk3528: otp: modify otp map for attribute hash
Update feature:
	3c18888f rk3528: otp: enable CFG_RK_UBOOT_STORE_OTP
	45a0988e plat-rockchip: otp: move R&W secure boot flag code to each platform
	b34ee3bc rk3528: enable CFG_RK_SECURITY_LEVEL
	5dca864e rk3528: otp: enable CFG_OTP_SUPPORT
	e89c6fde rk3528: otp: support R&W OTP data
	c7945ba0 plat-rockchip: add rk3528 platform

== MCU v1.00:
Build from commit:
	76d14059 project: Add project for rk3528-mcu

Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
Change-Id: Ib92c5d0065bb12d7d4c8fc48d9b7dcb6acd5c898
This commit is contained in:
Joseph Chen
2022-11-28 01:19:47 +00:00
parent 8bfcbf0f10
commit 5d9b05991a
6 changed files with 47 additions and 0 deletions

19
RKTRUST/RK3528TRUST.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/rk3528_bl31_v1.03.elf
ADDR=0x00040000
[BL32_OPTION]
SEC=1
PATH=bin/rk35/rk3528_bl32_v1.00.bin
ADDR=0x08400000
[BL33_OPTION]
SEC=0
[MCU]
MCU=bin/rk35/rk3528_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/RK3528_CN.md Normal file
View File

@@ -0,0 +1,14 @@
# RK3528 Release Note
## rk3528_{bl31,bl32,mcu}_v1.x.bin
| 时间 | 文件 | 编译 commit | 重要程度 |
| ---------- | :------------------------------ | ----------------------------------------- | -------- |
| 2022-11-28 | rk3528_{bl31,bl32,mcu}_v1.x.bin | bl31:a1a47bee6#bl32:3c36a5cb#mcu:76d14059 | 重要 |
### New
1. 初始版本。
------

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

@@ -0,0 +1,14 @@
# RK3528 Release Note
## rk3528_{bl31,bl32,mcu}_v1.x.bin
| Date | File | Build commit | Severity |
| ---------- | :------------------------------ | ----------------------------------------- | --------- |
| 2022-11-28 | rk3528_{bl31,bl32,mcu}_v1.x.bin | bl31:a1a47bee6#bl32:3c36a5cb#mcu:76d14059 | important |
### New
1. Initial version.
------