rk3588: bl32: update version to v1.13
Build from OPTEE commit in develop-next branch:
7f1ea6d6e rk3588: otp: support burst read data
Update features:
7f1ea6d6e rk3588: otp: support burst read data
61c92f15c drivers: rockchip: hal_crypto: automatically identifies supported algorithms
c2aff4b08 rk3588: support read write verify toybrick ksn
7b8c9847b pta: uboot_storedata_otp: enable kernel read secure boot flag
84db04157 pta: uboot_storedata_otp: enable kernel read vboot key hash
14d65b824 plat-rockchip: split conf.mk into $(PLATFORM_FLAVOR)/conf.mk
161cd152e drivers: rockchip: rk_cipher: reduce unnecessary log info
45a0988e0 plat-rockchip: otp: move R&W secure boot flag code to each platform
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: Ie6e0749091a975243ed1ec227ea3b7766d8d696e
This commit is contained in:
@@ -9,7 +9,7 @@ PATH=bin/rk35/rk3588_bl31_v1.37.elf
|
||||
ADDR=0x00040000
|
||||
[BL32_OPTION]
|
||||
SEC=1
|
||||
PATH=bin/rk35/rk3588_bl32_v1.12.bin
|
||||
PATH=bin/rk35/rk3588_bl32_v1.13.bin
|
||||
ADDR=0x08400000
|
||||
[BL33_OPTION]
|
||||
SEC=0
|
||||
|
||||
Binary file not shown.
@@ -1,5 +1,20 @@
|
||||
# RK3588 Release Note
|
||||
|
||||
## rk3588_bl32_v1.13.bin
|
||||
|
||||
| 时间 | 文件 | 编译 commit | 重要程度 |
|
||||
| ---------- | :-------------------- | ----------- | -------- |
|
||||
| 2023-04-19 | rk3588_bl32_v1.13.bin | 7f1ea6d6e | 重要 |
|
||||
|
||||
### New
|
||||
|
||||
1. OTP 支持 burst 读取,加快 BL32 启动速度。
|
||||
2. 支持内核端读取安全启动标志和公钥哈希。
|
||||
3. 支持动态共享内存,安全非安全世界可以传递更大数据。
|
||||
4. BL32 打印支持 pstore,内核可以通过 pstore 节点查看 BL32 的打印信息。
|
||||
|
||||
------
|
||||
|
||||
## rk3588_bl31_v1.37.elf
|
||||
|
||||
| 时间 | 文件 | 编译 commit | 重要程度 |
|
||||
|
||||
@@ -1,5 +1,20 @@
|
||||
# RK3588 Release Note
|
||||
|
||||
## rk3588_bl32_v1.13.bin
|
||||
|
||||
| Date | File | Build commit | Severity |
|
||||
| ---------- | :-------------------- | ------------ | --------- |
|
||||
| 2023-04-19 | rk3588_bl32_v1.13.bin | 7f1ea6d6e | important |
|
||||
|
||||
### New
|
||||
|
||||
1. OTP supports burst read to accelerate BL32 startup speed.
|
||||
2. Kernel support read secure boot flag and public key hash.
|
||||
3. Support dynamic shared memory, and the secure and normal world can transfer more larger data.
|
||||
4. BL32 supports pstore, and the kernel can view print info of BL32 through pstore node.
|
||||
|
||||
------
|
||||
|
||||
## rk3588_bl31_v1.37.elf
|
||||
|
||||
| Date | File | Build commit | Severity |
|
||||
|
||||
Reference in New Issue
Block a user