rk3588: bl31: update version to v1.36

Build from ATF commit:
    78ee25fe7 plat: rk3588: sleep: fix error of checking ext_32k valid
update feature:
    78ee25fe7 plat: rk3588: sleep: fix error of checking ext_32k valid
    e718a91db plat: rk3588: define pwm_rmctl_param in ddr
    a9888b65d plat: rk3588: support pmum0 pwm remotectl wkup
    1cd72fefa rockchip: fiq-debugger: support separate stack for os callback

Change-Id: Ic6291bb002e7adb0dd69d6b4a8b88f6c37c83a7b
Signed-off-by: XiaoDong Huang <derrick.huang@rock-chips.com>
This commit is contained in:
XiaoDong Huang
2023-01-30 17:01:18 +08:00
parent a01492b16c
commit 74687af2ed
4 changed files with 25 additions and 1 deletions

View File

@@ -5,7 +5,7 @@ MINOR=0
SEC=0
[BL31_OPTION]
SEC=1
PATH=bin/rk35/rk3588_bl31_v1.35.elf
PATH=bin/rk35/rk3588_bl31_v1.36.elf
ADDR=0x00040000
[BL32_OPTION]
SEC=1

View File

@@ -1,5 +1,17 @@
# RK3588 Release Note
## rk3588_bl31_v1.36.elf
| 时间 | 文件 | 编译 commit | 重要程度 |
| ---------- | :-------------------- | ----------- | -------- |
| 2022-01-30 | rk3588_bl31_v1.36.elf | 78ee25fe7 | 重要 |
### New
1. 支持休眠时软件解析多种协议的红外信号需配合mcu一起使用
------
## rk3588_bl31_v1.35.elf
| 时间 | 文件 | 编译 commit | 重要程度 |

View File

@@ -1,5 +1,17 @@
# RK3588 Release Note
## rk3588_bl31_v1.36.elf
| Date | File | Build commit | Severity |
| ---------- | :-------------------- | ------------ | --------- |
| 2022-01-30 | rk3588_bl31_v1.36.elf | 78ee25fe7 | important |
### New
1. Supports analyze infrared signals of various protocols during system suspend by software, which needs to be used together with mcu.
------
## rk3588_bl31_v1.35.elf
| Date | File | Build commit | Severity |