rk3576: bl31: update version to v1.18

Build from ATF commit:
    b072a1255 plat: rk3576: support SIP_CPU_PM_CFG
update feature:
    b072a1255 plat: rk3576: support SIP_CPU_PM_CFG
    d831ce49e rockchip: common: add SIP_CPU_PM_CFG define
    a4bbbc7a6 commit_elf.sh: add message to rkbin doc
    e4babd31a plat: rk3576: mos: support os reboot & cpu wdt
    dd28dd828 plat: rk3576: mos: disable all irqs when system reset
    f489e931c plat: rk3576: support sip function send_data
    1c886be3a plat: rk3576: mos: support slave os panic

Change-Id: I843b6751ec559f444f3b1b68ce3978e0315d9f91
Signed-off-by: XiaoDong Huang <derrick.huang@rock-chips.com>
This commit is contained in:
XiaoDong Huang
2025-03-14 11:32:52 +08:00
parent 42094edd61
commit 6f844ef01d
4 changed files with 27 additions and 1 deletions

View File

@@ -5,7 +5,7 @@ MINOR=0
SEC=0
[BL31_OPTION]
SEC=1
PATH=bin/rk35/rk3576_bl31_v1.17.elf
PATH=bin/rk35/rk3576_bl31_v1.18.elf
ADDR=0x40000
[BL32_OPTION]
SEC=1

View File

@@ -1,5 +1,18 @@
# RK3576 Release Note
## rk3576_bl31_v1.18.elf
| 时间 | 文件 | 编译 commit | 重要程度 |
| ---------- | :-------------------- | ----------- | -------- |
| 2025-03-14 | rk3576_bl31_v1.18.elf | b072a1255 | 重要 |
### New
1. 支持动态使能SCU1_AUTO_PD功能。
2. 支持多系统的panic、wdt reset。
------
## rk3576_bl31_v1.17.elf
| 时间 | 文件 | 编译 commit | 重要程度 |

View File

@@ -1,5 +1,18 @@
# RK3576 Release Note
## rk3576_bl31_v1.18.elf
| Date | File | Build commit | Severity |
| ---------- | :-------------------- | ------------ | --------- |
| 2025-03-14 | rk3576_bl31_v1.18.elf | b072a1255 | important |
### New
1. Supports SCU1_AUTO_PD function to be enabled dynamically.
2. Supports panic and wdt reset under MOS.
------
## rk3576_bl31_v1.17.elf
| Date | File | Build commit | Severity |