rk3566: ddr: update ddrbin to v1.23

build from:
	03ea844c5d dram_init: rk356x: fix ddr4 detect bug

update feature:
	1. Fixed probabilistic detection error of DDR type/capacity.
	2. Added ddr type detection order configurable through ddrbin tool.
	3. Fix ISSI UniIC lp4/lp4x driver strength issue.

Signed-off-by: Tang Yun ping <typ@rock-chips.com>
Change-Id: I3aececcd9f6fcf62b47f8d43d8fd5a4a246cf24b
This commit is contained in:
Tang Yun ping
2024-09-03 10:49:13 +08:00
parent bd7f055ad3
commit fd73dcf277
12 changed files with 44 additions and 6 deletions

View File

@@ -5,7 +5,7 @@ MAJOR=1
MINOR=1
[CODE471_OPTION]
NUM=1
Path1=bin/rk35/rk3566_ddr_1056MHz_v1.22.bin
Path1=bin/rk35/rk3566_ddr_1056MHz_v1.23.bin
Sleep=1
[CODE472_OPTION]
NUM=1
@@ -14,10 +14,10 @@ Path1=bin/rk35/rk356x_usbplug_v1.17.bin
NUM=2
LOADER1=FlashData
LOADER2=FlashBoot
FlashData=bin/rk35/rk3566_ddr_1056MHz_v1.22.bin
FlashData=bin/rk35/rk3566_ddr_1056MHz_v1.23.bin
FlashBoot=bin/rk35/rk356x_spl_v1.14.bin
[OUTPUT]
PATH=rk356x_spl_loader_v1.22.114.bin
PATH=rk356x_spl_loader_v1.23.114.bin
[SYSTEM]
NEWIDB=true
[FLAG]

View File

@@ -5,7 +5,7 @@ MAJOR=1
MINOR=8
[CODE471_OPTION]
NUM=1
Path1=bin/rk35/rk3566_ddr_1056MHz_v1.22.bin
Path1=bin/rk35/rk3566_ddr_1056MHz_v1.23.bin
Sleep=1
[CODE472_OPTION]
NUM=1
@@ -14,10 +14,10 @@ Path1=bin/rk35/rk356x_usbplug_nand_v1.04.bin
NUM=2
LOADER1=FlashData
LOADER2=FlashBoot
FlashData=bin/rk35/rk3566_ddr_1056MHz_v1.22.bin
FlashData=bin/rk35/rk3566_ddr_1056MHz_v1.23.bin
FlashBoot=bin/rk35/rk356x_spl_nand_v1.14.bin
[OUTPUT]
PATH=rk3566_spl_loader_nand_v1.22.107.bin
PATH=rk3566_spl_loader_nand_v1.23.107.bin
[SYSTEM]
NEWIDB=true
[FLAG]

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -1,5 +1,24 @@
# RK3566 Release Note
## rk3566_ddr_{1560...1056}MHz_v1.23.bin
| 时间 | 文件 | 编译 commit | 重要程度 |
| ---------- | :------------------------------------ | ----------- | -------- |
| 2024-09-03 | rk3566_ddr_{1560...1056}MHz_v1.23.bin | 03ea844c5d | 重要 |
### New
1. 增加DRAM类型探测顺序通过ddrbin_tool可配。
### Fixed
| Index | 重要程度 | 更新说明 | 问题现象 | 问题来源 |
| ----- | -------- | --------------------------------------- | --------------------------------------------------------- | -------- |
| 1 | 重要 | 修正DDR4概率性容量概率性探测失败的问题 | DDR4可能概率性的存在容量ecc等探测出错 | - |
| 2 | 重要 | 增加支持ISSI UniIC 驱动偏弱的LP4/4x颗粒 | 解决ISSI UniIC LP4/4x因为驱动强度偏弱导致的稳定性较差问题 | - |
------
## rk3566_ddr_{1056...920}MHz_v1.22.bin
| 时间 | 文件 | 编译 commit | 重要程度 |

View File

@@ -1,5 +1,24 @@
# RK3566 Release Note
## rk3568_ddr_{1560...1056}MHz_v1.23.bin
| Date | File | Build commit | Severity |
| ---------- | ------------------------------------- | ------------ | --------- |
| 2024-09-03 | rk3568_ddr_{1560...1056}MHz_v1.23.bin | 03ea844c5d | important |
### New
1. Added ddr type detection order configurable through ddrbin tool.
### Fixed
| Index | Severity | Update | Issue description | Issue source |
| ----- | --------- | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------ |
| 1 | important | Fixed the issue that DDR4 probabilistic capacity probabilistic detection failed. | DDR4 may have capacity, eccdetection errors. | - |
| 2 | important | Added support for ISSI UniIC LP4/4x. | Solve the problem of poor stability caused by weak drive strength of ISSI UniIC LP4/4x. | - |
------
## rk3566_ddr_{1056...920}MHz_v1.22.bin
| Date | File | Build commit | Severity |