rk3576: spl: Update version to v1.01

Build from:
	4a69562ca69 clk: rockchip: rk3576: add hclk sdmmc/emmc/sdio

Mainly update feature:
	Support SD card.
	Support SecureBoot.
	Enable crypto.
	Improve UFS support.
	Improve VOP2 support.
	Add MCU-related register configuration.

Change-Id: Ic51507f40bd82fc0763452030a86b6a19be4c8d7
Signed-off-by: Xuhui Lin <xuhui.lin@rock-chips.com>
This commit is contained in:
Xuhui Lin
2024-04-07 12:01:50 +08:00
parent 670d3cd824
commit ff3639a290
5 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_2376MHz_v1.02.bin
FlashBoot=bin/rk35/rk3576_spl_v1.00.bin
FlashBoot=bin/rk35/rk3576_spl_v1.01.bin
[OUTPUT]
PATH=rk3576_spl_loader_v1.02.100.bin
IDB_PATH=rk3576_idblock_v1.02.100.img
PATH=rk3576_spl_loader_v1.02.101.bin
IDB_PATH=rk3576_idblock_v1.02.101.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_2376MHz_ultra_v1.02.bin
FlashBoot=bin/rk35/rk3576_spl_v1.00.bin
FlashBoot=bin/rk35/rk3576_spl_v1.01.bin
[OUTPUT]
PATH=rk3576_spl_loader_v1.02.100.bin
IDB_PATH=rk3576_idblock_v1.02.100.img
PATH=rk3576_spl_loader_v1.02.101.bin
IDB_PATH=rk3576_idblock_v1.02.101.img
[SYSTEM]
NEWIDB=true
ALIGN=8

Binary file not shown.

View File

@@ -1,5 +1,22 @@
# RK3576 Release Note
## rk3576_spl_v1.01.bin
| 时间 | 文件 | 编译 commit | 重要程度 |
| ---------- | :-------------------- | ----------- | -------- |
| 2024-04-07 | rk3576_spl_v1.01.bin | 4a69562ca69 | 重要 |
### New
1. 支持sd卡功能。
2. 支持secureboot功能。
3. 默认使用crypto加速系统启动。
4. 完善ufs支持。
5. 完善vop2支持。
6. 增加mcu相关寄存器配置。
------
## rk3576_bl31_v1.02.elf
| 时间 | 文件 | 编译 commit | 重要程度 |

View File

@@ -1,5 +1,22 @@
# RK3576 Release Note
## rk3576_spl_v1.01.bin
| Date | File | Build commit | Severity |
| ---------- | :-------------------- | ----------- | -------- |
| 2024-04-07 | rk3576_spl_v1.01.bin | 4a69562ca69 | important |
### New
1. Support SD card.
2. Support SecureBoot.
3. Enable crypto.
4. Improve UFS support.
5. Improve VOP2 support.
6. Add MCU-related register configuration.
------
## rk3576_bl31_v1.02.elf
| Date | File | Build commit | Severity |