rk3576: bl31: update version to v1.10
Build from ATF commit:
6130bb51a plat: rk3576: save glb_rst_st in mem_os_reg_31
update feature:
6130bb51a plat: rk3576: save glb_rst_st in mem_os_reg_31
00a76ee68 plat: rk3576: support access_mem_os_reg
ba6ef224d rockchip: common: add ACCESS_MEM_OS_REG define
9d2ee3f08 plat: rk3576: sleep: fix debug info
094e45371 plat: rk3576: utral_sleep: resume from pmusram if SOC doesn't power down
7ac025f21 plat: rk3576: sleep: restore gpio0_int_en after pmu1_ioc
8f69474aa plat: rk3576: dmc: DDRMCU enter deepsleep for power save
d83102118 plat: rk3576: sleep: fix GPIO_DBCLK_DIV_CON configuration flow
1cac9d4e3 plat: rk3576: hptimer: don't use hptimer 32k-mode
ab3cf6ade plat: rk3576: reset hptimer if system has enter to ultra-sleep
68ceb1e22 plat: rk3576: sleep: dbclk_gpio0 select to deepslow
b2f984ec1 plat: rk3576: sleep: fix error of restoring GPIO_DBCLK_DIV_CON
Change-Id: Ia880160b0d40b748890d8976281cac260cfd425f
Signed-off-by: XiaoDong Huang <derrick.huang@rock-chips.com>
This commit is contained in:
committed by
Joseph Chen
parent
ec5f4cbb48
commit
db076167cb
@@ -5,7 +5,7 @@ MINOR=0
|
||||
SEC=0
|
||||
[BL31_OPTION]
|
||||
SEC=1
|
||||
PATH=bin/rk35/rk3576_bl31_v1.09.elf
|
||||
PATH=bin/rk35/rk3576_bl31_v1.10.elf
|
||||
ADDR=0x40000
|
||||
[BL32_OPTION]
|
||||
SEC=1
|
||||
|
||||
Binary file not shown.
@@ -1,5 +1,19 @@
|
||||
# RK3576 Release Note
|
||||
|
||||
## rk3576_bl31_v1.10.elf
|
||||
|
||||
| 时间 | 文件 | 编译 commit | 重要程度 |
|
||||
| ---------- | :-------------------- | ----------- | -------- |
|
||||
| 2024-07-20 | rk3576_bl31_v1.10.elf | 6130bb51a | 重要 |
|
||||
|
||||
### New
|
||||
|
||||
1. 支持gpio0 debounce中断唤醒。
|
||||
2. 支持mem_os_reg。
|
||||
3. 全局复位状态保存到mem_os_reg中。
|
||||
|
||||
------
|
||||
|
||||
## rk3576_bl31_v1.09.elf
|
||||
|
||||
| 时间 | 文件 | 编译 commit | 重要程度 |
|
||||
|
||||
@@ -1,5 +1,19 @@
|
||||
# RK3576 Release Note
|
||||
|
||||
## rk3576_bl31_v1.10.elf
|
||||
|
||||
| Date | File | Build commit | Severity |
|
||||
| ---------- | :-------------------- | ------------ | --------- |
|
||||
| 2024-07-20 | rk3576_bl31_v1.10.elf | 6130bb51a | important |
|
||||
|
||||
### New
|
||||
|
||||
1. Support gpio0 debounce interrupt wake up when system suspend.
|
||||
2. Support access mem_os_reg.
|
||||
3. Save global reset status in mem_os_reg.
|
||||
|
||||
------
|
||||
|
||||
## rk3576_bl31_v1.09.elf
|
||||
|
||||
| Date | File | Build commit | Severity |
|
||||
|
||||
Reference in New Issue
Block a user