rk3588: bl31: update version to v1.44

Build from ATF commit:
	4acbe711b plat: rockchip: rk3588: clock: Add support rk3583
update feature:
	4acbe711b plat: rockchip: rk3588: clock: Add support rk3583
	4a7bee092 plat: rk3588: otp: support to read secure otp
	0b69391a7 plat: rk3588: enable mmu/cache before dmc_restore
	d93310b26 rockchip: common: add some pmusram functions for mmu/cache

Change-Id: I94e22a98d06b9d10be54141c9bc71dfa70297593
Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
This commit is contained in:
Finley Xiao
2023-11-07 11:57:42 +08:00
parent a1b2a01a20
commit ad41695381
4 changed files with 29 additions and 1 deletions

View File

@@ -5,7 +5,7 @@ MINOR=0
SEC=0
[BL31_OPTION]
SEC=1
PATH=bin/rk35/rk3588_bl31_v1.43.elf
PATH=bin/rk35/rk3588_bl31_v1.44.elf
ADDR=0x00040000
[BL32_OPTION]
SEC=1

View File

@@ -1,5 +1,19 @@
# RK3588 Release Note
## rk3588_bl31_v1.44.elf
| 时间 | 文件 | 编译 commit | 重要程度 |
| ---------- | :-------------------- | ----------- | -------- |
| 2023-11-07 | rk3588_bl31_v1.44.elf | 4acbe711b | 重要 |
### New
1. 增加rk3583 pvtpll 配置。
2. 支持读取安全的otp。
3. 优化dmc恢复时间。
------
## rk3588_pcie_v1.00.bin
| 时间 | 文件 | 编译 commit | 重要程度 |

View File

@@ -1,5 +1,19 @@
# RK3588 Release Note
## rk3588_bl31_v1.44.elf
| Date | File | Build commit | Severity |
| ---------- | :-------------------- | ------------ | --------- |
| 2023-11-07 | rk3588_bl31_v1.44.elf | 4acbe711b | important |
### New
1. Add pvtpll support rk3583.
2. Add support to read secure otp.
3. Optimize the time of dmc restore.
------
## rk3588_pcie_v1.00.bin
| Date | File | Build commit | Severity |