rk3326: bl31: update version to v1.33

Build from ATF commit:
    0152b20d0 plat: px30: add amp support
update feature:
    0152b20d0 plat: px30: add amp support
    227fafce7 rockchip: gicv2: add functions for amp
    098982bcc plat: px30: use common gicv2 save/restore function
    1cd72fefa rockchip: fiq-debugger: support separate stack for os callback
    05d32f7ef plat: rockchip: scmi: Add struct scmi_clock_t args to callbacks
    4a8ea5e6d rockchip: add gicv2 save/restore function
    946bbd849 plat: px30: sleep: support to use pll-deep-mode
    74005d5d9 plat: px30: sleep: set pmu's count by actual pvtm's frequency

Change-Id: Ieb14a1d3646a3ed34c57009d59f0de9fb42031c9
Signed-off-by: XiaoDong Huang <derrick.huang@rock-chips.com>
This commit is contained in:
XiaoDong Huang
2023-02-03 10:31:34 +08:00
parent 8fbbaf8ab2
commit 4be9b9b0e2
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/rk33/rk3326_bl31_v1.32.elf
PATH=bin/rk33/rk3326_bl31_v1.33.elf
ADDR=0x00040000
[BL32_OPTION]
SEC=1

View File

@@ -1,5 +1,19 @@
# RK3326 Release Note
## rk3326_bl31_v1.33.elf
| 时间 | 文件 | 编译 commit | 重要程度 |
| ---------- | :-------------------- | ----------- | -------- |
| 2022-02-03 | rk3326_bl31_v1.33.elf | 0152b20d0 | 重要 |
### New
1. 添加amp支持。
2. 提高fiq-debugger功能稳定性。
3. 休眠时支持使用pll-deep-mode.
------
## rk3326_ddr_333MHz_v2.08.bin
| 时间 | 文件 | 编译 commit | 重要程度 |

View File

@@ -1,5 +1,19 @@
# RK3326 Release Note
## rk3326_bl31_v1.33.elf
| Date | file | Build commit | Severity |
| ---------- | :-------------------- | ------------ | --------- |
| 2022-02-03 | rk3326_bl31_v1.33.elf | 0152b20d0 | important |
### New
1. Support AMP.
2. Improve the stability of fiq-debugger.
3. Support pll-deep-mode when system suspend.
------
## rk3326_ddr_333MHz_v2.08.bin
| Date | file | Build commit | Severity |