rk3568: bl31 rt: update version to v1.03

build from:
	d6900bc23 rk3568: optimize RT latency

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
	...
	patch on gerrit: I05955dace13ec323d894583e664c128e8b582fe8(Change-Id)

Signed-off-by: Zhihuan He <huan.he@rock-chips.com>
Change-Id: I4eb1e2c161ab8673e92380c361cb53ef3ddc6440
This commit is contained in:
Zhihuan He
2025-03-05 14:41:54 +08:00
parent ef49d0c285
commit e04bf64c39
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_rt_v1.02.elf
PATH=bin/rk35/rk3568_bl31_rt_v1.03.elf
ADDR=0x00040000
[BL32_OPTION]
SEC=1

View File

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

View File

@@ -1,5 +1,23 @@
# RK3568 Release Note
## rk3568_bl31_rt_v1.03.elf
| Date | File | Build commit | Severity |
| ---------- | ------------------------ | ------------ | --------- |
| 2025-03-05 | rk3568_bl31_rt_v1.03.elf | d6900bc23 | 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_bl31_v1.45.elf
| Date | File | Build commit | Severity |