rk3576: bl31: update version to v1.15

Build from ATF commit:
    bf841fed1 plat: rk3576: sleep: Determine whether to turn off PLDO2 during sleep mode
update feature:
    bf841fed1 plat: rk3576: sleep: Determine whether to turn off PLDO2 during sleep mode
    e93c46b67 plat: rk3576: sleep: Add ultra suspend DDR powersupply sequence control
    d4181c043 rockchip: don't set fw_version_string if RK_NO_PRE_LOADER
    2abeb9f8c plat: rk3576: virt-poweroff: dump wakeup source
    18cf69192 plat: rk3576: support mos
    bf6091cf9 plat: rk3576: support firewall/gpio-group fdt config
    7d19dcaf7 plat: rk3576: add def.h and .mk for MOS
    076599f9b plat: rockchip: uart: fix uart_debug_save flow
    8fc3a03d1 plat: rk3576: get cpu_cfg_info from register "cpu_pwr_sftcon"
    520223887 plat: rk3576: support core_pwr_wfi_reset mode
    9fe9f3052 rockchip: common: add PLAT_RK_CORE_POS_OFFSET macro
    d0a3cdeac rockchip: common: gic: add RK_NOT_INIT_GIC_DIST macro
    d8a3387fd rockchip: pm: implement pwr_domain_on_finish_late handler
    991bd9a7f opteed: pm: restore icc_pmr after cpu_suspend handle

Change-Id: I9e7bff06f3af0b445dae5bda010f5b11f08d97d1
Signed-off-by: XiaoDong Huang <derrick.huang@rock-chips.com>
This commit is contained in:
XiaoDong Huang
2025-01-03 16:03:06 +08:00
committed by Jianhong Chen
parent 2c1be1054e
commit f7f0ea2914
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/rk3576_bl31_v1.14.elf
PATH=bin/rk35/rk3576_bl31_v1.15.elf
ADDR=0x40000
[BL32_OPTION]
SEC=1

View File

@@ -1,5 +1,19 @@
# RK3576 Release Note
## rk3576_bl31_v1.15.elf
| 时间 | 文件 | 编译 commit | 重要程度 |
| ---------- | :-------------------- | ----------- | -------- |
| 2025-01-03 | rk3576_bl31_v1.15.elf | bf841fed1 | 重要 |
### New
1. 支持双系统。
2. 支持假关机打印唤醒。
3. 解决超级待机唤醒后otp稳定性问题。
------
## rk3576_bl31_v1.14.elf
| 时间 | 文件 | 编译 commit | 重要程度 |

View File

@@ -1,5 +1,19 @@
# RK3576 Release Note
## rk3576_bl31_v1.15.elf
| Date | File | Build commit | Severity |
| ---------- | :-------------------- | ------------ | --------- |
| 2025-01-03 | rk3576_bl31_v1.15.elf | bf841fed1 | important |
### New
1. Support dual system.
2. Support wake source after virtual-poweroff.
3. Enhanced otp stability after ultra sleep.
------
## rk3576_bl31_v1.14.elf
| Date | File | Build commit | Severity |