rk3562: bl31: update version to v1.08

Build from ATF commit:
	1f6088dc0 rockchip: rk3562: Change clock to normal pll when supend and reset
update feature:
	1f6088dc0 rockchip: rk3562: Change clock to normal pll when supend and reset

Change-Id: I074f4ddbf1e6e6fb0368f318cc32c1205822dafc
Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
This commit is contained in:
Finley Xiao
2023-02-27 20:48:29 +08:00
parent 1d2ea0cc67
commit e53c80efe8
4 changed files with 23 additions and 1 deletions

View File

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

View File

@@ -1,5 +1,16 @@
# RK3562 Release Note
## rk3562_bl31_v1.08.elf
| 时间 | 文件 | 编译 commit | 重要程度 |
| ---------- | :-------------------- | ----------- | -------- |
| 2023-02-27 | rk3562_bl31_v1.08.elf | 1f6088dc0 | 重要 |
### New
1. 在休眠和reboot的时候将时钟源切换到常规pll。
------
## rk3562_bl31_v1.07.elf
| 时间 | 文件 | 编译 commit | 重要程度 |

View File

@@ -1,5 +1,16 @@
# RK3562 Release Note
## rk3562_bl31_v1.08.elf
| Date | File | Build commit | Severity |
| ---------- | :-------------------- | ------------ | --------- |
| 2023-02-27 | rk3562_bl31_v1.08.elf | 1f6088dc0 | important |
### New
1. Change clock to normal pll when supend and reset.
------
## rk3562_bl31_v1.07.elf
| Date | File | Build commit | Severity |