rk3562: bl32: update version to v1.06

Build from OPTEE commit in develop-next branch:
    6c78a7d8c rk3506: Don't disable vccio4 IE by default
Update features:
    6c78a7d8c rk3506: Don't disable vccio4 IE by default
    d8ccdb1b5 pta: uboot_storedata_otp: add check for read toybrick ksn
    1c2d2b8c4 rk3562: support read write verify toybrick ksn
    4cd67e2b3 plat-rockchip: common: support soft ta encryption key
    d19d25819 plat-rockchip: map MEM_AREA_RAM_NSEC to MEM_AREA_IO_NSEC
    dc1149f1b rk3562: otp: enable hardware lock
    7ab599eca plat-rockchip: rk3326/rk3358/rk3562/rk3568 lock keyreader access

Signed-off-by: Hisping Lin <hisping.lin@rock-chips.com>
Change-Id: I02916f82d52b45fd27891c82649606797610ea18
This commit is contained in:
Hisping Lin
2024-09-02 11:10:41 +08:00
committed by Jianhong Chen
parent 5580aace52
commit 9b044a29ce
4 changed files with 31 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ PATH=bin/rk35/rk3562_bl31_v1.20.elf
ADDR=0x00040000
[BL32_OPTION]
SEC=1
PATH=bin/rk35/rk3562_bl32_v1.05.bin
PATH=bin/rk35/rk3562_bl32_v1.06.bin
ADDR=0x08400000
[BL33_OPTION]
SEC=0

View File

@@ -1,5 +1,20 @@
# RK3562 Release Note
## rk3562_bl32_v1.06.bin
| 时间 | 文件 | 编译 commit | 重要程度 |
| ---------- | :-------------------- | ----------- | -------- |
| 2024-09-02 | rk3562_bl32_v1.06.bin | 6c78a7d8c | 重要 |
### New
1. 支持 toybrick ksn 接口。
2. 支持软件TA加密密钥功能客户可以不烧写密钥的情况下使用TA加密功能。
3. 支持 OTP hardware lock 功能允许安全非安全OTP同时访问。
4. 支持 lock keyreader access 功能,提升安全性。
------
## rk3562_ddr_1056MHz_ultra_v1.06.bin
| 时间 | 文件 | 编译 commit | 重要程度 |

View File

@@ -1,5 +1,20 @@
# RK3562 Release Note
## rk3562_bl32_v1.06.bin
| Date | File | Build commit | Severity |
| ---------- | :-------------------- | ------------ | --------- |
| 2024-09-02 | rk3562_bl32_v1.06.bin | 6c78a7d8c | important |
### New
1. Support toybrick ksn interface.
2. Support software TA encryption key, customers can use TA encryption function without burning the key.
3. Support OTP hardware lock, allowing secure and non secure OTP access simultaneously.
4. Support lock keyreader access function to enhance security.
------
## rk3562_ddr_1056MHz_ultra_v1.06.bin
| Date | File | Build commit | Severity |