rv1126: tee: update version to v2.07

Build from OPTEE commit in develop-next branch:
    d84087907 plat-rockchip: main: not call rk_uart_init if rk_atags disable serial
Update features:
    d84087907 plat-rockchip: main: not call rk_uart_init if rk_atags disable serial
    87d94c5ef plat-rockchip: main: support hdcp key init via tee_entry_fast
    0af3483b2 pta: crypto_service: support user ta call hard cipher
    778974be4 core: tee: calculate node hash with meta default
    4167319d3 core: tee: recreate dirf.db if open dirf.db fail

Signed-off-by: Hisping Lin <hisping.lin@rock-chips.com>
Change-Id: I692f94d44fd15642b3c052c5574588c2c8ad22a2
This commit is contained in:
Hisping Lin
2022-09-16 14:44:07 +08:00
committed by Jianhong Chen
parent 53748face2
commit e8f3ef40a3
4 changed files with 35 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
[TOS]
TOSTA=bin/rv11/rv1126_tee_ta_v2.06.bin
TOSTA=bin/rv11/rv1126_tee_ta_v2.07.bin
[MCU]
MCU=bin/rv11/rv1126_riscv_v1.03.bin,0x208000,disabled
[COMPRESSION]

View File

@@ -1,5 +1,19 @@
# RV1126 Release Note
## rv1126_tee_ta_v2.07.bin
| 时间 | 文件 | 编译 commit | 重要程度 |
| ---------- | :---------------------- | ----------- | -------- |
| 2022-09-16 | rv1126_tee_ta_v2.07.bin | d84087907 | 重要 |
### Fixed
| Index | 重要程度 | 更新说明 | 问题现象 | 问题来源 |
| ----- | -------- | ----------------------------------- | ------------------------------------------------------------ | -------- |
| 1 | 重要 | 解决关闭打印时OPTEE启动阶段卡住问题 | 当用户使用/rkbin/tools/ddrbin_tool工具关闭打印时rk_atags将通知OPTEE关闭打印OPTEE启动时关闭打印会出现卡死无法进入U-Boot | - |
------
## rv1126_{miniloader, usbplug}_ftl_v1.23.bin
| 时间 | 文件 | 编译 commit | 重要程度 |
@@ -9,3 +23,6 @@
### New
1. 新增 SPI Nand 颗粒支持 MX35UF1GE4AD MX35UF2GE4AD
------

View File

@@ -1,5 +1,19 @@
# RV1126 Release Note
## rv1126_tee_ta_v2.07.bin
| Date | File | Build commit | Severity |
| ---------- | :---------------------- | ------------ | --------- |
| 2022-09-16 | rv1126_tee_ta_v2.07.bin | d84087907 | important |
### Fixed
| Index | Severity | Update | Issue description | Issue source |
| ----- | --------- | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------ |
| 1 | important | Solve the problem that OPTEE is stuck during startup when printing is closed | User use /rkbin/tools/ddrbin_tool to close printing , then rk_atags will notify OPTEE to disable printing, When OPTEE starts, it will be stuck and unable to enter U-Boot | - |
------
## rv1126_{miniloader, usbplug}_ftl_v1.23.bin
| Date | File | Build commit | Severity |
@@ -9,3 +23,6 @@
### New
1. Support SPI Nand MX35UF1GE4AD MX35UF2GE4AD
------