rk3588: ddr: update ddrbin to v1.10

build from:
	75d050770f rk3588: ddr: update ddr bin to v1.10

update feature:
	1. Improve read eye margin.
	2. Improve LPDDR5 performance.
	3. Add 32GB/24GB DRAM support.

Note: BL31 should be update to V1.37

Signed-off-by: YouMin Chen <cym@rock-chips.com>
Change-Id: I5359c3a88d4e42ccd862fee51831b4d05e7f2b45
This commit is contained in:
YouMin Chen
2023-01-04 20:15:14 +08:00
committed by Tang Yun ping
parent f2f8c7fb49
commit 8eada29ea5
5 changed files with 43 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ MAJOR=1
MINOR=11
[CODE471_OPTION]
NUM=1
Path1=bin/rk35/rk3588_ddr_lp4_2112MHz_lp5_2736MHz_v1.09.bin
Path1=bin/rk35/rk3588_ddr_lp4_2112MHz_lp5_2736MHz_v1.10.bin
Sleep=1
[CODE472_OPTION]
NUM=1
@@ -14,10 +14,10 @@ Path1=bin/rk35/rk3588_usbplug_v1.10.bin
NUM=2
LOADER1=FlashData
LOADER2=FlashBoot
FlashData=bin/rk35/rk3588_ddr_lp4_2112MHz_lp5_2736MHz_v1.09.bin
FlashData=bin/rk35/rk3588_ddr_lp4_2112MHz_lp5_2736MHz_v1.10.bin
FlashBoot=bin/rk35/rk3588_spl_v1.12.bin
[OUTPUT]
PATH=rk3588_spl_loader_v1.09.112.bin
PATH=rk3588_spl_loader_v1.10.112.bin
[SYSTEM]
NEWIDB=true
[FLAG]

Binary file not shown.

View File

@@ -1,5 +1,25 @@
# RK3588 Release Note
## rk3588_ddr_lp4_2112MHz_lp5_2736MHz_v1.10.bin
| 时间 | 文件 | 编译 commit | 重要程度 |
| ---------- | :------------------------------------------- | ----------- | -------- |
| 2022-11-21 | rk3588_ddr_lp4_2112MHz_lp5_2736MHz_v1.10.bin | 75d050770f | 重要 |
### New
1. 可通过ddrbin_tool开关pageclose。
### Fixed
| Index | 重要程度 | 更新说明 | 问题现象 | 问题来源 |
| ----- | -------- | ----------------------- | ------------------------------------------------------------ | -------- |
| 1 | 重要 | 解决DDR总容量24GB问题。 | 当板上DDR总容量为24GB时无法正常开机。 | - |
| 2 | 重要 | 解决LP4/LP4X稳定性问题 | 个别板子read odt需要从60ohm改为40ohm才能更稳定BL31必须更新到V1.37及以上。 | - |
| 3 | 重要 | 优化LPDDR5性能 | LPDDR5模式下tWTR计算错误导致效率较差 | - |
------
## rk3588_bl31_v1.36.elf
| 时间 | 文件 | 编译 commit | 重要程度 |

View File

@@ -1,5 +1,25 @@
# RK3588 Release Note
## rk3588_ddr_lp4_2112MHz_lp5_2736MHz_v1.10.bin
| Date | File | Build commit | Severity |
| ---------- | :------------------------------------------- | ------------ | --------- |
| 2022-11-21 | rk3588_ddr_lp4_2112MHz_lp5_2736MHz_v1.10.bin | 75d050770f | important |
### New
1. Pageclose can be enable/disable by ddrbin_tool.
### Fixed
| Index | Severity | Update | Issue description | Issue source |
| ----- | --------- | ---------------------------- | ------------------------------------------------------------ | ------------ |
| 1 | important | fix total 24GB bug | If the DDR total capacity is 24GB, it will be stuck and unable to enter kernel. | - |
| 2 | important | fix LP4/LP4X stability issue | Some LP4/LP4X board need to update read odt to 40ohm to fix stability issue. Note: BL31 should be update to V1.37. | - |
| 3 | important | improve LP5 performance | LPDDR5 timing tWTR calculate error lead to slow performance | - |
------
## rk3588_bl31_v1.36.elf
| Date | File | Build commit | Severity |