rk3562: bl31: update version to v1.17

build form:
	a394bf0a3 plat: rk3562: add the hash calculation for ultra suspend mode
update feature:
	a394bf0a3 plat: rk3562: add the hash calculation for ultra suspend mode
	ad741c04f plat: rk3562: save/restore the pmic register in the ultra suspend mode
	7e65e9348 plat: rk3562: Add interface to config the MCU
	dfd64c37f plat: rk3588: hdmirx: support auto_touch target cpu config
	93f1e6233 plat: rk3562: dmc: update dcf code to v1.02

Signed-off-by: shengfei Xu <xsf@rock-chips.com>
Change-Id: I33c080e1c3116059c0414ae8cdbdc826a8d81674
This commit is contained in:
shengfei Xu
2023-05-16 10:05:19 +00:00
parent d6ccfe401c
commit 693cc1635b
4 changed files with 31 additions and 1 deletions

View File

@@ -5,7 +5,7 @@ MINOR=0
SEC=0
[BL31_OPTION]
SEC=1
PATH=bin/rk35/rk3562_bl31_v1.16.elf
PATH=bin/rk35/rk3562_bl31_v1.17.elf
ADDR=0x00040000
[BL32_OPTION]
SEC=1

View File

@@ -1,5 +1,20 @@
# RK3562 Release Note
## rk3562_bl31_v1.17.elf
| 时间 | 文件 | 编译 commit | 重要程度 |
|----------- | :-------------------- | ----------- | -------- |
| 2023-05-26 | rk3562_bl31_v1.17.elf | a394bf0a3 | 重要 |
### New
1. 在超低功耗场景增加哈希校验。
2. 增加PMIC寄存器的保存。
3. 增加MCU的配置接口。
4. 更新dcf代码。
------
## rk3562_bl31_v1.16.elf
| 时间 | 文件 | 编译 commit | 重要程度 |

View File

@@ -1,5 +1,20 @@
# RK3562 Release Note
## rk3562_bl31_v1.17.elf
| Date | File | Build commit | Severity |
| ---------- | :-------------------- | ------------ | --------- |
| 2023-05-26 | rk3562_bl31_v1.17.elf | a394bf0a3 | important |
### New
1. Add the hash calculation for ultra suspend mode.
2. Save/restore the pmic register in the ultra suspend mode.
3. Add interface to config the MCU.
4. Update dcf code to v1.02.
------
## rk3562_bl31_v1.16.elf
| Date | File | Build commit | Severity |