rk3576: bl31: update version to v1.20

Build from ATF commit:
    4d7e811c6 plat: rk3576: move BL31_BASE to 0x60000
update feature:
    4d7e811c6 plat: rk3576: move BL31_BASE to 0x60000
    654ae2a27 plat: rockchip: rk3576: Add more conditions for rk3576
    7205993b5 plat: rk3576: fix error of configuring PMU0SGRF_SOC_CON1 in system_reset_init
    8542efe6e plat: rk3576: mos: reset soc directly, when complete download in uboot
    9e26bacf1 plat: rk3576: mos: support panic stopping, if panic again and again
    e052221e0 plat: rk3576: sleep: add sleep count print
    2e6ba0940 plat: rk3576: dmc: add support ddr_get_addrmap_info
    076830893 plat: rk3576: dmc: add support ddrdbg_get_dram_info
    91fa33df4 plat: rockchip: common: ddrdbg_dram_info support sys_reg_v3
    33851ff50 plat: rk3576: mos: change suspending status irq to 491 for android
    d4b674484 plat: rk3576: sleep: Save/restore the polarity and function of pwr_sleep_1
    7eea00201 plat: rk3576: mos: support power off for secondary os
    60939cf43 plat: rk3576: mos: notify the os's on/off separately
    385980595 plat: rk3576: provide more parameters for RK_SIP_MOS_CFG

Change-Id: I4ab2730d3b012e44cbe79c20ca7d62be0997f17e
Signed-off-by: XiaoDong Huang <derrick.huang@rock-chips.com>
This commit is contained in:
XiaoDong Huang
2025-05-13 11:24:38 +08:00
parent 6348802d1b
commit cc3452e077
4 changed files with 28 additions and 2 deletions

View File

@@ -5,8 +5,8 @@ MINOR=0
SEC=0
[BL31_OPTION]
SEC=1
PATH=bin/rk35/rk3576_bl31_v1.19.elf
ADDR=0x40000
PATH=bin/rk35/rk3576_bl31_v1.20.elf
ADDR=0x60000
[BL32_OPTION]
SEC=1
PATH=bin/rk35/rk3576_bl32_v1.06.bin

View File

@@ -1,5 +1,18 @@
# RK3576 Release Note
## rk3576_bl31_v1.20.elf
| 时间 | 文件 | 编译 commit | 重要程度 |
| ---------- | :-------------------- | ----------- | -------- |
| 2025-05-13 | rk3576_bl31_v1.20.elf | 4d7e811c6 | 重要 |
### New
1. BL31运行地址改到0x60000。
2. 提高系统重启稳定性。
------
## rk3576_bl32_v1.06.bin
| 时间 | 文件 | 编译 commit | 重要程度 |

View File

@@ -1,5 +1,18 @@
# RK3576 Release Note
## rk3576_bl31_v1.20.elf
| Date | File | Build commit | Severity |
| ---------- | :-------------------- | ------------ | --------- |
| 2025-05-13 | rk3576_bl31_v1.20.elf | 4d7e811c6 | important |
### New
1. Change the base address of BL31 to 0x60000.
2. Enhance the stability of system reboot.
------
## rk3576_bl32_v1.06.bin
| Date | File | Build commit | Severity |