rk3568: bl32: update version to v2.11
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
1d8037f33 rk3568: support read write verify toybrick ksn
feccaa485 pta: uboot_storedata_otp: support check ta encryption key is written
9e41a3f1e pta: uboot_storedata: support set and get security flag
42914e93d rockchip: sip: add SIP_MCU_CFG define
efc6c42aa rockchip: sip: add rk_sip_soc_private_handler
fbda29874 core: drivers: seed PRNG with RK TRNG
154eeb222 drivers: hal_crypto: fix algo valid check bugs on rk3568
Signed-off-by: Hisping Lin <hisping.lin@rock-chips.com>
Change-Id: I4d5c095f1a1163c311c707087c18ee2887a59e19
This commit is contained in:
@@ -9,7 +9,7 @@ PATH=bin/rk35/rk3568_bl31_ultra_v2.13.elf
|
||||
ADDR=0x00040000
|
||||
[BL32_OPTION]
|
||||
SEC=1
|
||||
PATH=bin/rk35/rk3568_bl32_v2.10.bin
|
||||
PATH=bin/rk35/rk3568_bl32_v2.11.bin
|
||||
ADDR=0x08400000
|
||||
[BL33_OPTION]
|
||||
SEC=0
|
||||
|
||||
@@ -9,7 +9,7 @@ PATH=bin/rk35/rk3568_bl31_v1.43.elf
|
||||
ADDR=0x00040000
|
||||
[BL32_OPTION]
|
||||
SEC=1
|
||||
PATH=bin/rk35/rk3568_bl32_v2.10.bin
|
||||
PATH=bin/rk35/rk3568_bl32_v2.11.bin
|
||||
ADDR=0x08400000
|
||||
[BL33_OPTION]
|
||||
SEC=0
|
||||
|
||||
@@ -9,7 +9,7 @@ PATH=bin/rk35/rk3568_bl31_cpu3_v1.01.elf
|
||||
ADDR=0x00040000
|
||||
[BL32_OPTION]
|
||||
SEC=1
|
||||
PATH=bin/rk35/rk3568_bl32_v2.10.bin
|
||||
PATH=bin/rk35/rk3568_bl32_v2.11.bin
|
||||
ADDR=0x08400000
|
||||
[BL33_OPTION]
|
||||
SEC=0
|
||||
|
||||
@@ -9,7 +9,7 @@ PATH=bin/rk35/rk3568_bl31_l3_part_ecc_v1.00.elf
|
||||
ADDR=0x00040000
|
||||
[BL32_OPTION]
|
||||
SEC=1
|
||||
PATH=bin/rk35/rk3568_bl32_v2.10.bin
|
||||
PATH=bin/rk35/rk3568_bl32_v2.11.bin
|
||||
ADDR=0x08400000
|
||||
[BL33_OPTION]
|
||||
SEC=0
|
||||
|
||||
@@ -9,7 +9,7 @@ PATH=bin/rk35/rk3568_bl31_rt_v1.01.elf
|
||||
ADDR=0x00040000
|
||||
[BL32_OPTION]
|
||||
SEC=1
|
||||
PATH=bin/rk35/rk3568_bl32_v2.10.bin
|
||||
PATH=bin/rk35/rk3568_bl32_v2.11.bin
|
||||
ADDR=0x08400000
|
||||
[BL33_OPTION]
|
||||
SEC=0
|
||||
|
||||
Binary file not shown.
@@ -1,5 +1,26 @@
|
||||
# RK3568 Release Note
|
||||
|
||||
## rk3568_bl32_v2.11.bin
|
||||
|
||||
| 时间 | 文件 | 编译 commit | 重要程度 |
|
||||
| ---------- | :-------------------- | ----------- | -------- |
|
||||
| 2023-08-28 | rk3568_bl32_v2.11.bin | b5340fd65 | 重要 |
|
||||
|
||||
### New
|
||||
|
||||
1. 默认设置伪随机数种子。
|
||||
2. 内部TA支持读写security flag接口。
|
||||
3. 内部TA支持判断 ta encryption key 是否写入。
|
||||
4. 内部TA支持 toybrick ksn 接口。
|
||||
|
||||
### Fixed
|
||||
|
||||
| Index | 重要程度 | 更新说明 | 问题现象 | 问题来源 |
|
||||
| ----- | -------- | -------------------------------- | -------------------- | -------- |
|
||||
| 1 | 重要 | 修正硬件crypto检查支持的算法列表 | 使用硬件crypto会报错 | - |
|
||||
|
||||
------
|
||||
|
||||
## rk3568_bl31_cpu3_v1.01.elf
|
||||
|
||||
| 时间 | 文件 | 编译 commit | 重要程度 |
|
||||
|
||||
@@ -1,5 +1,26 @@
|
||||
# RK3568 Release Note
|
||||
|
||||
## rk3568_bl32_v2.11.bin
|
||||
|
||||
| Date | File | Build commit | Severity |
|
||||
| ---------- | :-------------------- | ------------ | --------- |
|
||||
| 2023-08-28 | rk3568_bl32_v2.11.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.
|
||||
4. Supports the tokbrick ksn interface.
|
||||
|
||||
### Fixed
|
||||
|
||||
| Index | Severity | Update | Issue description | Issue source |
|
||||
| ----- | --------- | ---------------------------------------------------- | ------------------------------------------------- | ------------ |
|
||||
| 1 | important | Fixed hardware crypto check supported algorithm list | Error will be reported when using hardware crypto | - |
|
||||
|
||||
------
|
||||
|
||||
## rk3568_bl31_cpu3_v1.01.elf
|
||||
|
||||
| Date | File | Build commit | Severity |
|
||||
|
||||
Reference in New Issue
Block a user