diff --git a/RKBOOT/RV1126MINIALL.ini b/RKBOOT/RV1126MINIALL.ini index 5a681dc1..0ddc3931 100644 --- a/RKBOOT/RV1126MINIALL.ini +++ b/RKBOOT/RV1126MINIALL.ini @@ -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 diff --git a/RKBOOT/RV1126MINIALL_IPC.ini b/RKBOOT/RV1126MINIALL_IPC.ini index 5dc6ade0..a73a5f0e 100644 --- a/RKBOOT/RV1126MINIALL_IPC.ini +++ b/RKBOOT/RV1126MINIALL_IPC.ini @@ -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 diff --git a/bin/rv11/rv1126_spl_v1.09.bin b/bin/rv11/rv1126_spl_v1.09.bin deleted file mode 100644 index 271d8897..00000000 Binary files a/bin/rv11/rv1126_spl_v1.09.bin and /dev/null differ diff --git a/bin/rv11/rv1126_spl_v1.10.bin b/bin/rv11/rv1126_spl_v1.10.bin new file mode 100644 index 00000000..524d6f53 Binary files /dev/null and b/bin/rv11/rv1126_spl_v1.10.bin differ diff --git a/doc/release/RV1126_CN.md b/doc/release/RV1126_CN.md index c2ef3fc1..8e51dfc7 100644 --- a/doc/release/RV1126_CN.md +++ b/doc/release/RV1126_CN.md @@ -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 | 重要程度 | diff --git a/doc/release/RV1126_EN.md b/doc/release/RV1126_EN.md index a3692a9e..346a08f4 100644 --- a/doc/release/RV1126_EN.md +++ b/doc/release/RV1126_EN.md @@ -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 |