rk3358: bl32: update version to v2.05

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
    f22bb78ed rk3358: set user dctrl before key reader init

Signed-off-by: Hisping Lin <hisping.lin@rock-chips.com>
Change-Id: Icd3290d45c697048a3debcd495666391835651ad
This commit is contained in:
Hisping Lin
2022-09-16 16:10:59 +08:00
committed by Jianhong Chen
parent 93f85154a5
commit 7e907b89d0
4 changed files with 33 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ PATH=bin/rk33/rk3326_bl31_v1.31.elf
ADDR=0x00040000
[BL32_OPTION]
SEC=1
PATH=bin/rk33/rk3358_bl32_v2.04.bin
PATH=bin/rk33/rk3358_bl32_v2.05.bin
ADDR=0x08400000
[BL33_OPTION]
SEC=0

16
doc/release/RK3358_CN.md Normal file
View File

@@ -0,0 +1,16 @@
# RK3358 Release Note
## rk3358_bl32_v2.05.bin
| 时间 | 文件 | 编译 commit | 重要程度 |
| ---------- | :-------------------- | ----------- | -------- |
| 2022-09-16 | rk3358_bl32_v2.05.bin | d84087907 | 重要 |
### Fixed
| Index | 重要程度 | 更新说明 | 问题现象 | 问题来源 |
| ----- | -------- | ----------------------------------- | ------------------------------------------------------------ | -------- |
| 1 | 重要 | 解决关闭打印时OPTEE启动阶段卡住问题 | 当用户使用/rkbin/tools/ddrbin_tool工具关闭打印时rk_atags将通知OPTEE关闭打印OPTEE启动时关闭打印会出现卡死无法进入U-Boot | - |
------

16
doc/release/RK3358_EN.md Normal file
View File

@@ -0,0 +1,16 @@
# RK3358 Release Note
## rk3358_bl32_v2.05.bin
| Date | File | Build commit | Severity |
| ---------- | :-------------------- | ------------ | --------- |
| 2022-09-16 | rk3358_bl32_v2.05.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 | - |
------