rk3399pro: 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: I68a7204849c237a781c04c28e3ea05cc65e45b3e
Signed-off-by: Hisping Lin <hisping.lin@rock-chips.com>
This commit is contained in:
@@ -9,7 +9,7 @@ PATH=bin/rk33/rk3399pro_bl31_v1.35.elf
|
||||
ADDR=0x00040000
|
||||
[BL32_OPTION]
|
||||
SEC=1
|
||||
PATH=bin/rk33/rk3399pro_bl32_v2.11.bin
|
||||
PATH=bin/rk33/rk3399pro_bl32_v2.12.bin
|
||||
ADDR=0x08400000
|
||||
[BL33_OPTION]
|
||||
SEC=0
|
||||
|
||||
Binary file not shown.
@@ -1,5 +1,20 @@
|
||||
# RK3399PRO Release Note
|
||||
|
||||
## rk3399pro_bl32_v2.12.bin
|
||||
|
||||
| 时间 | 文件 | 编译 commit | 重要程度 |
|
||||
| ---------- | ------------------------ | ----------- | -------- |
|
||||
| 2024-04-16 | rk3399pro_bl32_v2.12.bin | 369edd59c | 重要 |
|
||||
|
||||
### New
|
||||
|
||||
1. 增加输入参数检查,增加安全性。
|
||||
2. 支持打印 TEE 内存占用信息。
|
||||
3. 支持打印 FWVER 信息。
|
||||
4. 添加 pstore 支持。
|
||||
|
||||
------
|
||||
|
||||
## rk3399pro_bl32_v2.11.bin
|
||||
|
||||
| 时间 | 文件 | 编译 commit | 重要程度 |
|
||||
|
||||
@@ -1,5 +1,20 @@
|
||||
# RK3399PRO Release Note
|
||||
|
||||
## rk3399pro_bl32_v2.12.bin
|
||||
|
||||
| Date | file | Build commit | Severity |
|
||||
| ---------- | ------------------------ | ------------ | --------- |
|
||||
| 2024-04-16 | rk3399pro_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.
|
||||
|
||||
------
|
||||
|
||||
## rk3399pro_bl32_v2.11.bin
|
||||
|
||||
| Date | file | Build commit | Severity |
|
||||
|
||||
Reference in New Issue
Block a user