diff --git a/RKTRUST/RK3506TOS.ini b/RKTRUST/RK3506TOS.ini index aa1c6f26..48f148f0 100644 --- a/RKTRUST/RK3506TOS.ini +++ b/RKTRUST/RK3506TOS.ini @@ -1,3 +1,3 @@ [TOS] -TOSTA=bin/rk35/rk3506_tee_v1.24.bin +TOSTA=bin/rk35/rk3506_tee_v1.25.bin ADDR=0x1000 diff --git a/bin/rk35/rk3506_tee_v1.24.bin b/bin/rk35/rk3506_tee_v1.25.bin similarity index 51% rename from bin/rk35/rk3506_tee_v1.24.bin rename to bin/rk35/rk3506_tee_v1.25.bin index badd40e8..7d1603c5 100644 Binary files a/bin/rk35/rk3506_tee_v1.24.bin and b/bin/rk35/rk3506_tee_v1.25.bin differ diff --git a/doc/release/RK3506_CN.md b/doc/release/RK3506_CN.md index cff08af9..f48afafe 100644 --- a/doc/release/RK3506_CN.md +++ b/doc/release/RK3506_CN.md @@ -1,5 +1,23 @@ # RK3506 Release Note +## rk3506_tee_v1.25.bin + +| 时间 | 文件 | 编译 commit | 重要程度 | +| ---------- | :------------------- | ----------- | -------- | +| 2024-11-12 | rk3506_tee_v1.25.bin | 0e7e5b3c7ff | 重要 | + +### New + +1. 增加内核dts通过 'rockchip,sleep-io-config' 属性配置待机时的GPIO状态。 + +### Fixed + +| Index | 重要程度 | 更新说明 | 问题现象 | 问题来源 | +| ----- | -------- | ----------------------------------- | ------------------------- | -------- | +| 1 | 重要 | 解决待机时logic断电后无法唤醒的问题 | logic断电后无法唤醒的问题 | - | + +------ + ## rk3506_tee_v1.24.bin | 时间 | 文件 | 编译 commit | 重要程度 | diff --git a/doc/release/RK3506_EN.md b/doc/release/RK3506_EN.md index a67f8129..8e09848c 100644 --- a/doc/release/RK3506_EN.md +++ b/doc/release/RK3506_EN.md @@ -1,5 +1,23 @@ # RK3506 Release Note +## rk3506_tee_v1.25.bin + +| Date | File | Build commit | Severity | +| ---------- | :------------------- | ------------ | --------- | +| 2024-11-12 | rk3506_tee_v1.25.bin | 0e7e5b3c7ff | important | + +### New + +1. Support assign GPIO state for system suspend via kernel dts property `rockchip,sleep-io-config`. + +### Fixed + +| Index | Severity | Update | Issue description | Issue source | +| ----- | --------- | ----------------------------------------------------------- | ------------------------------------------------------- | ------------ | +| 1 | important | Fix can't wakeup after vdd_logic pwroff in system suspend. | Can't wakeup after vdd_logic pwroff in system suspend. | - | + +------ + ## rk3506_tee_v1.24.bin | Date | File | Build commit | Severity |