diff --git a/RKBOOT/RK3588MINIALL.ini b/RKBOOT/RK3588MINIALL.ini index 9b57df07..2e9aebf5 100644 --- a/RKBOOT/RK3588MINIALL.ini +++ b/RKBOOT/RK3588MINIALL.ini @@ -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] diff --git a/RKBOOT/RK3588MINIALL_IPC.ini b/RKBOOT/RK3588MINIALL_IPC.ini index 01729c91..fc10b3d5 100644 --- a/RKBOOT/RK3588MINIALL_IPC.ini +++ b/RKBOOT/RK3588MINIALL_IPC.ini @@ -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] diff --git a/bin/rk35/rk3588_spl_v1.12.bin b/bin/rk35/rk3588_spl_v1.12.bin deleted file mode 100644 index 0967d161..00000000 Binary files a/bin/rk35/rk3588_spl_v1.12.bin and /dev/null differ diff --git a/bin/rk35/rk3588_spl_v1.13.bin b/bin/rk35/rk3588_spl_v1.13.bin new file mode 100644 index 00000000..8836e5fc Binary files /dev/null and b/bin/rk35/rk3588_spl_v1.13.bin differ diff --git a/doc/release/RK3588_CN.md b/doc/release/RK3588_CN.md index 09f3abda..1f5af9d3 100644 --- a/doc/release/RK3588_CN.md +++ b/doc/release/RK3588_CN.md @@ -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 | 重要程度 | diff --git a/doc/release/RK3588_EN.md b/doc/release/RK3588_EN.md index 1ab14a44..ede62485 100644 --- a/doc/release/RK3588_EN.md +++ b/doc/release/RK3588_EN.md @@ -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 |