rk3358: bl32: update version to v2.08

Build from OPTEE commit in develop-next branch:
    7ab599eca
Update features:
    7ab599eca
    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()
    185dc3c92 pta: crypto_service: optimization parameter check

Signed-off-by: Lin Jinhan <troy.lin@rock-chips.com>
Change-Id: Ifc52e986067e68c19acb76c085a7f1354fc19cfe
This commit is contained in:
Lin Jinhan
2024-07-09 09:55:06 +08:00
parent 04933d8400
commit bf25c668ad
4 changed files with 29 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ PATH=bin/rk33/rk3358_bl31_v1.32.elf
ADDR=0x00040000
[BL32_OPTION]
SEC=1
PATH=bin/rk33/rk3358_bl32_v2.07.bin
PATH=bin/rk33/rk3358_bl32_v2.08.bin
ADDR=0x08400000
[BL33_OPTION]
SEC=0

View File

@@ -1,5 +1,19 @@
# RK3358 Release Note
## rk3358_bl32_v2.08.bin
| 时间 | 文件 | 编译 commit | 重要程度 |
| ---------- | :-------------------- | ----------- | -------- |
| 2024-07-09 | rk3358_bl32_v2.08.bin | 7ab599eca | 重要 |
### New
1. 其他安全性提升。
2. rpmb添加多次读取机制。
3. 增大MPI_MEMPOOL_SIZE。
------
## rk3358_bl32_v2.07.bin
| 时间 | 文件 | 编译 commit | 重要程度 |

View File

@@ -1,5 +1,19 @@
# RK3358 Release Note
## rk3358_bl32_v2.08.bin
| Date | File | Build commit | Severity |
| ---------- | :-------------------- | ------------ | --------- |
| 2024-07-09 | rk3358_bl32_v2.08.bin | 7ab599eca | important |
### New
1. Other security enhancements.
2. RPMB change read data to multiple times.
3. Increase MPI_MEMPOOL_SIZE size.
------
## rk3358_bl32_v2.07.bin
| Date | File | Build commit | Severity |