rk3528: spl: update version to v1.05
Build from: e4e124926e rockchip: spl: Fix fwver prefix Build command: ./make.sh rk3528 --spl-new --spl-fwver v1.05 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: I2b17d9394da7d43a0af1e29eb964eb20e0730dee
This commit is contained in:
@@ -15,9 +15,9 @@ NUM=2
|
||||
LOADER1=FlashData
|
||||
LOADER2=FlashBoot
|
||||
FlashData=bin/rk35/rk3528_ddr_1056MHz_v1.07.bin
|
||||
FlashBoot=bin/rk35/rk3528_spl_v1.04.bin
|
||||
FlashBoot=bin/rk35/rk3528_spl_v1.05.bin
|
||||
[OUTPUT]
|
||||
PATH=rk3528_spl_loader_v1.07.104.bin
|
||||
PATH=rk3528_spl_loader_v1.07.105.bin
|
||||
[SYSTEM]
|
||||
NEWIDB=true
|
||||
[FLAG]
|
||||
|
||||
Binary file not shown.
BIN
bin/rk35/rk3528_spl_v1.05.bin
Normal file
BIN
bin/rk35/rk3528_spl_v1.05.bin
Normal file
Binary file not shown.
@@ -1,5 +1,23 @@
|
||||
# RK3528 Release Note
|
||||
|
||||
## rk3528_spl_v1.05.bin
|
||||
|
||||
| 时间 | 文件 | 编译 commit | 重要程度 |
|
||||
| ---------- | :------------------- | ----------- | -------- |
|
||||
| 2023-09-25 | rk3528_spl_v1.05.bin | e4e124926e | 重要 |
|
||||
|
||||
### New
|
||||
|
||||
1. 打印并传递固件版本号。
|
||||
|
||||
### Fixed
|
||||
|
||||
| Index | 重要程度 | 更新说明 | 问题现象 | 问题来源 |
|
||||
| ----- | -------- | --------------------------------------------------- | -------------------------------------------------------- | -------- |
|
||||
| 1 | 重要 | 解决SPL加载校验u-boot.dtb失败后不加载备份镜像的问题 | 第一份uboot.img的u-boot.dtb损坏后,SPL没有加载备份镜像。 | - |
|
||||
|
||||
------
|
||||
|
||||
## rk3528_bl32_v1.03.bin
|
||||
|
||||
| 时间 | 文件 | 编译 commit | 重要程度 |
|
||||
|
||||
@@ -1,5 +1,23 @@
|
||||
# RK3528 Release Note
|
||||
|
||||
## rk3528_spl_v1.05.bin
|
||||
|
||||
| Date | File | Build commit | Severity |
|
||||
| ---------- | -------------------- | ------------ | --------- |
|
||||
| 2023-09-25 | rk3528_spl_v1.05.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. | - |
|
||||
|
||||
------
|
||||
|
||||
## rk3528_bl32_v1.03.bin
|
||||
|
||||
| Date | File | Build commit | Severity |
|
||||
|
||||
Reference in New Issue
Block a user