rk3576: bl31: update version to v1.01

Build from ATF commit:
    c87ba612c plat: rk3576: enanble hptimer adjust mode
update feature:
    cdc109fe6 rockchip: add hptimer_v2 driver
    67b93799e plat: rk3576: support poweroff by sleep_pin_1
    646d8e4eb plat: rk3576: sleep: enable pmu1 repair if SLP_ARMOFF_PMUOFF
    616765f12 plat: rk3576: support sleep from uboot
    de9e5e13a plat: rk3576: support virtual poweroff
    44cd6c0d3 plat: rk3576: pll enter slow mode if ddrpd mode
    de44d42f1 plat: rk3576: sleep: always save/restore usb registers

Change-Id: Icd53072b34e835a4a2ae366eee09bb7195bebcdc
Signed-off-by: XiaoDong Huang <derrick.huang@rock-chips.com>
This commit is contained in:
XiaoDong Huang
2024-03-21 11:56:09 +08:00
committed by Jianhong Chen
parent b9df24df25
commit 57ffadecfe
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.00.elf
PATH=bin/rk35/rk3576_bl31_v1.01.elf
ADDR=0x40000
[BL32_OPTION]
SEC=1

View File

@@ -1,5 +1,19 @@
# RK3576 Release Note
## rk3576_bl31_v1.01.elf
| 时间 | 文件 | 编译 commit | 重要程度 |
| ---------- | :-------------------- | ----------- | -------- |
| 2024-03-21 | rk3576_bl31_v1.01.elf | c87ba612c | 重要 |
### New
1. 支持uboot休眠唤醒。
2. 支持假关机。
3. 支持唤醒时间恢复。
------
## rk3576_{ddr,spl,usbplug}_v1.00.bin
| 时间 | 文件 | 编译 commit | 重要程度 |

View File

@@ -1,5 +1,19 @@
# RK3576 Release Note
## rk3576_bl31_v1.01.elf
| Date | File | Build commit | Severity |
| ---------- | :-------------------- | ------------ | --------- |
| 2024-03-21 | rk3576_bl31_v1.01.elf | c87ba612c | important |
### New
1. Support suspend/resume in uboot.
2. Support virtual poweroff.
3. Support recover system time after system resume.
------
## rk3576_{ddr,spl,usbplug}_v1.00.bin
| Date | File | Build commit | Severity |