rk3588: bl31: update version to v1.48

Build from ATF commit:
    040d2de11 plat: rk3588: optimize hptimer usage flow
update feature:
    040d2de11 plat: rk3588: optimize hptimer usage flow
    4eed2f218 plat: rk3588: sleep: support SLP_ARCH_TIMER_RESET
    ddc9f4ffe plat: rk3588: sleep: support sleep_pin_config
    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
    c481e5368 rockchip: hptimer: merge hptimer_common.h/hptimer_v2.h to hptimer.h
    059b3c586 opteed: pm: restore icc_pmr after on_finish/suspend_finish handle
    f59798f60 plat: rockchip: Optimize some function names and code commenting
    f1e50a2bc plat: rockchip: move rockchip_cpus_status to common file

Change-Id: I3a82148303326c1df3709c6c44d5d71179411a62
Signed-off-by: XiaoDong Huang <derrick.huang@rock-chips.com>
This commit is contained in:
XiaoDong Huang
2024-12-19 15:03:31 +08:00
parent 55a95caaef
commit 0f8ac860f0
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.47.elf
PATH=bin/rk35/rk3588_bl31_v1.48.elf
ADDR=0x00040000
[BL32_OPTION]
SEC=1

View File

@@ -1,5 +1,19 @@
# RK3588 Release Note
## rk3588_bl31_v1.48.elf
| 时间 | 文件 | 编译 commit | 重要程度 |
| ---------- | :-------------------- | ----------- | -------- |
| 2024-12-19 | rk3588_bl31_v1.48.elf | 040d2de11 | 重要 |
### New
1. 支持配置休眠唤醒的sleep pin。
2. 支持休眠唤醒后复位hptimer。
3. 优化hptimer使用流程。
------
## rk3588_bl32_v1.19.bin
| 时间 | 文件 | 编译 commit | 重要程度 |

View File

@@ -1,5 +1,19 @@
# RK3588 Release Note
## rk3588_bl31_v1.48.elf
| Date | File | Build commit | Severity |
| ---------- | :-------------------- | ------------ | --------- |
| 2024-12-19 | rk3588_bl31_v1.48.elf | 040d2de11 | important |
### New
1. Support to config the sleep pin for system suspend.
2. Support to resets the hptimer after system suspend.
3. Optimize the hptimer usage flow.
------
## rk3588_bl32_v1.19.bin
| Date | File | Build commit | Severity |