diff --git a/RKTRUST/RK3588TRUST.ini b/RKTRUST/RK3588TRUST.ini index ce5d2217..0fb582fb 100644 --- a/RKTRUST/RK3588TRUST.ini +++ b/RKTRUST/RK3588TRUST.ini @@ -5,7 +5,7 @@ MINOR=0 SEC=0 [BL31_OPTION] SEC=1 -PATH=bin/rk35/rk3588_bl31_v1.41.elf +PATH=bin/rk35/rk3588_bl31_v1.42.elf ADDR=0x00040000 [BL32_OPTION] SEC=1 diff --git a/bin/rk35/rk3588_bl31_v1.41.elf b/bin/rk35/rk3588_bl31_v1.42.elf similarity index 86% rename from bin/rk35/rk3588_bl31_v1.41.elf rename to bin/rk35/rk3588_bl31_v1.42.elf index 04a92a79..c9556082 100644 Binary files a/bin/rk35/rk3588_bl31_v1.41.elf and b/bin/rk35/rk3588_bl31_v1.42.elf differ diff --git a/doc/release/RK3588_CN.md b/doc/release/RK3588_CN.md index 5cc82e38..09f3abda 100644 --- a/doc/release/RK3588_CN.md +++ b/doc/release/RK3588_CN.md @@ -1,5 +1,19 @@ # RK3588 Release Note +## rk3588_bl31_v1.42.elf + +| 时间 | 文件 | 编译 commit | 重要程度 | +| ---------- | :-------------------- | ----------- | -------- | +| 2023-09-09 | rk3588_bl31_v1.42.elf | 87bcc5dfe | 重要 | + +### New + +1. 优化唤醒时间。 +2. 支持任意cpu进行休眠唤醒。 +3. 假关机时支持所有pwm唤醒。 + +------ + ## rk3588_bl32_v1.14.bin | 时间 | 文件 | 编译 commit | 重要程度 | diff --git a/doc/release/RK3588_EN.md b/doc/release/RK3588_EN.md index 4b4b2bc3..1ab14a44 100644 --- a/doc/release/RK3588_EN.md +++ b/doc/release/RK3588_EN.md @@ -1,5 +1,19 @@ # RK3588 Release Note +## rk3588_bl31_v1.42.elf + +| Date | File | Build commit | Severity | +| ---------- | :-------------------- | ------------ | --------- | +| 2023-09-09 | rk3588_bl31_v1.42.elf | 87bcc5dfe | important | + +### New + +1. Optimize the time of system resume. +2. Support any cpu to do system suspend/resume. +3. Support all pwm int to wakeup when virtual-poweroff. + +------ + ## rk3588_bl32_v1.14.bin | Date | File | Build commit | Severity |