rk3576: spl: update to v1.06

Build from u-boot:
	8532be3569c ufs: rockchip: optimize the MPHY power detection mechanism

Build command:
        ./make.sh rk3576 --spl-new --spl-fwver v1.06

Some update features:
	f2af0778915 rockchip: dts: rk3576: Remove prefetchable from pcie0
	b9844a88884 rockchip: dts: rk3576: Add reset for ufs
	53762fcc64d ufs: add ufs reset for spl and uboot
	411dc86a027 arm: dts: rk3576: Define fspi max-dll
	cdb92760954 clk: rockchip: rk3576: add ref_clkout_pll
	dfe45d3e7e8 rockchip: fpga: Add SPL_FPGA_ROCKCHIP option

Change-Id: If88c729507f4a42df50754f8a34eb4ecd8bb0990
Signed-off-by: Xuhui Lin <xuhui.lin@rock-chips.com>
This commit is contained in:
Xuhui Lin
2024-09-13 11:39:56 +08:00
parent e9715eba45
commit a82ddeb199
6 changed files with 34 additions and 6 deletions

View File

@@ -17,7 +17,7 @@ LOADER2=FlashData
LOADER3=FlashBoot
FlashBoost=bin/rk35/rk3576_boost_v1.02.bin
FlashData=bin/rk35/rk3576_ddr_lp4_2112MHz_lp5_2736MHz_v1.06.bin
FlashBoot=bin/rk35/rk3576_spl_v1.05.bin
FlashBoot=bin/rk35/rk3576_spl_v1.06.bin
[LOADER1_PARAM]
LOAD_ADDR=0x3FFC0000
FLAG=0x0
@@ -25,8 +25,8 @@ FLAG=0x0
LOAD_ADDR=0x3FF81000
FLAG=0x0
[OUTPUT]
PATH=rk3576_spl_loader_v1.06.105.bin
IDB_PATH=rk3576_idblock_v1.06.105.img
PATH=rk3576_spl_loader_v1.06.106.bin
IDB_PATH=rk3576_idblock_v1.06.106.img
[SYSTEM]
NEWIDB=true
ALIGN=8

View File

@@ -17,7 +17,7 @@ LOADER2=FlashData
LOADER3=FlashBoot
FlashBoost=bin/rk35/rk3576_boost_v1.02.bin
FlashData=bin/rk35/rk3576_ddr_lp4_2112MHz_lp5_2736MHz_ultra_v1.06.bin
FlashBoot=bin/rk35/rk3576_spl_v1.05.bin
FlashBoot=bin/rk35/rk3576_spl_v1.06.bin
[LOADER1_PARAM]
LOAD_ADDR=0x3FFC0000
FLAG=0x0
@@ -25,8 +25,8 @@ FLAG=0x0
LOAD_ADDR=0x3FF81000
FLAG=0x0
[OUTPUT]
PATH=rk3576_spl_loader_v1.06.105.bin
IDB_PATH=rk3576_idblock_v1.06.105.img
PATH=rk3576_spl_loader_v1.06.106.bin
IDB_PATH=rk3576_idblock_v1.06.106.img
[SYSTEM]
NEWIDB=true
ALIGN=8

Binary file not shown.

Binary file not shown.

View File

@@ -1,5 +1,19 @@
# RK3576 Release Note
## rk3576_spl_v1.06.bin
| 时间 | 文件 | 编译 commit | 重要程度 |
| ---------- | :----------------------- | ----------- | -------- |
| 2024-09-13 | rk3576_spl_v1.06.bin | 8532be3569c | 重要 |
### New
1. 修改擦除保护功能vendor storage数据也可以被擦除掉。
2. 修改MPHY供电判断解决部分UFS支持异常问题。
3. 增加控制器CRU复位解决个别UFS初始化异常问题。
------
## rk3576_usbplug_v1.03.bin
| 时间 | 文件 | 编译 commit | 重要程度 |

View File

@@ -1,5 +1,19 @@
# RK3576 Release Note
## rk3576_spl_v1.06.bin
| Date | File | Build commit | Severity |
| ---------- | :----------------------- | ----------- | -------- |
| 2024-09-13 | rk3576_spl_v1.06.bin | 8532be3569c | important |
### New
1. Modify the erase protection function, and vendor storage data can also be erased.
2. Modify the MPHY power supply judgment to solve some UFS support exception issues.
3. Add CRU reset to the controller to solve individual UFS initialization issues.
------
## rk3576_usbplug_v1.03.bin
| Date | File | Build commit | Severity |