rknpu_lion: bl32: update version to v2.02

Build from OPTEE commit in develop-next branch:
    b5340fd65 rk3528: init hdcp key when bringup
Update features:
    b5340fd65 rk3528: init hdcp key when bringup
    3f8b0c4e5 pta: uboot_storedata_otp: support set oem hdcp key mask
    1aab8c53a pta: uboot_storedata_otp: support check oem hdcp key is written
    db84e2d73 pta: uboot_storedata_otp: support write oem hdcp key
    bcabf953b pta: crypto_service: modify param check in oem otp key cipher
    feccaa485 pta: uboot_storedata_otp: support check ta encryption key is written
    9e41a3f1e pta: uboot_storedata: support set and get security flag
    fbda29874 core: drivers: seed PRNG with RK TRNG
    2e4ec1697 drivers: hal_crypto: fixed CRYPTO crash when using dynamic shared memory
    64d17e36f pta: crypto_service: added the address parameter security check
    7b8c9847b pta: uboot_storedata_otp: enable kernel read secure boot flag
    84db04157 pta: uboot_storedata_otp: enable kernel read vboot key hash
    597e4214d core: main: register ddr to enable dynamic SHM
    66a458730 core: lpae: increase PGT_CACHE_SIZE when define CFG_WITH_LPAE
    ec7e85d54 plat-rockchip: support pstore for optee log

Signed-off-by: Hisping Lin <hisping.lin@rock-chips.com>
Change-Id: I0fb0851fec9f3a1b450016b59aa5abf03aa58c11
This commit is contained in:
Hisping Lin
2023-08-28 15:04:33 +08:00
parent 1e6e2182af
commit 106e1aa61d
4 changed files with 29 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.01.bin
PATH=bin/rk33/rknpu_lion_bl32_v2.02.bin
ADDR=0x00200000
[BL33_OPTION]
SEC=0

View File

@@ -1,5 +1,19 @@
# RKNPU_LION Release Note
## 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 | 重要程度 |

View File

@@ -1,5 +1,19 @@
# RKNPU_LION Release Note
## rknpu_lion_bl32_v2.02.bin
| Date | File | Build commit | Severity |
| ---------- | :------------------------ | ------------ | --------- |
| 2023-08-28 | rknpu_lion_bl32_v2.02.bin | b5340fd65 | important |
### New
1. Support pstore for optee log.
2. Enable dynamic SHM.
3. Support check ta encryption key is written.
------
## rknpu_lion_bl32_v2.01.bin
| Date | File | Build commit | Severity |