rv1126: spl: update version to v1.10

Build from:
	e4e124926e rockchip: spl: Fix fwver prefix

Build command:
	./make.sh rv1126 --spl-new --spl-fwver v1.10

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: Icfa99a6f1398be9395ee5a1763573cc60c2583e4
This commit is contained in:
Xuhui Lin
2023-09-28 16:15:30 +08:00
parent 2ad2c60e80
commit 367e019f1a
6 changed files with 40 additions and 4 deletions

View File

@@ -15,6 +15,6 @@ NUM=2
LOADER1=FlashData
LOADER2=FlashBoot
FlashData=bin/rv11/rv1126_ddr_924MHz_v1.09.bin
FlashBoot=bin/rv11/rv1126_spl_v1.09.bin
FlashBoot=bin/rv11/rv1126_spl_v1.10.bin
[OUTPUT]
PATH=rv1126_spl_loader_v1.09.109.bin
PATH=rv1126_spl_loader_v1.09.110.bin

View File

@@ -15,9 +15,9 @@ NUM=2
LOADER1=FlashData
LOADER2=FlashBoot
FlashData=bin/rv11/rv1126_ddr_924MHz_v1.09.bin
FlashBoot=bin/rv11/rv1126_spl_v1.09.bin
FlashBoot=bin/rv11/rv1126_spl_v1.10.bin
[OUTPUT]
PATH=rv1126_download_v1.09.109.bin
IDB_PATH=rv1126_idblock_v1.09.109.img
IDB_PATH=rv1126_idblock_v1.09.110.img
[FLAG]
CREATE_IDB=true

Binary file not shown.

Binary file not shown.

View File

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

View File

@@ -1,5 +1,23 @@
# RV1126 Release Note
## rv1126_spl_v1.10.bin
| Date | File | Build commit | Severity |
| ---------- | -------------------- | ------------ | --------- |
| 2023-09-28 | rv1126_spl_v1.10.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. | - |
------
## rv1126_tee_ta_v2.10.bin
| Date | File | Build commit | Severity |