diff --git a/RKTRUST/RK3568TRUST.ini b/RKTRUST/RK3568TRUST.ini index 540aad9e..956e3fae 100644 --- a/RKTRUST/RK3568TRUST.ini +++ b/RKTRUST/RK3568TRUST.ini @@ -5,7 +5,7 @@ MINOR=0 SEC=0 [BL31_OPTION] SEC=1 -PATH=bin/rk35/rk3568_bl31_v1.34.elf +PATH=bin/rk35/rk3568_bl31_v1.35.elf ADDR=0x00040000 [BL32_OPTION] SEC=1 diff --git a/bin/rk35/rk3568_bl31_v1.34.elf b/bin/rk35/rk3568_bl31_v1.35.elf similarity index 85% rename from bin/rk35/rk3568_bl31_v1.34.elf rename to bin/rk35/rk3568_bl31_v1.35.elf index 2eaf84de..9329933c 100644 Binary files a/bin/rk35/rk3568_bl31_v1.34.elf and b/bin/rk35/rk3568_bl31_v1.35.elf differ diff --git a/doc/release/RK3568_CN.md b/doc/release/RK3568_CN.md index acfecbe4..b1ea7645 100644 --- a/doc/release/RK3568_CN.md +++ b/doc/release/RK3568_CN.md @@ -1,5 +1,19 @@ # RK3568 Release Note +## rk3568_bl31_v1.35.elf + +| 时间 | 文件 | 编译 commit | 重要程度 | +| ---------- | :-------------------- | ----------- | -------- | +| 2022-10-24 | rk3568_bl31_v1.35.elf | cddd6f52e | 重要 | + +### Fixed + +| Index | 重要程度 | 更新说明 | 问题现象 | 问题来源 | +| ----- | -------- | ----------------------------------- | ------------------------------------------------------------ | ------- | +| 1 | 重要 | 解决休眠唤醒死机问题,PCIE休眠失败 | 在vdd_log休眠断电的情况下,GICR被复位,需要保存恢复GICR | - | + +------ + ## rk356{x_usbplug, 8_miniloader_spinand}_v1.15.bin | 时间 | 文件 | 编译 commit | 重要程度 | diff --git a/doc/release/RK3568_EN.md b/doc/release/RK3568_EN.md index 1f17a657..876ae417 100644 --- a/doc/release/RK3568_EN.md +++ b/doc/release/RK3568_EN.md @@ -1,5 +1,19 @@ # RK3568 Release Note +## rk3568_bl31_v1.35.elf + +| Date | File | Build commit | Severity | +| ---------- | :-------------------- | ------------ | --------- | +| 2022-10-24 | rk3568_bl31_v1.35.elf | cddd6f52e | important | + +### Fixed + +| Index | Severity | Update | Issue description | Issue source | +| ----- | --------- | --------------------------------------------------------- | ------------------------------------------------------------ | ------------ | +| 1 | important | fix the suspend/resume stability problem, the PCIE suspend fail. | Linux kernel doesn't save/restore GICR, so we need do it if vdd_logic is off in suspend. | - | + +------ + ## rk356{x_usbplug, 8_miniloader_spinand}_v1.15.bin | Date | File | Build commit | Severity |