rk3576: usbplug: update to v1.02

Build from u-boot(next-dev):
	0fe85c2474 mtd: spinand: print flash id information

Build command:
	./make.sh rk3576-usbplug

Update feature:
	Add usbplug clear OS_REG0 support.

Change-Id: Ic230ed55350fd3b0bf5a7185ed0d3815b6a039d8
Signed-off-by: Xuhui Lin <xuhui.lin@rock-chips.com>
Signed-off-by: Jon Lin <jon.lin@rock-chips.com>
This commit is contained in:
Xuhui Lin
2024-06-19 14:19:20 +08:00
committed by Jon Lin
parent e5a15adec8
commit c8fb3bfd21
9 changed files with 31 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ Path1=bin/rk35/rk3576_ddr_lp4_2112MHz_lp5_2736MHz_v1.05.bin
Sleep=1
[CODE472_OPTION]
NUM=1
Path1=bin/rk35/rk3576_usbplug_v1.01.bin
Path1=bin/rk35/rk3576_usbplug_v1.02.bin
[LOADER_OPTION]
NUM=3
LOADER1=FlashBoost

View File

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

View File

@@ -9,7 +9,7 @@ Path1=bin/rk35/rk3576_ddr_lp4_2112MHz_lp5_2736MHz_ultra_v1.05.bin
Sleep=1
[CODE472_OPTION]
NUM=1
Path1=bin/rk35/rk3576_usbplug_v1.01.bin
Path1=bin/rk35/rk3576_usbplug_v1.02.bin
[LOADER_OPTION]
NUM=3
LOADER1=FlashBoost

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -1,5 +1,19 @@
# RK3576 Release Note
## rk3576_{usbplug,usbplug_fspi1}_v1.02.bin
| 时间 | 文件 | 编译 commit | 重要程度 |
| ---------- | :----------------------- | ----------- | -------- |
| 2024-06-19 | rk3576_{usbplug,usbplug_fspi1}_v1.02.bin | 0fe85c2474 | 重要 |
### Fixed
| Index | 重要程度 | 更新说明 | 问题现象 | 问题来源 |
| ----- | -------- | ---------------------- | ------------------------------------------ | -------- |
| 1 | 重要 | 增加对OS_REG0的清除 | SPL现在会写OS_REG0进入maskrom模式需要usbplug对应清除maskrom标记 | - |
------
## rk3576_ddr_lp4_2112MHz_lp5_2736MHz{_ultra,eyescan}_v1.05.bin
| 时间 | 文件 | 编译 commit | 重要程度 |

View File

@@ -1,5 +1,19 @@
# RK3576 Release Note
## rk3576_{usbplug,usbplug_fspi1}_v1.02.bin
| Date | File | Build commit | Severity |
| ---------- | :----------------------- | ----------- | -------- |
| 2024-06-19 | rk3576_{usbplug,usbplug_fspi1}_v1.02.bin | 0fe85c2474 | important |
### Fixed
| Index | Severity | Update | Issue description | Issue source |
| ----- | --------- | ----------------------- | ------------------------------------ | ------------ |
| 1 | important | Add clear OS_REG0 support | SPL will write OS_REG0 to enter maskrom mode, usbplug needs to clear the maskrom flag accordingly. | - |
------
## rk3576_ddr_lp4_2112MHz_lp5_2736MHz{_ultra,eyescan}_v1.05.bin
| Date | File | Build commit | Severity |