rk3576: ddr/spl/usbplug: Add initial version

== ddr v1.00
Build from:
	563d6071c0 dram_init: rk3576: update to v1.00

== spl v1.00
Build from:
	0aca89f21 gpt: support ufs 4k block size

== usbplug v1.00
Build from:
	0aca89f21 gpt: support ufs 4k block size

Change-Id: I7b3aa65d5a2e5b3db5c9824e9c25444f560b0201
Signed-off-by: Yifeng Zhao <yifeng.zhao@rock-chips.com>
Signed-off-by: YouMin Chen <cym@rock-chips.com>
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
This commit is contained in:
Joseph Chen
2024-03-15 18:27:41 +08:00
parent e10cc428fd
commit c0d7fa7b5f
8 changed files with 82 additions and 0 deletions

29
RKBOOT/RK3576MINIALL.ini Normal file
View File

@@ -0,0 +1,29 @@
[CHIP_NAME]
NAME=RK3576
[VERSION]
MAJOR=1
MINOR=100
[CODE471_OPTION]
NUM=1
Path1=bin/rk35/rk3576_ddr_lp4_2112MHz_lp5_2376MHz_v1.00.bin
Sleep=1
[CODE472_OPTION]
NUM=1
Path1=bin/rk35/rk3576_usbplug_v1.00.bin
[LOADER_OPTION]
NUM=2
LOADER1=FlashData
LOADER2=FlashBoot
FlashData=bin/rk35/rk3576_ddr_lp4_2112MHz_lp5_2376MHz_v1.00.bin
FlashBoot=bin/rk35/rk3576_spl_v1.00.bin
[OUTPUT]
PATH=rk3576_spl_loader_v1.00.100.bin
IDB_PATH=rk3576_idblock_v1.00.100.img
[SYSTEM]
NEWIDB=true
ALIGN=8
[FLAG]
CREATE_IDB=true
471_RC4_OFF=true
RC4_OFF=true
CRC_OFF=true

View File

@@ -0,0 +1,29 @@
[CHIP_NAME]
NAME=RK3576
[VERSION]
MAJOR=1
MINOR=100
[CODE471_OPTION]
NUM=1
Path1=bin/rk35/rk3576_ddr_lp4_2112MHz_lp5_2376MHz_ultra_v1.00.bin
Sleep=1
[CODE472_OPTION]
NUM=1
Path1=bin/rk35/rk3576_usbplug_v1.00.bin
[LOADER_OPTION]
NUM=2
LOADER1=FlashData
LOADER2=FlashBoot
FlashData=bin/rk35/rk3576_ddr_lp4_2112MHz_lp5_2376MHz_ultra_v1.00.bin
FlashBoot=bin/rk35/rk3576_spl_v1.00.bin
[OUTPUT]
PATH=rk3576_spl_loader_v1.00.100.bin
IDB_PATH=rk3576_idblock_v1.00.100.img
[SYSTEM]
NEWIDB=true
ALIGN=8
[FLAG]
CREATE_IDB=true
471_RC4_OFF=true
RC4_OFF=true
CRC_OFF=true

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -1,5 +1,17 @@
# RK3576 Release Note
## rk3576_{ddr,spl,usbplug}_v1.00.bin
| 时间 | 文件 | 编译 commit | 重要程度 |
| ---------- | :--------------------------------- | ---------------------------------------------- | -------- |
| 2024-03-15 | rk3576_{ddr,spl,usbplug}_v1.00.bin | ddr:563d6071c0#spl:0aca89f21:usbplug:0aca89f21 | 普通 |
### New
1. 初始版本。
------
## rk3576_{bl31, bl32}_v1.00.bin
| 时间 | 文件 | 编译 commit | 重要程度 |

View File

@@ -1,5 +1,17 @@
# RK3576 Release Note
## rk3576_{ddr,spl,usbplug}_v1.00.bin
| Date | File | Build commit | Severity |
| ---------- | :--------------------------------- | ---------------------------------------------- | -------- |
| 2024-03-15 | rk3576_{ddr,spl,usbplug}_v1.00.bin | ddr:563d6071c0#spl:0aca89f21:usbplug:0aca89f21 | moderate |
### New
1. Initial version.
------
## rk3576_{bl31, bl32}_v1.00.bin
| Date | File | Build commit | Severity |