rk1808: bl32: update version to v2.02

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
    778974be4 core: tee: calculate node hash with meta default
    4167319d3 core: tee: recreate dirf.db if open dirf.db fail
    7a0581630 scripts: commit_bin: support more platforms
    f5add58be core: TEE_GenerateKey support RSA key e = 3
    af506d32e ta verify: close default key for sign ta
    78d37d71a core: rpmb: compatible with old RPMB keys
    88dd1c910 rk1808: enlarge MAX_XLAT_TABLES to 8

Signed-off-by: Hisping Lin <hisping.lin@rock-chips.com>
Change-Id: Ic7b79bc66ba6499c141977c551213ae219aa5f00
This commit is contained in:
Hisping Lin
2022-09-16 11:29:11 +08:00
committed by Jianhong Chen
parent f94e6049ba
commit f52b481ad6
5 changed files with 32 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ PATH=bin/rk1x/rk1808_bl31_v1.14.elf
ADDR=0x00040000
[BL32_OPTION]
SEC=0
PATH=bin/rk1x/rk1808_bl32_v2.01.bin
PATH=bin/rk1x/rk1808_bl32_v2.02.bin
ADDR=0x00200000
[BL33_OPTION]
SEC=0

Binary file not shown.

Binary file not shown.

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

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

15
doc/release/RK1808_EN.md Normal file
View File

@@ -0,0 +1,15 @@
# RK1808 Release Note
## rk1808_bl32_v2.02.bin
| Date | File | Build commit | Severity |
| ---------- | :-------------------- | ------------ | --------- |
| 2022-09-16 | rk1808_bl32_v2.02.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 | - |
------