rk3588: bl32: update version to v1.14

Build from OPTEE commit in develop-next branch:
    b5340fd65 rk3528: init hdcp key when bringup
Update features:
    b5340fd65 rk3528: init hdcp key when bringup
    3f8b0c4e5 pta: uboot_storedata_otp: support set oem hdcp key mask
    1aab8c53a pta: uboot_storedata_otp: support check oem hdcp key is written
    db84e2d73 pta: uboot_storedata_otp: support write oem hdcp key
    bcabf953b pta: crypto_service: modify param check in oem otp key cipher
    feccaa485 pta: uboot_storedata_otp: support check ta encryption key is written
    9e41a3f1e pta: uboot_storedata: support set and get security flag
    fbda29874 core: drivers: seed PRNG with RK TRNG
    2e4ec1697 drivers: hal_crypto: fixed CRYPTO crash when using dynamic shared memory
    74243eff3 drivers: rockchip: hal_crypto: automatic reset after calculation error
    64d17e36f pta: crypto_service: added the address parameter security check

Signed-off-by: Hisping Lin <hisping.lin@rock-chips.com>
Change-Id: I5ae48e008785e822bcfe01d95aeec66e6fc83ea6
This commit is contained in:
Hisping Lin
2023-08-28 18:04:54 +08:00
parent 9f00ec0fc0
commit a2af7ce6fe
4 changed files with 41 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ PATH=bin/rk35/rk3588_bl31_v1.41.elf
ADDR=0x00040000
[BL32_OPTION]
SEC=1
PATH=bin/rk35/rk3588_bl32_v1.13.bin
PATH=bin/rk35/rk3588_bl32_v1.14.bin
ADDR=0x08400000
[BL33_OPTION]
SEC=0

View File

@@ -1,5 +1,25 @@
# RK3588 Release Note
## rk3588_bl32_v1.14.bin
| 时间 | 文件 | 编译 commit | 重要程度 |
| ---------- | :-------------------- | ----------- | -------- |
| 2023-08-28 | rk3588_bl32_v1.14.bin | b5340fd65 | 重要 |
### New
1. 默认设置伪随机数种子。
2. 内部TA支持读写security flag接口。
3. 内部TA支持判断 ta encryption key 是否写入。
### Fixed
| Index | 重要程度 | 更新说明 | 问题现象 | 问题来源 |
| ----- | -------- | ------------------------------------------ | -------------------- | -------- |
| 1 | 重要 | 修正使能动态内存后硬件crypto概率性奔溃问题 | 使用硬件crypto会报错 | - |
------
## rk3588_ddr_lp4_2112MHz_lp5_2736MHz_v1.13.bin
| 时间 | 文件 | 编译 commit | 重要程度 |

View File

@@ -1,5 +1,25 @@
# RK3588 Release Note
## rk3588_bl32_v1.14.bin
| Date | File | Build commit | Severity |
| ---------- | :-------------------- | ------------ | --------- |
| 2023-08-28 | rk3588_bl32_v1.14.bin | b5340fd65 | important |
### New
1. Pseudo random number seed will be set by default.
2. Supports read and write security flag interfaces.
3. Support check ta encryption key is written.
### Fixed
| Index | Severity | Update | Issue description | Issue source |
| ----- | --------- | ------------------------------------------------------------ | ------------------------------------------------- | ------------ |
| 1 | important | Fixed hardware crypto probability crash issue after enabling dynamic memory | Error will be reported when using hardware crypto | - |
------
## rk3588_ddr_lp4_2112MHz_lp5_2736MHz_v1.13.bin
| Date | File | Build commit | Severity |