rk3528: bl32: update version to v1.02

Build from OPTEE commit in develop-next branch:
    c73fd5531 rk3562: enable keyladder support
Update features:
    5d5f5ad8a rk3528: enable keyladder support
    d32543c03 drivers: rockchip: keylad: add RK3528 & RK3562 support
    15ed5e4ae drivers: rockchip: trng: add rk3528 support
    951693584 drivers: rockchip: hal_crypto: add rk3528 support
    0039709d4 rk3528: enable CFG_RK_OEM_NS_OTP

Signed-off-by: Lin Jinhan <troy.lin@rock-chips.com>
Change-Id: I5c3aaf6c735a8d6baa207513c9020e13362d2018
This commit is contained in:
Lin Jinhan
2023-04-12 17:14:40 +08:00
parent 958c7bcf9a
commit c2e237b61f
4 changed files with 25 additions and 1 deletions

View File

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

View File

@@ -1,5 +1,17 @@
# RK3528 Release Note
## rk3528_bl32_v1.02.bin
| 时间 | 文件 | 编译 commit | 重要程度 |
| ---------- | :-------------------- | ----------- | -------- |
| 2023-04-12 | rk3528_bl32_v1.02.bin | c73fd5531 | 重要 |
### New
1. 增加crypto/trng/keylad模块支持。
------
## rk3528_bl31_v1.13.elf
| 时间 | 文件 | 编译 commit | 重要程度 |

View File

@@ -1,5 +1,17 @@
# RK3528 Release Note
## rk3528_bl32_v1.02.bin
| Date | File | Build commit | Severity |
| ---------- | :-------------------- | ------------ | --------- |
| 2023-04-12 | rk3528_bl32_v1.02.bin | c73fd5531 | important |
### New
1. Added crypto/trng/keylad module support.
------
## rk3528_bl31_v1.13.elf
| Date | File | Build commit | Severity |