rk3576: usbplug: update to v1.01

build from u-boot(next-dev):
	commit fa96a41a6: ufs: add to support ufs with PHISON controller

build command:
	./make.sh rk3576-usbplug

update feature:
	1. drivers: ufs: poll for max. 1500ms for fDeviceInit flag to clear
	2. usbplug: support write booster
	3. add to support ufs with PHISON controller

Signed-off-by: Yifeng Zhao <yifeng.zhao@rock-chips.com>
Change-Id: Ice9da5f7ffd61aaef93b58bacf2cf05152c6be91
This commit is contained in:
Yifeng Zhao
2024-04-08 11:09:51 +08:00
committed by Jianhong Chen
parent 658ad9aea9
commit 12a25c4e90
6 changed files with 40 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ Path1=bin/rk35/rk3576_ddr_lp4_2112MHz_lp5_2736MHz_v1.03.bin
Sleep=1
[CODE472_OPTION]
NUM=1
Path1=bin/rk35/rk3576_usbplug_v1.00.bin
Path1=bin/rk35/rk3576_usbplug_v1.01.bin
[LOADER_OPTION]
NUM=2
LOADER1=FlashData

View File

@@ -9,7 +9,7 @@ Path1=bin/rk35/rk3576_ddr_lp4_2112MHz_lp5_2736MHz_ultra_v1.03.bin
Sleep=1
[CODE472_OPTION]
NUM=1
Path1=bin/rk35/rk3576_usbplug_v1.00.bin
Path1=bin/rk35/rk3576_usbplug_v1.01.bin
[LOADER_OPTION]
NUM=2
LOADER1=FlashData

Binary file not shown.

Binary file not shown.

View File

@@ -1,5 +1,24 @@
# RK3576 Release Note
## rk3576_usbplug_v1.01.bin
| 时间 | 文件 | 编译 commit | 重要程度 |
| ---------- | :----------------------- | ----------- | -------- |
| 2024-04-17 | rk3576_usbplug_v1.01.bin | fa96a41a6 | 重要 |
### New
1. 启用write booster特性。
### Fixed
| Index | 重要程度 | 更新说明 | 问题现象 | 问题来源 |
| ----- | -------- | ---------------------- | ------------------------------------------ | -------- |
| 1 | 重要 | 初始化时间修改到1500ms | 默认代码配置超时时间太短,初始化可能会失败 | - |
| 2 | 重要 | 支持PHISON控制器的UFS | Test ready 命令会出错 | - |
------
## rk3576_ddr_lp4_2112MHz_lp5_2736MHz{_ultra}_v1.03.bin
| 时间 | 文件 | 编译 commit | 重要程度 |

View File

@@ -1,5 +1,24 @@
# RK3576 Release Note
## rk3576_usbplug_v1.01.bin
| Date | File | Build commit | Severity |
| ---------- | :----------------------- | ------------ | --------- |
| 2024-04-17 | rk3576_usbplug_v1.01.bin | fa96a41a6 | important |
### New
1. Add support write booster.
### Fixed
| Index | Severity | Update | Issue description | Issue source |
| ----- | --------- | --------------------------------------------------- | ---------------------------------------------------------- | ------------ |
| 1 | important | Poll for max. 1500ms for fDeviceInit flag to clear. | The timeout is too short, and UFS initialization may fail. | - |
| 2 | important | Support UFS with PHISON UFS controller. | Test ready command will fail. | - |
------
## rk3576_ddr_lp4_2112MHz_lp5_2736MHz{_ultra}_v1.03.bin
| Date | File | Build commit | Severity |