rk3576: bl32: update version to v1.01

Build from OPTEE commit in develop-next branch:
    185dc3c92 pta: crypto_service: optimization parameter check
Update features:
    185dc3c92 pta: crypto_service: optimization parameter check
    22c240efc pta: rockchip: rk_os_service: add parameter checking for trng
    89b616c96 pta: uboot_storedata_otp: optimization parameter check
    bde521b1e pta: uboot_storedata_efuse: optimization parameter check
    8631500dc pta: uboot_storedata: optimization parameter check
    819ac530d plat-rockchip: uart: set max timeout 5.6ms wait for uart busy
    39459b24d rk3576: support check zero count for root device key
    72f004b2e rk3576: get otp zero count when keylad read
    c2e6f9b66 drivers: hal_crypto: skip hash/tag valid check for V4
    6d56b8ea5 pta: rockchip: enhanced parameter checking for R&W OTP

Signed-off-by: Hisping Lin <hisping.lin@rock-chips.com>
Change-Id: I30b05e50f053d466b9297af5e922ade3a36eab74
This commit is contained in:
Hisping Lin
2024-04-16 11:06:56 +08:00
committed by Jianhong Chen
parent a095947916
commit 6c0ef127ae
4 changed files with 27 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ PATH=bin/rk35/rk3576_bl31_v1.03.elf
ADDR=0x40000
[BL32_OPTION]
SEC=1
PATH=bin/rk35/rk3576_bl32_v1.00.bin
PATH=bin/rk35/rk3576_bl32_v1.01.bin
ADDR=0x08400000
[BL33_OPTION]
SEC=0

View File

@@ -1,5 +1,18 @@
# RK3576 Release Note
## rk3576_bl32_v1.01.bin
| 时间 | 文件 | 编译 commit | 重要程度 |
| ---------- | :-------------------- | ----------- | -------- |
| 2024-04-16 | rk3576_bl32_v1.01.bin | 185dc3c92 | 重要 |
### New
1. 增加输入参数检查,增加安全性。
2. Keylad 支持统计 OTP 零比特个数。
------
## rk3576_bl31_v1.03.elf
| 时间 | 文件 | 编译 commit | 重要程度 |

View File

@@ -1,5 +1,18 @@
# RK3576 Release Note
## rk3576_bl32_v1.01.bin
| Date | File | Build commit | Severity |
| ---------- | :-------------------- | ------------ | --------- |
| 2024-04-16 | rk3576_bl32_v1.01.bin | 185dc3c92 | important |
### New
1. Optimization parameter check to enhance security.
2. Keylad supports get otp zero count.
------
## rk3576_bl31_v1.03.elf
| Date | File | Build commit | Severity |