rk3562: bl32: update version to v1.01

Build from OPTEE commit in develop-next branch:
    c73fd5531 rk3562: enable keyladder support
Update features:
    c73fd5531 rk3562: enable keyladder support
    d32543c03 drivers: rockchip: keylad: add RK3528 & RK3562 support
    46fa8d503 drivers: rockchip: trng: add rk3562 support
    8d52da1e1 drivers: rockchip: hal_crypto: add rk3562 support
    2d1f1dc1c rk3562: enable CFG_RK_OEM_NS_OTP
    f2801be0d rk3562: modify ATTRIBUTE_HASH_ADDR offset
    7b8c9847b pta: uboot_storedata_otp: enable kernel read secure boot flag
    84db04157 pta: uboot_storedata_otp: enable kernel read vboot key hash

Signed-off-by: Lin Jinhan <troy.lin@rock-chips.com>
Change-Id: I208632bc5279788872525df983aa1b77fa3e1c93
This commit is contained in:
Lin Jinhan
2023-04-12 14:56:28 +08:00
parent f1a9d3628c
commit 0fa6fc8841
5 changed files with 37 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ PATH=bin/rk35/rk3562_bl31_v1.13.elf
ADDR=0x00040000
[BL32_OPTION]
SEC=1
PATH=bin/rk35/rk3562_bl32_v1.00.bin
PATH=bin/rk35/rk3562_bl32_v1.01.bin
ADDR=0x08400000
[BL33_OPTION]
SEC=0

Binary file not shown.

Binary file not shown.

View File

@@ -1,5 +1,23 @@
# RK3562 Release Note
## rk3562_bl32_v1.01.bin
| 时间 | 文件 | 编译 commit | 重要程度 |
| ---------- | :-------------------- | ----------- | -------- |
| 2023-04-12 | rk3562_bl32_v1.01.bin | c73fd5531 | 重要 |
### New
1. 增加crypto/trng/keylad模块支持。
### Fixed
| Index | 重要程度 | 更新说明 | 问题现象 | 问题来源 |
| ----- | -------- | -------- | --------------------------------------- | -------- |
| 1 | 重要 | 解决CtsDevicePolicyManagerTestCases测试失败 | CtsDevicePolicyManagerTestCases测试失败问题 | 406081 |
------
## rk3562_bl31_v1.13.elf
| 时间 | 文件 | 编译 commit | 重要程度 |

View File

@@ -1,5 +1,23 @@
# RK3562 Release Note
## rk3562_bl32_v1.01.bin
| Date | File | Build commit | Severity |
| ---------- | :-------------------- | ------------ | --------- |
| 2023-04-12 | rk3562_bl32_v1.01.bin | c73fd5531 | important |
### New
1. Added crypto/trng/keylad module support.
### Fixed
| Index | Severity | Update | Issue description | Issue source |
| ----- | --------- | ------------------------------------------------------------ | -------------------------------------------- | ------------ |
| 1 | important | Repair the CtsDevicePolicyManagerTestCases test failure problem | CtsDevicePolicyManagerTestCases test failure | 406081 |
------
## rk3562_bl31_v1.13.elf
| Date | File | Build commit | Severity |