rk3568: bl31: update version to v1.43

build from:
	bf602aff1 plat: rk3568: disable sdei

update feature:
	bf602aff1 plat: rk3568: disable sdei
	6aca6a078 rockchip: reduce the time waiting for cpu to stop
	17f494475 plat: rk3588: delete rockchip_soc_cores_pwr_dm_on_finish_late/resume_late
	6f820192d plat: rk3568: delete rockchip_soc_cores_pwr_dm_on_finish_late/resume_late
	3b69c1b3d opteed: pm: mask all interrupts before enter to optee
	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
	1b2124ab7 plat: rk3528: move bl31_base to 0x80000
	9152290e3 plat: rk3562: Add ecc_flag judgment for soc version
	256248a10 plat: rk3562: otp: Add support get ecc flag

Signed-off-by: Liang Chen <cl@rock-chips.com>
Change-Id: Ide503b0b8fc26b3d635d6ea289bac6ae53cbf1fb
This commit is contained in:
Liang Chen
2023-06-05 10:24:07 +08:00
parent 2b70b343ae
commit 1ea59cc63b
4 changed files with 29 additions and 1 deletions

View File

@@ -5,7 +5,7 @@ MINOR=0
SEC=0
[BL31_OPTION]
SEC=1
PATH=bin/rk35/rk3568_bl31_v1.42.elf
PATH=bin/rk35/rk3568_bl31_v1.43.elf
ADDR=0x00040000
[BL32_OPTION]
SEC=1

View File

@@ -1,5 +1,19 @@
# RK3568 Release Note
## rk3568_bl31_v1.43.elf
| 时间 | 文件 | 编译 commit | 重要程度 |
| ---------- | --------------------- | ----------- | -------- |
| 2023-06-05 | rk3568_bl31_v1.43.elf | bf602aff1 | 重要 |
### Fixed
| Index | 重要程度 | 更新说明 | 问题现象 | 问题来源 |
| ----- | -------- | ----------------------------------- | ------------------------------------------------------------ | ------- |
| 1 | 重要 | 修复cpuidle进入bl31出现死锁的问题 | 系统概率性出现卡住一段时间(~30分钟)后恢复正常 | - |
------
## rk3568_bl31_rt_v1.01.elf
| 时间 | 文件 | 编译 commit | 重要程度 |

View File

@@ -1,5 +1,19 @@
# RK3568 Release Note
## rk3568_bl31_v1.43.elf
| Date | File | Build commit | Severity |
| ---------- | --------------------- | ------------ | --------- |
| 2023-06-05 | rk3568_bl31_v1.43.elf | bf602aff1 | important |
### Fixed
| Index | Severity | Update | Issue description | Issue source |
| ----- | -------- | ------------------------------------------------ | ------------------------------------- | ------------ |
| 1 | important | Fix deadlock for cpuidle when enter bl31 | The system freezes for a while and then return to normal | - |
------
## rk3568_bl31_rt_v1.01.elf
| Date | File | Build commit | Severity |