rk3128x: tee with ta: update optee version to v2.12

build from optee commit in develop-rk3228 branch:
    24f5da14 rk3288: close seure video path

update feature:
    cb243e8f rk3128x: close seure video path
    d1ae97e2 sta: secure_video: fix bug for parameters unchecked
    6291d83b sta: rkwvm: fix bug for parameters unchecked
    22c5a71f core: tee svc: free memory when user call TEE_DerivekeyFromHard
    b37bf5f6 ddr: rk3228: select dpll power down mode 1
    9b756780 ta verify: close default key for sign ta

Change-Id: I4c4f546cd2334e44bb51d8342b3ff87da0835a2e
Signed-off-by: Hisping Lin <hisping.lin@rock-chips.com>
This commit is contained in:
Hisping Lin
2023-08-14 11:19:34 +08:00
parent 726b2e49bb
commit e417be26ba
4 changed files with 35 additions and 1 deletions

View File

@@ -1,3 +1,3 @@
[TOS_BIN_PATH]
TOS=bin/rk31/rk3128x_tee_v1.93.bin
TOSTA=bin/rk31/rk3128x_tee_ta_v2.11.bin
TOSTA=bin/rk31/rk3128x_tee_ta_v2.12.bin

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

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

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

@@ -0,0 +1,17 @@
# RK3128X Release Note
## rk3128x_tee_ta_v2.12.bin
| Date | File | Build commit | Severity |
| ---------- | :----------------------- | ------------ | -------- |
| 2023-08-14 | rk3128x_tee_ta_v2.12.bin | 24f5da14 | 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 |
------