rk3326: bl32: update version to v2.14

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
    3e2bbe510 rk3326: set user dctrl before key reader init

Signed-off-by: Hisping Lin <hisping.lin@rock-chips.com>
Change-Id: I065f9842ad3cf836f04200ee05f825d3d39a6a8b
This commit is contained in:
Hisping Lin
2022-09-16 15:54:41 +08:00
committed by Jianhong Chen
parent 6dff3132c1
commit 3fd9b7d56f
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/rk3326_bl32_v2.13.bin
PATH=bin/rk33/rk3326_bl32_v2.14.bin
ADDR=0x08400000
[BL33_OPTION]
SEC=0

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

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

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

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