Files
rkbin/doc/release/RKNPU_LION_CN.md
Hisping Lin 48cab256d3 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
2024-11-01 09:16:38 +08:00

48 lines
1.7 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 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 | 重要程度 |
| ---------- | :------------------------ | ----------- | -------- |
| 2023-08-28 | rknpu_lion_bl32_v2.02.bin | b5340fd65 | 重要 |
### New
1. 添加 pstore 支持。
2. 添加动态共享内存支持。
3. 支持判断 ta encryption key 是否已经写入。
------
## rknpu_lion_bl32_v2.01.bin
| 时间 | 文件 | 编译 commit | 重要程度 |
| ---------- | :------------------------ | ----------- | -------- |
| 2022-09-16 | rknpu_lion_bl32_v2.01.bin | d84087907 | 重要 |
### Fixed
| Index | 重要程度 | 更新说明 | 问题现象 | 问题来源 |
| ----- | -------- | ----------------------------------- | ------------------------------------------------------------ | -------- |
| 1 | 重要 | 解决关闭打印时OPTEE启动阶段卡住问题 | 当用户使用/rkbin/tools/ddrbin_tool工具关闭打印时rk_atags将通知OPTEE关闭打印OPTEE启动时关闭打印会出现卡死无法进入U-Boot | - |
------