rk3562: bl32: update version to v1.08

Build from OPTEE commit in develop-next branch:
    ec6f4ffed plat-rockchip: separate fw encrypt key and oem otp key
Update features:
    ec6f4ffed plat-rockchip: separate fw encrypt key and oem otp key
    8285a003e pta: crypto_service: add firmware key cipher function
    33112b291 pta: add func for check the caller is from uboot
    03083ced7 rk3562: add support for fw encrypt key
    3d289e350 rk3562: increase heap size to 256K
    aae29e6aa drivers: crypto: keytable: hmac: add algo valid check
    b0eaacb57 pta: crypto_service: fix compile error when CFG_RK_KEYLAD not defined
    f19dc939d pta: crypto_service: add OEM OTP KEY hmac support for user ta
    1b75e8b9e drivers: crypto: keytable: hmac: support MD5/SHA1/SHA256/SHA512/SM3
    f0fdffa4f kernel: print version information earlier
    29b1dbc92 core: optimize memory info log to avoid misunderstand
    db0018c0b ree_fs_ta: fixed read ta_ver.db error cause by poweroff

Signed-off-by: Hisping Lin <hisping.lin@rock-chips.com>
Change-Id: Iab851c47d7b66c68137b2d13666833946737ec73
This commit is contained in:
Hisping Lin
2025-03-14 14:54:54 +08:00
committed by Jianhong Chen
parent 6f844ef01d
commit 5b5236535d
5 changed files with 43 additions and 1 deletions

View File

@@ -1,5 +1,26 @@
# RK3562 Release Note
## rk3562_bl32_v1.08.bin
| 时间 | 文件 | 编译 commit | 重要程度 |
| ---------- | :-------------------- | ----------- | -------- |
| 2025-03-14 | rk3562_bl32_v1.08.bin | ec6f4ffed | 重要 |
### New
1. 支持Fw Encrypt Key功能。
2. 支持从OEM OTP KEY派生HMAC密钥。
### Fixed
| Index | 重要程度 | 更新说明 | 问题现象 | 问题来源 |
| ----- | -------- | ----------------- | ----------------------------------------- | -------- |
| 1 | 重要 | 加大TEE OS堆大小 | 多线程生成密钥时概率性报错 | - |
| 2 | 重要 | 自动修复ta_ver.db | 异常掉电可能导致ta_ver.db创建但数据未写入 | - |
| 3 | 重要 | 合入官方安全补丁 | 解决潜在的安全风险 | - |
------
## rk3562_spl_v1.07.bin
| 时间 | 文件 | 编译 commit | 重要程度 |

View File

@@ -1,5 +1,26 @@
# RK3562 Release Note
## rk3562_bl32_v1.08.bin
| Date | File | Build commit | Severity |
| ---------- | :-------------------- | ------------ | --------- |
| 2025-03-14 | rk3562_bl32_v1.08.bin | ec6f4ffed | important |
### New
1. Add support for Fw Encrypt Key.
2. Add OEM OTP KEY hmac support for user ta.
### Fixed
| Index | Severity | Update | Issue description | Issue source |
| ----- | --------- | ------------------------------- | ------------------------------------------------------------ | ------------ |
| 1 | important | Increase TEE OS heap size | Error occurred when multi-threaded program called to generate key | - |
| 2 | important | Automatic repair of ta_ver.db | power off may result in ta_ver.db being created but data not being written | - |
| 3 | important | Merge official security patches | Address potential security risks | - |
------
## rk3562_spl_v1.07.bin
| Date | File | Build commit | Severity |