rk3528: bl32: update version to v1.05

Build from OPTEE commit in develop-next branch:
    6c78a7d8c rk3506: Don't disable vccio4 IE by default
Update features:
    4cd67e2b3 plat-rockchip: common: support soft ta encryption key
    d19d25819 plat-rockchip: map MEM_AREA_RAM_NSEC to MEM_AREA_IO_NSEC
    2aae11a16 rockchip: atags: add BOOT1P_PARAM related define
    8f3463c6b rk3528: otp: enable hardware lock
    7bccc9d0b scripts: fixed build error when CFG_DEBUG=y
    7eeac5fbf core: rpmb: change read data to multiple times
    cb202f37a libutee: increase MPI_MEMPOOL_SIZE size
    3210aa2eb plat-rockchip: implement itr_core_handler() not rely on CFG_FIQ
    392302b07 UPSTREAM: core: tee_entry: fix array out of bounds check in cleanup_shm_refs()

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

View File

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

View File

@@ -1,5 +1,20 @@
# RK3528 Release Note
## rk3528_bl32_v1.05.bin
| 时间 | 文件 | 编译 commit | 重要程度 |
| ---------- | :-------------------- | ----------- | -------- |
| 2024-09-02 | rk3528_bl32_v1.05.bin | 6c78a7d8 | 重要 |
### New
1. 支持软件TA加密密钥功能客户可以不烧写密钥的情况下使用TA加密功能。
2. 支持 OTP hardware lock 功能允许安全非安全OTP同时访问。
3. rpmb添加多次读取机制。
4. 增大MPI_MEMPOOL_SIZE。
------
## rk3528_ddr_1056MHz_{2L_PCB,4BIT_PCB_}v1.10.bin
| 时间 | 文件 | 编译 commit | 重要程度 |

View File

@@ -1,5 +1,20 @@
# RK3528 Release Note
## rk3528_bl32_v1.05.bin
| Date | File | Build commit | Severity |
| ---------- | :-------------------- | ------------ | --------- |
| 2024-09-02 | rk3528_bl32_v1.05.bin | 6c78a7d8 | important |
### New
1. Support software TA encryption key, customers can use TA encryption function without burning the key.
2. Support OTP hardware lock, allowing secure and non secure OTP access simultaneously.
3. RPMB change read data to multiple times.
4. Increase MPI_MEMPOOL_SIZE size.
------
## rk3528_ddr_1056MHz_{2L_PCB,4BIT_PCB_}v1.10.bin
| Date | File | Build commit | Severity |