rk3368: bl32: update version to v2.02

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

Update feature:
    ea48d0d0 core: tee svc: free memory when user call TEE_DerivekeyFromHard
    50067b33 ta verify: close default key for sign ta

Change-Id: Iaf7b12374d9733db5be421d809306c910e0c3fd4
Signed-off-by: Hisping Lin <hisping.lin@rock-chips.com>
This commit is contained in:
Hisping Lin
2023-08-14 15:42:58 +08:00
parent 36a6a646b4
commit cab994716a
7 changed files with 36 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ PATH=bin/rk33/rk3368h_bl31_v2.28.elf
ADDR=0x00040000
[BL32_OPTION]
SEC=1
PATH=bin/rk33/rk3368h_bl32_v2.01.bin
PATH=bin/rk33/rk3368h_bl32_v2.02.bin
ADDR=0x08400000
[BL33_OPTION]
SEC=0

View File

@@ -11,7 +11,7 @@ PATH=bin/rk33/rk3368h_bl31_v2.28.elf
ADDR=0x00040000
[BL32_OPTION]
SEC=1
PATH=bin/rk33/rk3368h_bl32_v2.01.bin
PATH=bin/rk33/rk3368h_bl32_v2.02.bin
ADDR=0x08400000
[BL33_OPTION]
SEC=0

View File

@@ -11,7 +11,7 @@ PATH=bin/rk33/rk3368h_bl31_v2.28.elf
ADDR=0x00040000
[BL32_OPTION]
SEC=1
PATH=bin/rk33/rk3368h_bl32_v2.01.bin
PATH=bin/rk33/rk3368h_bl32_v2.02.bin
ADDR=0x08400000
[BL33_OPTION]
SEC=0

View File

@@ -11,7 +11,7 @@ PATH=bin/rk33/rk3368_bl31_v1.91.bin
ADDR=0x00008000
[BL32_OPTION]
SEC=1
PATH=bin/rk33/rk3368h_bl32_v2.01.bin
PATH=bin/rk33/rk3368h_bl32_v2.02.bin
ADDR=0x08400000
[BL33_OPTION]
SEC=0

View File

@@ -0,0 +1,16 @@
# RK3368/RK3368H Release Note
## rk3368h_bl32_v2.02.bin
| 时间 | 文件 | 编译 commit | 重要程度 |
| ---------- | :--------------------- | ----------- | -------- |
| 2023-08-14 | rk3368h_bl32_v2.02.bin | 44e25f04 | 重要 |
### Fixed
| Index | 重要程度 | 更新说明 | 问题现象 | 问题来源 |
| ----- | -------- | ------------ | ----------------------------------------------- | -------- |
| 1 | 重要 | 修复内存泄露 | 客户调用TEE_DerivekeyFromHard会出现内存泄露问题 | 374096 |
------

View File

@@ -0,0 +1,16 @@
# RK3368/RK3368H Release Note
## rk3368h_bl32_v2.02.bin
| Date | File | Build commit | Severity |
| ---------- | :--------------------- | ------------ | --------- |
| 2023-08-14 | rk3368h_bl32_v2.02.bin | 44e25f04 | important |
### Fixed
| Index | Severity | Update | Issue description | Issue source |
| ----- | --------- | ----------------- | ------------------------------------------------------------ | ------------ |
| 1 | important | Fix memory leaks. | Customer calls TEE_ DerivekeyFromHard may experience memory leakage issues. | 374096 |
------