rk3588: bl31: update version to v1.42

Build from ATF commit:
    87bcc5dfe plat: rk3588: sleep: decrease pmu count
update feature:
    87bcc5dfe plat: rk3588: sleep: decrease pmu count
    01035a1b1 plat: rk3588: sleep: check cpu off later
    a7a1e8225 plat: rk3588: sleep: optimize time of debug info
    d320bf552 plat: rk3588: dmc: optimize the DMC restore time
    90c10562c plat: rk3588: support any cpu to do system suspend/resume
    492f6634d plat: rk3588: virtual-pwroff: enable all pwm_pwr_int
    c5b99f9f3 plat: rk3588: sleep: don't open wdt0 clk

Change-Id: I0931a69cf2ad36fd6fe236b2dc7df666f8cca43c
Signed-off-by: XiaoDong Huang <derrick.huang@rock-chips.com>
This commit is contained in:
XiaoDong Huang
2023-09-09 18:06:50 +08:00
parent 678cf817b7
commit 8350c61125
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.41.elf
PATH=bin/rk35/rk3588_bl31_v1.42.elf
ADDR=0x00040000
[BL32_OPTION]
SEC=1

View File

@@ -1,5 +1,19 @@
# RK3588 Release Note
## rk3588_bl31_v1.42.elf
| 时间 | 文件 | 编译 commit | 重要程度 |
| ---------- | :-------------------- | ----------- | -------- |
| 2023-09-09 | rk3588_bl31_v1.42.elf | 87bcc5dfe | 重要 |
### New
1. 优化唤醒时间。
2. 支持任意cpu进行休眠唤醒。
3. 假关机时支持所有pwm唤醒。
------
## rk3588_bl32_v1.14.bin
| 时间 | 文件 | 编译 commit | 重要程度 |

View File

@@ -1,5 +1,19 @@
# RK3588 Release Note
## rk3588_bl31_v1.42.elf
| Date | File | Build commit | Severity |
| ---------- | :-------------------- | ------------ | --------- |
| 2023-09-09 | rk3588_bl31_v1.42.elf | 87bcc5dfe | important |
### New
1. Optimize the time of system resume.
2. Support any cpu to do system suspend/resume.
3. Support all pwm int to wakeup when virtual-poweroff.
------
## rk3588_bl32_v1.14.bin
| Date | File | Build commit | Severity |