rk3228h/rk3328: bl32: update version to v2.02

Build from optee commit in develop branch:
    44e25f04 rk3228H: close seure video path

Update feature:
    93fb99c5 sta: secure_video: fix bug for parameters unchecked
    00b835b7 sta: rkwvm: fix bug for parameters unchecked
    ea48d0d0 core: tee svc: free memory when user call TEE_DerivekeyFromHard
    50067b33 ta verify: close default key for sign ta

Change-Id: Ic6316c08c18128956be1e5d1aa886e4d94e1fd97
Signed-off-by: Hisping Lin <hisping.lin@rock-chips.com>
This commit is contained in:
Hisping Lin
2023-08-14 15:26:38 +08:00
parent 1f4b32884f
commit 36a6a646b4
5 changed files with 36 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ PATH=bin/rk33/rk322xh_bl31_v1.49.elf
ADDR=0x40000
[BL32_OPTION]
SEC=1
PATH=bin/rk33/rk322xh_bl32_v2.01.bin
PATH=bin/rk33/rk322xh_bl32_v2.02.bin
ADDR=0x08400000
[BL33_OPTION]
SEC=0

View File

@@ -9,7 +9,7 @@ PATH=bin/rk33/rk322xh_bl31_v1.49.elf
ADDR=0x40000
[BL32_OPTION]
SEC=1
PATH=bin/rk33/rk322xh_bl32_v2.01.bin
PATH=bin/rk33/rk322xh_bl32_v2.02.bin
ADDR=0x08400000
[BL33_OPTION]
SEC=0

17
doc/release/RK322XH_CN.md Normal file
View File

@@ -0,0 +1,17 @@
# RK322XH Release Note
## rk322xh_bl32_v2.02.bin
| 时间 | 文件 | 编译 commit | 重要程度 |
| ---------- | :--------------------- | ----------- | -------- |
| 2023-08-14 | rk322xh_bl32_v2.02.bin | 44e25f04 | 紧急 |
### Fixed
| Index | 重要程度 | 更新说明 | 问题现象 | 问题来源 |
| ----- | -------- | ------------ | ----------------------------------------------- | -------- |
| 1 | 紧急 | 修复安全漏洞 | 黑客可以利用漏洞进行攻击optee os | |
| 2 | 重要 | 修复内存泄露 | 客户调用TEE_DerivekeyFromHard会出现内存泄露问题 | 374096 |
------

17
doc/release/RK322XH_EN.md Normal file
View File

@@ -0,0 +1,17 @@
# RK322XH Release Note
## rk322xh_bl32_v2.02.bin
| Date | File | Build commit | Severity |
| ---------- | :--------------------- | ------------ | -------- |
| 2023-08-14 | rk322xh_bl32_v2.02.bin | 44e25f04 | critical |
### Fixed
| Index | Severity | Update | Issue description | Issue source |
| ----- | --------- | ----------------------------- | ------------------------------------------------------------ | ------------ |
| 1 | critical | Fix security vulnerabilities. | Hackers can exploit vulnerabilities to attack OPTEE OS. | |
| 2 | important | Fix memory leaks. | Customer calls TEE_ DerivekeyFromHard may experience memory leakage issues. | 374096 |
------