rk3576: spl: Add arch timer 1Ghz support

Build from:
	13ceb2afdcb rockchip: Add arch timer 1Ghz support

Update features:
	13ceb2afdcb rockchip: Add arch timer 1Ghz support

Change-Id: Ib3c35fc29a7993462ac5af360f635e8ee6a474d4
Signed-off-by: Xuhui Lin <xuhui.lin@rock-chips.com>
This commit is contained in:
Xuhui Lin
2024-11-07 16:52:00 +08:00
committed by YouMin Chen
parent 0038affb32
commit 9923212e79
5 changed files with 34 additions and 6 deletions

View File

@@ -17,7 +17,7 @@ LOADER2=FlashData
LOADER3=FlashBoot
FlashBoost=bin/rk35/rk3576_boost_v1.02.bin
FlashData=bin/rk35/rk3576_ddr_lp4_2112MHz_lp5_2736MHz_v1.08.bin
FlashBoot=bin/rk35/rk3576_spl_v1.06.bin
FlashBoot=bin/rk35/rk3576_spl_v1.07.bin
[LOADER1_PARAM]
LOAD_ADDR=0x3FFC0000
FLAG=0x0
@@ -25,8 +25,8 @@ FLAG=0x0
LOAD_ADDR=0x3FF81000
FLAG=0x0
[OUTPUT]
PATH=rk3576_spl_loader_v1.08.106.bin
IDB_PATH=rk3576_idblock_v1.08.106.img
PATH=rk3576_spl_loader_v1.08.107.bin
IDB_PATH=rk3576_idblock_v1.08.107.img
[SYSTEM]
NEWIDB=true
ALIGN=8

View File

@@ -17,7 +17,7 @@ LOADER2=FlashData
LOADER3=FlashBoot
FlashBoost=bin/rk35/rk3576_boost_v1.02.bin
FlashData=bin/rk35/rk3576_ddr_lp4_2112MHz_lp5_2736MHz_ultra_v1.08.bin
FlashBoot=bin/rk35/rk3576_spl_v1.06.bin
FlashBoot=bin/rk35/rk3576_spl_v1.07.bin
[LOADER1_PARAM]
LOAD_ADDR=0x3FFC0000
FLAG=0x0
@@ -25,8 +25,8 @@ FLAG=0x0
LOAD_ADDR=0x3FF81000
FLAG=0x0
[OUTPUT]
PATH=rk3576_spl_loader_v1.08.106.bin
IDB_PATH=rk3576_idblock_v1.08.106.img
PATH=rk3576_spl_loader_v1.08.107.bin
IDB_PATH=rk3576_idblock_v1.08.107.img
[SYSTEM]
NEWIDB=true
ALIGN=8

View File

@@ -1,5 +1,19 @@
# RK3576 Release Note
## rk3576_spl_v1.07.bin
| 时间 | 文件 | 编译 commit | 重要程度 |
| ---------- | :----------------------- | ----------- | -------- |
| 2024-11-07 | rk3576_spl_v1.07.bin | 13ceb2afdcb | 重要 |
### Fixed
| Index | 重要程度 | 更新说明 | 问题现象 | 问题来源 |
| ----- | -------- | ---------------------- | ------------------------------------------ | -------- |
| 1 | 重要 | 添加1Ghz系统时钟支持SPL调整为默认从前级获取当前系统时钟的频率。 | SPL中的延时不准确末尾耗时打印也不准确。 | - |
------
## rk3576_bl32_v1.05.bin
| 时间 | 文件 | 编译 commit | 重要程度 |

View File

@@ -1,5 +1,19 @@
# RK3576 Release Note
## rk3576_spl_v1.07.bin
| Date | File | Build commit | Severity |
| ---------- | :-------------------- | ------------ | --------- |
| 2024-11-07 | rk3576_spl_v1.07.bin | 13ceb2afdcb | important |
### Fixed
| Index | Severity | Update | Issue description | Issue source |
| ----- | --------- | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------ |
| 1 | important | Add 1Ghz arch timer support, and SPL is adjusted to get current arch timer frequency from preloader by default. | Delay in SPL is inaccurate, and time print at the end is inaccurate too. | - |
------
## rk3576_bl32_v1.05.bin
| Date | File | Build commit | Severity |