rk3568: bl31: update version to v1.45

build from:
	70d3deb59 plat: rk3576: support SIP_GPIO_CFG

update feature:
	82ab36dff plat: rk3568: only enable one ca odt in same channel
	94a9ecc89 plat: rk3568: disable monitor when system sleep
	6ec45f5e1 plat: rk3568: support ddr ecc poison by dcf

Signed-off-by: Zhihuan He <huan.he@rock-chips.com>
Change-Id: Ia11c305e005868ac123dd7ea9b76a77fdb5f205b
This commit is contained in:
Zhihuan He
2025-03-04 16:39:05 +08:00
parent 4c0ccce83e
commit ef49d0c285
4 changed files with 37 additions and 1 deletions

View File

@@ -5,7 +5,7 @@ MINOR=0
SEC=0
[BL31_OPTION]
SEC=1
PATH=bin/rk35/rk3568_bl31_v1.44.elf
PATH=bin/rk35/rk3568_bl31_v1.45.elf
ADDR=0x00040000
[BL32_OPTION]
SEC=1

View File

@@ -1,5 +1,23 @@
# RK3568 Release Note
## rk3568_bl31_v1.45.elf
| 时间 | 文件 | 编译 commit | 重要程度 |
| ---------- | --------------------- | ----------- | -------- |
| 2025-03-04 | rk3568_bl31_v1.45.elf | 70d3deb59 | 重要 |
### New
1. 增加支持DCF 注入DDR ECC错误。
### Fixed
| Index | 重要程度 | 更新说明 | 问题现象 | 问题来源 |
| ----- | -------- | --------------------------------------- | ------------------------------------------------ | -------- |
| 1 | 重要 | 修复多CS系统的LP4、LP4X CA 不稳定问题。 | 多CS系统的LP4、LP4X的DDR数据不稳定导致系统异常。 | - |
------
## rk3568_bl32_v2.15.bin
| 时间 | 文件 | 编译 commit | 重要程度 |

View File

@@ -1,5 +1,23 @@
# RK3568 Release Note
## rk3568_bl31_v1.45.elf
| Date | File | Build commit | Severity |
| ---------- | --------------------- | ------------ | --------- |
| 2025-03-04 | rk3568_bl31_v1.45.elf | 70d3deb59 | important |
### New
1. Add support ddr ecc poison by dcf.
### Fixed
| Index | Severity | Update | Issue description | Issue source |
| ----- | --------- | -------------------------------------------------------- | ------------------------------------------------------------ | ------------ |
| 1 | important | Fix LP4, LP4X CA instability problem of multi-CS system. | The instability of DDR data of LP4 and LP4X of multi-CS system leads to system anomaly. | - |
------
## rk3568_bl32_v2.15.bin
| Date | File | Build commit | Severity |