rk3326: bl32: update version to v2.15

Build from OPTEE commit in develop-next branch:
    b5340fd65 rk3528: init hdcp key when bringup
Update features:
    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
    2e4ec1697 drivers: hal_crypto: fixed CRYPTO crash when using dynamic shared memory
    64d17e36f pta: crypto_service: added the address parameter security check
    74c6116b9 rk3326: enable user clk before user read
    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: Ic13d006f3f82e2b8967dd35285a29d0a3b5a287c
This commit is contained in:
Hisping Lin
2023-08-28 10:58:24 +08:00
parent 1516712f45
commit a644586de5
4 changed files with 29 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ PATH=bin/rk33/rk3326_bl31_v1.33.elf
ADDR=0x00040000
[BL32_OPTION]
SEC=1
PATH=bin/rk33/rk3326_bl32_v2.14.bin
PATH=bin/rk33/rk3326_bl32_v2.15.bin
ADDR=0x08400000
[BL33_OPTION]
SEC=0

View File

@@ -1,5 +1,19 @@
# RK3326 Release Note
## rk3326_bl32_v2.15.bin
| 时间 | 文件 | 编译 commit | 重要程度 |
| ---------- | :-------------------- | ----------- | -------- |
| 2023-08-28 | rk3326_bl32_v2.15.bin | b5340fd65 | 重要 |
### New
1. 添加 pstore 支持。
2. 添加动态共享内存支持。
3. 支持判断 ta encryption key 是否已经写入。
------
## rk3326_{usbplug, miniloader}_v1.37.bin
| 时间 | 文件 | 编译 commit | 重要程度 |

View File

@@ -1,5 +1,19 @@
# RK3326 Release Note
## rk3326_bl32_v2.15.bin
| Date | File | Build commit | Severity |
| ---------- | :-------------------- | ------------ | --------- |
| 2023-08-28 | rk3326_bl32_v2.15.bin | b5340fd65 | important |
### New
1. Support pstore for optee log.
2. Enable dynamic SHM.
3. Support check ta encryption key is written.
------
## rk3326_{usbplug, miniloader}_v1.37.bin
| Date | file | Build commit | Severity |