rk3576: spl: Update version to v1.02

Build from:
	57b8ceed1c3 mmc: rockchip_dw_mmc: Fix compile error

Mainly update feature:
	d4e21285379 rockchip: rk3576: Enable cci channels for devices
	fa96a41a6b2 ufs: add to support ufs with PHISON controller
	b512fec4ea9 mmc: rockchip_dw_mmc: Add internal phase support
	1865a7e4c4a usbplug: support write booster
	700e0d00194 ufs: add retry while utp timeout
	1e6560df35d rockchip: usbplug: ufs: add ref clock config to 26Mhz
	44374e409ec drivers: ufs: poll for max. 1500ms for fDeviceInit flag to clear
	712e1ef7823 rockchip: rockusb: add erase boot for ufs
	6d0d9653b40 configs: rockchip-usbplug: Support 64KB spinor block erase
	9f5e338c214 rockchip: rk3576: Add eMMC and FSPI iomux
	38fed2d628d configs: Add rk3576 decom support
	2fb7e5ff779 rockchip: rk3576: Add decom access ddr memory support
	0f25b6ce553 arm: dts: Add rk3576 decom support

Change-Id: Ieb76ae489e6ca957284c1dfcad0d88def94ddaba
Signed-off-by: Xuhui Lin <xuhui.lin@rock-chips.com>
This commit is contained in:
Xuhui Lin
2024-04-19 16:54:34 +08:00
parent b0fd07a404
commit fdf2742278
7 changed files with 40 additions and 6 deletions

View File

@@ -15,10 +15,10 @@ NUM=2
LOADER1=FlashData
LOADER2=FlashBoot
FlashData=bin/rk35/rk3576_ddr_lp4_2112MHz_lp5_2736MHz_v1.03.bin
FlashBoot=bin/rk35/rk3576_spl_v1.01.bin
FlashBoot=bin/rk35/rk3576_spl_v1.02.bin
[OUTPUT]
PATH=rk3576_spl_loader_v1.03.101.bin
IDB_PATH=rk3576_idblock_v1.03.101.img
PATH=rk3576_spl_loader_v1.03.102.bin
IDB_PATH=rk3576_idblock_v1.03.102.img
[SYSTEM]
NEWIDB=true
ALIGN=8

View File

@@ -15,10 +15,10 @@ NUM=2
LOADER1=FlashData
LOADER2=FlashBoot
FlashData=bin/rk35/rk3576_ddr_lp4_2112MHz_lp5_2736MHz_ultra_v1.03.bin
FlashBoot=bin/rk35/rk3576_spl_v1.01.bin
FlashBoot=bin/rk35/rk3576_spl_v1.02.bin
[OUTPUT]
PATH=rk3576_spl_loader_v1.03.101.bin
IDB_PATH=rk3576_idblock_v1.03.101.img
PATH=rk3576_spl_loader_v1.03.102.bin
IDB_PATH=rk3576_idblock_v1.03.102.img
[SYSTEM]
NEWIDB=true
ALIGN=8

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -1,5 +1,22 @@
# RK3576 Release Note
## rk3576_spl_v1.02.bin
| 时间 | 文件 | 编译 commit | 重要程度 |
| ---------- | :-------------------- | ----------- | -------- |
| 2024-04-19 | rk3576_spl_v1.02.bin | 57b8ceed1c3 | 重要 |
### New
1. 为设备开启cci通道。
2. dwmmc添加内部相位支持。
3. 默认使用decom加速压缩固件启动。
4. 添加eMMC和FSPI iomux支持。
5. 完善ufs支持。
6. 完善usbplug支持。
------
## rk3576_bl31_v1.04.elf
| 时间 | 文件 | 编译 commit | 重要程度 |

View File

@@ -1,5 +1,22 @@
# RK3576 Release Note
## rk3576_spl_v1.02.bin
| Date | File | Build commit | Severity |
| ---------- | :-------------------- | ----------- | -------- |
| 2024-04-19 | rk3576_spl_v1.02.bin | 57b8ceed1c3 | important |
### New
1. Enable cci channels for devices.
2. Add internal phase support for dwmmc.
3. Enable decom by default.
4. Add eMMC and FSPI iomux support.
5. Improve UFS support.
6. Improve usbplug support.
------
## rk3576_bl31_v1.04.elf
| Date | File | Build commit | Severity |