rk3588: spl: update version to v1.13

Build from:
	e4e124926e rockchip: spl: Fix fwver prefix

Build command:
	./make.sh rk3588 --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: If05e0578a67032ee2ff3ee24822dbdf2bc73f831
This commit is contained in:
Xuhui Lin
2023-09-19 19:43:36 +08:00
parent a960d7434c
commit 80fe7a867f
6 changed files with 41 additions and 5 deletions

View File

@@ -15,9 +15,9 @@ NUM=2
LOADER1=FlashData
LOADER2=FlashBoot
FlashData=bin/rk35/rk3588_ddr_lp4_2112MHz_lp5_2736MHz_v1.13.bin
FlashBoot=bin/rk35/rk3588_spl_v1.12.bin
FlashBoot=bin/rk35/rk3588_spl_v1.13.bin
[OUTPUT]
PATH=rk3588_spl_loader_v1.13.112.bin
PATH=rk3588_spl_loader_v1.13.113.bin
[SYSTEM]
NEWIDB=true
[FLAG]

View File

@@ -15,10 +15,10 @@ NUM=2
LOADER1=FlashData
LOADER2=FlashBoot
FlashData=bin/rk35/rk3588_ddr_lp4_2112MHz_lp5_2736MHz_v1.13.bin
FlashBoot=bin/rk35/rk3588_spl_v1.12.bin
FlashBoot=bin/rk35/rk3588_spl_v1.13.bin
[OUTPUT]
PATH=rk3588_download_v1.13.112.bin
IDB_PATH=rk3588_idblock_v1.13.112.img
PATH=rk3588_download_v1.13.113.bin
IDB_PATH=rk3588_idblock_v1.13.113.img
[SYSTEM]
NEWIDB=true
[FLAG]

Binary file not shown.

Binary file not shown.

View File

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

View File

@@ -1,5 +1,23 @@
# RK3588 Release Note
## rk3588_spl_v1.13.bin
| Date | File | Build commit | Severity |
| ---------- | :------------------- | ------------ | --------- |
| 2023-09-25 | rk3588_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. | - |
------
## rk3588_bl31_v1.42.elf
| Date | File | Build commit | Severity |