rk3399: bl32: update version to v2.12

Build from optee commit in develop branch:
    369edd59c sta: rk_os_service: enhanced parameter checking for R&W efuse

Update feature:
    369edd59c sta: rk_os_service: enhanced parameter checking for R&W efuse
    b1245a7a0 plat-rockchip: pstore: fix the error that rb->start is too big
    5391ef3ac rockchip: support specify fwver during compilation
    663b904f7 rockchip: atags: Fix last valid tag be damaged when override tag
    c460e5d32 rockchip: atags: add fwver tag support
    c8305e919 plat-rockchip: support pstore for optee log
    00b0b0c00 core: arm: print tee memory usage
    f7211000a rpmb: check param is not null in tee_rpmb_free

Change-Id: I80c63813386a58407f77c879226c5c154768504f
Signed-off-by: Hisping Lin <hisping.lin@rock-chips.com>
This commit is contained in:
Hisping Lin
2024-04-16 11:50:27 +08:00
parent 3339cc42a5
commit f80f925f6b
4 changed files with 31 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ PATH=bin/rk33/rk3399_bl31_v1.36.elf
ADDR=0x00040000
[BL32_OPTION]
SEC=1
PATH=bin/rk33/rk3399_bl32_v2.11.bin
PATH=bin/rk33/rk3399_bl32_v2.12.bin
ADDR=0x08400000
[BL33_OPTION]
SEC=0

View File

@@ -1,5 +1,20 @@
# RK3399 Release Note
## rk3399_bl32_v2.12.bin
| 时间 | 文件 | 编译 commit | 重要程度 |
| ---------- | --------------------- | ----------- | -------- |
| 2024-04-16 | rk3399_bl32_v2.12.bin | 369edd59c | 重要 |
### New
1. 增加输入参数检查,增加安全性。
2. 支持打印 TEE 内存占用信息。
3. 支持打印 FWVER 信息。
4. 添加 pstore 支持。
------
## rk3399_bl32_v2.11.bin
| 时间 | 文件 | 编译 commit | 重要程度 |

View File

@@ -1,5 +1,20 @@
# RK3399 Release Note
## rk3399_bl32_v2.12.bin
| Date | file | Build commit | Severity |
| ---------- | --------------------- | ------------ | --------- |
| 2024-04-16 | rk3399_bl32_v2.12.bin | 369edd59c | important |
### New
1. Optimization parameter check to enhance security.
2. Support printing TEE memory usage information.
3. Support printing FWVER information.
4. Support pstore for optee log.
------
## rk3399_bl32_v2.11.bin
| Date | file | Build commit | Severity |