rk3568: spl: update version to v1.13

Build from:
	e4e124926e rockchip: spl: Fix fwver prefix

Build command:
	./make.sh rk3568 --spl-new --spl-fwver v1.13

Update features:
	1. Print and pass the firmware version number.
	2. Solve the issue that the backup image is not loaded when
	   the SPL load or check u-boot.dtb fails.

Signed-off-by: Xuhui Lin <xuhui.lin@rock-chips.com>
Change-Id: I6c79621136c84f927a8ab6b58eb59429e4a9eb8a
This commit is contained in:
Xuhui Lin
2023-09-22 16:47:27 +08:00
parent 80fe7a867f
commit c019c636ef
7 changed files with 42 additions and 6 deletions

View File

@@ -15,9 +15,9 @@ NUM=2
LOADER1=FlashData
LOADER2=FlashBoot
FlashData=bin/rk35/rk3566_ddr_1056MHz_v1.18.bin
FlashBoot=bin/rk35/rk356x_spl_v1.12.bin
FlashBoot=bin/rk35/rk356x_spl_v1.13.bin
[OUTPUT]
PATH=rk356x_spl_loader_v1.18.112.bin
PATH=rk356x_spl_loader_v1.18.113.bin
[SYSTEM]
NEWIDB=true
[FLAG]

View File

@@ -15,9 +15,9 @@ NUM=2
LOADER1=FlashData
LOADER2=FlashBoot
FlashData=bin/rk35/rk3566_ddr_1056MHz_ultra_v1.10.bin
FlashBoot=bin/rk35/rk356x_spl_v1.12.bin
FlashBoot=bin/rk35/rk356x_spl_v1.13.bin
[OUTPUT]
PATH=rk356x_spl_loader_v1.10.112.bin
PATH=rk356x_spl_loader_v1.10.113.bin
[SYSTEM]
NEWIDB=true
[FLAG]

View File

@@ -15,9 +15,9 @@ NUM=2
LOADER1=FlashData
LOADER2=FlashBoot
FlashData=bin/rk35/rk3568_ddr_1560MHz_v1.18.bin
FlashBoot=bin/rk35/rk356x_spl_v1.12.bin
FlashBoot=bin/rk35/rk356x_spl_v1.13.bin
[OUTPUT]
PATH=rk356x_spl_loader_v1.18.112.bin
PATH=rk356x_spl_loader_v1.18.113.bin
[SYSTEM]
NEWIDB=true
[FLAG]

Binary file not shown.

Binary file not shown.

View File

@@ -1,5 +1,23 @@
# RK3568 Release Note
## rk356x_spl_v1.13.bin
| 时间 | 文件 | 编译 commit | 重要程度 |
| ---------- | :------------------- | ----------- | -------- |
| 2023-09-25 | rk356x_spl_v1.13.bin | e4e124926e | 重要 |
### New
1. 打印并传递固件版本号。
### Fixed
| Index | 重要程度 | 更新说明 | 问题现象 | 问题来源 |
| ----- | -------- | --------------------------------------------------- | -------------------------------------------------------- | -------- |
| 1 | 重要 | 解决SPL加载校验u-boot.dtb失败后不加载备份镜像的问题 | 第一份uboot.img的u-boot.dtb损坏后SPL没有加载备份镜像。 | - |
------
## rk3568_bl32_v2.11.bin
| 时间 | 文件 | 编译 commit | 重要程度 |

View File

@@ -1,5 +1,23 @@
# RK3568 Release Note
## rk356x_spl_v1.13.bin
| Date | File | Build commit | Severity |
| ---------- | :------------------- | ------------ | --------- |
| 2023-09-25 | rk356x_spl_v1.13.bin | e4e124926e | important |
### New
1. Print and pass the firmware version number.
### Fixed
| Index | Severity | Update | Issue description | Issue source |
| ----- | --------- | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------ |
| 1 | important | Solve the issue that the backup image is not loaded when the SPL load or check u-boot.dtb fails | When u-boot.dtb of the first uboot.img is corrupted, SPL doesn't load the backup image. | - |
------
## rk3568_bl32_v2.11.bin
| Date | File | Build commit | Severity |