rk3506: ddr/spl/tee: Update version to v1.xx

== ddr v1.01
Build from:
    404a81a8bf rk3506: ddr: update ddrbin to v1.01

Update features:
    1. set atags address to 0x62000.
    2. To avoid damaging last_log data, do not check soldering during reboot.

== spl v1.10
Build from:
    a106936cd3c rockchip: rk3506: Update memory layout

Update features:
    1. set atags address to 0x62000.
    2. Update text base addr to 0x3f00000

== tee v1.20
Build from:
    6c78a7d8cb3 rk3506: Don't disable vccio4 IE by default

Update features:
    1. set atags address to 0x62000.
    2. Update text base addr to 0x1000
    3. Improve stable for system suspend/resume.

Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
Signed-off-by: Tang Yun ping <typ@rock-chips.com>
Change-Id: I623586fa803944e72b2c77893d1a2320caf0d648
This commit is contained in:
Tang Yun ping
2024-08-22 14:39:58 +08:00
committed by Jianhong Chen
parent 570f82de3d
commit 088bac40aa
13 changed files with 43 additions and 12 deletions

View File

@@ -5,7 +5,7 @@ MAJOR=1
MINOR=1
[CODE471_OPTION]
NUM=1
Path1=bin/rk35/rk3506b_ddr_589MHz_v1.00.bin
Path1=bin/rk35/rk3506b_ddr_589MHz_v1.01.bin
[CODE472_OPTION]
NUM=1
Path1=bin/rk35/rk3506_usbplug_v1.00.bin
@@ -13,11 +13,11 @@ Path1=bin/rk35/rk3506_usbplug_v1.00.bin
NUM=2
LOADER1=FlashData
LOADER2=FlashBoot
FlashData=bin/rk35/rk3506b_ddr_589MHz_v1.00.bin
FlashBoot=bin/rk35/rk3506_spl_v1.00.bin
FlashData=bin/rk35/rk3506b_ddr_589MHz_v1.01.bin
FlashBoot=bin/rk35/rk3506_spl_v1.10.bin
[OUTPUT]
PATH=rk3506_spl_loader_v1.00.100.bin
IDB_PATH=rk3506_idblock_v1.00.100.img
PATH=rk3506_spl_loader_v1.01.110.bin
IDB_PATH=rk3506_idblock_v1.01.110.img
[SYSTEM]
NEWIDB=true
[FLAG]

View File

@@ -5,7 +5,7 @@ MAJOR=1
MINOR=1
[CODE471_OPTION]
NUM=1
Path1=bin/rk35/rk3506_ddr_800MHz_v1.00.bin
Path1=bin/rk35/rk3506_ddr_800MHz_v1.01.bin
[CODE472_OPTION]
NUM=1
Path1=bin/rk35/rk3506_usbplug_v1.00.bin
@@ -13,11 +13,14 @@ Path1=bin/rk35/rk3506_usbplug_v1.00.bin
NUM=2
LOADER1=FlashData
LOADER2=FlashBoot
FlashData=bin/rk35/rk3506_ddr_800MHz_v1.00.bin
FlashBoot=bin/rk35/rk3506_spl_v1.00.bin
FlashData=bin/rk35/rk3506_ddr_800MHz_v1.01.bin
FlashBoot=bin/rk35/rk3506_spl_v1.10.bin
[LOADER2_PARAM]
LOAD_ADDR=0x3f00000
FLAG=0x0
[OUTPUT]
PATH=rk3506_spl_loader_v1.00.100.bin
IDB_PATH=rk3506_idblock_v1.00.100.img
PATH=rk3506_spl_loader_v1.01.110.bin
IDB_PATH=rk3506_idblock_v1.01.110.img
[SYSTEM]
NEWIDB=true
[FLAG]

View File

@@ -1,3 +1,3 @@
[TOS]
TOSTA=bin/rk35/rk3506_tee_v1.10.bin
ADDR=0x3f00000
TOSTA=bin/rk35/rk3506_tee_v1.20.bin
ADDR=0x1000

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -1,5 +1,19 @@
# RK3506 Release Note
## rk3506_{ddr,spl,tee}_v1.xx.bin
| 时间 | 文件 | 编译 commit | 重要程度 |
| ---------- | :-------------------------- | ----------- | -------- |
| 2024-08-28 | rk3506_{ddr,spl,tee}_v1.xx.bin | ddr:404a81a8bf#spl:a106936cd3c#tee:6c78a7d8cb3 | 重要 |
### New
1. DDR: 修改Atags地址到0x62000避免破坏last_log数据reboot时不做焊接检测。
2. SPL: 修改Atags地址到0x62000启动地址修改为0x3f00000。
3. TEE: 修改Atags地址到0x62000启动地址修改为0x1000增强休眠唤醒稳定性。
------
## rk3506b_ddr_589MHz_v1.00.bin
| 时间 | 文件 | 编译 commit | 重要程度 |

View File

@@ -1,5 +1,19 @@
# RK3506 Release Note
## rk3506_{ddr,spl,tee}_v1.xx.bin
| Date | File | Build commit | Severity |
| ---------- | :--------------------------- | ------------ | --------- |
| 2024-08-28 | rk3506_{ddr,spl,tee}_v1.xx.bin | ddr:404a81a8bf#spl:a106936cd3c#tee:6c78a7d8cb3 | important |
### New
1. DDR: Set atags address to 0x62000; To avoid damaging last_log data, do not check soldering during reboot.
2. SPL: Set atags address to 0x62000; Update text base addr to 0x3f00000.
3. TEE: Set atags address to 0x62000; Update text base addr to 0x1000; Improve stable for system suspend/resume.
------
## rk3506b_ddr_589MHz_v1.00.bin
| Date | File | Build commit | Severity |