rk3528: bl32: update version to v1.01

Build from OPTEE commit in develop-next branch:
    c5251becc scripts: add rk3528 rk3562 platform in show_usage
Update features:
    c5251becc scripts: add rk3528 rk3562 platform in show_usage
    21e81bfbf rk3528: rk_os_service: support set register from user ta
    7b8c9847b pta: uboot_storedata_otp: enable kernel read secure boot flag
    84db04157 pta: uboot_storedata_otp: enable kernel read vboot key hash
    148b31ec0 scripts: add platform support print for rk3528
    9e9a24327 plat-rockchip: rk3528: enable crypto and keyreader access TZDRAM
    dad94e3fc rk3528: otp: reset sbpi when use user read
    3c36a5cb3 rk3528: otp: modify otp map for attribute hash

Signed-off-by: Hisping Lin <hisping.lin@rock-chips.com>
Change-Id: I4a9571c2da7ed3dd1d922e563b6d76d62c765459
This commit is contained in:
Hisping Lin
2023-04-03 17:53:01 +08:00
parent d9cd8518d5
commit a334cd4541
4 changed files with 25 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ PATH=bin/rk35/rk3528_bl31_v1.12.elf
ADDR=0x00040000
[BL32_OPTION]
SEC=1
PATH=bin/rk35/rk3528_bl32_v1.00.bin
PATH=bin/rk35/rk3528_bl32_v1.01.bin
ADDR=0x08400000
[BL33_OPTION]
SEC=0

View File

@@ -1,5 +1,17 @@
# RK3528 Release Note
## rk3528_bl32_v1.01.bin
| 时间 | 文件 | 编译 commit | 重要程度 |
| ---------- | :-------------------- | ----------- | -------- |
| 2023-04-03 | rk3528_bl32_v1.01.bin | c5251becc | 普通 |
### New
1. 新增内部TA接口。
------
## rk3528_bl31_v1.12.elf
| 时间 | 文件 | 编译 commit | 重要程度 |

View File

@@ -1,5 +1,17 @@
# RK3528 Release Note
## rk3528_bl32_v1.01.bin
| Date | File | Build commit | Severity |
| ---------- | :-------------------- | ------------ | -------- |
| 2023-04-03 | rk3528_bl32_v1.01.bin | c5251becc | moderate |
### New
1. Add some internal TA interface.
------
## rk3528_bl31_v1.12.elf
| Date | File | Build commit | Severity |