rknpu_lion: bl32: update version to v2.03

Build from OPTEE commit in develop-next branch:
    9f2aca7d1 pta: uboot_storedata_otp: reinit ssk when set security level2
Update features:
    9f2aca7d1 pta: uboot_storedata_otp: reinit ssk when set security level2
    6b3714286 Revert "libcrypto: set RSA OAEP MGF1 MD function to SHA1"
    6b9b39300 ta.mk: not copy lib/libcrypto/include to host_include
    0ca603d39 plat-rockchip: modify conditions for read secure boot flag
    fd6b94676 plat-rockchip: vendor_props: fix xtest regression_1006 fail
    4cd67e2b3 plat-rockchip: common: support soft ta encryption key
    7eeac5fbf core: rpmb: change read data to multiple times
    cb202f37a libutee: increase MPI_MEMPOOL_SIZE size
    392302b07 UPSTREAM: core: tee_entry: fix array out of bounds check in cleanup_shm_refs()
    185dc3c92 pta: crypto_service: optimization parameter check
    22c240efc pta: rockchip: rk_os_service: add parameter checking for trng
    bde521b1e pta: uboot_storedata_efuse: optimization parameter check
    8631500dc pta: uboot_storedata: optimization parameter check
    6d56b8ea5 pta: rockchip: enhanced parameter checking for R&W OTP
    540ade275 core: arm: print tee memory usage
    c0f517747 drivers: hal_crypto: Fix the calculation error when the address exceeds 32bit
    001a84604 rockchip: atags: add fwver tag support
    b026c133f scripts: commit_bin.sh: print RKBIN_PLATFORM
    6e53dbcc4 scripts: commit_bin.sh: support commit rknpu_lion platform

Signed-off-by: Hisping Lin <hisping.lin@rock-chips.com>
Change-Id: I02e4a326a6715ac848a34c1dbd57c26343e5fa62
This commit is contained in:
Hisping Lin
2024-10-31 08:53:42 +08:00
committed by Jianhong Chen
parent ed71f74923
commit 48cab256d3
4 changed files with 35 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ PATH=bin/rk33/rknpu_lion_bl31_v1.12.elf
ADDR=0x00040000
[BL32_OPTION]
SEC=0
PATH=bin/rk33/rknpu_lion_bl32_v2.02.bin
PATH=bin/rk33/rknpu_lion_bl32_v2.03.bin
ADDR=0x00200000
[BL33_OPTION]
SEC=0

View File

@@ -1,5 +1,22 @@
# RKNPU_LION Release Note
## rknpu_lion_bl32_v2.03.bin
| 时间 | 文件 | 编译 commit | 重要程度 |
| ---------- | :------------------------ | ----------- | -------- |
| 2024-10-31 | rknpu_lion_bl32_v2.03.bin | 9f2aca7d1 | 重要 |
### New
1. 支持软件TA加密密钥功能。
2. rpmb支持分块读取。
3. 增加输入参数检查,增加安全性。
4. 支持打印 TEE 内存占用信息。
5. 硬件 crypto 支持4G以上地址。
6. 支持打印 FWVER 信息。
------
## rknpu_lion_bl32_v2.02.bin
| 时间 | 文件 | 编译 commit | 重要程度 |

View File

@@ -1,5 +1,22 @@
# RKNPU_LION Release Note
## rknpu_lion_bl32_v2.03.bin
| Date | File | Build commit | Severity |
| ---------- | :------------------------ | ------------ | --------- |
| 2024-10-31 | rknpu_lion_bl32_v2.03.bin | 9f2aca7d1 | important |
### New
1. Add support for soft ta encryption key.
2. RPMB support read data to multiple times.
3. Optimization parameter check to enhance security.
4. Support printing TEE memory usage information.
5. Hardware crypto supports addresses exceeding 4G.
6. Support printing FWVER information.
------
## rknpu_lion_bl32_v2.02.bin
| Date | File | Build commit | Severity |