rk3368h: add init config for rk3368h chip.

compile cmd:

make rk3368h_defconfig
make ARCHV=aarch64 or ./mkv8.sh

if bin need updated, must modify this two ini files:

tools/rk_tools/RKBOOT/RK3368HMINIALL.ini
tools/rk_tools/RKTRUST/RK3368HTRUST.ini

Change-Id: I2be227aa6bddea206eb2c4a266e49857c0071eb5
Signed-off-by: William Zhang <william.zhang@rock-chips.com>
This commit is contained in:
William Zhang
2017-04-12 09:22:21 +08:00
parent ca56f15482
commit cb085a53bd
3 changed files with 39 additions and 0 deletions

20
RKBOOT/RK3368HMINIALL.ini Normal file
View File

@@ -0,0 +1,20 @@
[CHIP_NAME]
NAME=RK330A
[VERSION]
MAJOR=2
MINOR=56
[CODE471_OPTION]
NUM=1
Path1=tools/rk_tools/bin/rk33/rk3368_ddr_600MHz_v2.00.bin
Sleep=1
[CODE472_OPTION]
NUM=1
Path1=tools/rk_tools/bin/rk33/rk3368_usbplug_v2.56.bin
[LOADER_OPTION]
NUM=2
LOADER1=FlashData
LOADER2=FlashBoot
FlashData=tools/rk_tools/bin/rk33/rk3368_ddr_600MHz_v2.00.bin
FlashBoot=tools/rk_tools/bin/rk33/rk3368_miniloader_v2.56.bin
[OUTPUT]
PATH=rk3368h_loader_v2.00.256.bin

19
RKTRUST/RK3368HTRUST.ini Normal file
View File

@@ -0,0 +1,19 @@
[VERSION]
MAJOR=1
MINOR=0
[BL30_OPTION]
SEC=1
PATH=tools/rk_tools/bin/rk33/rk3368_bl30_v2.13.bin
ADDR=0x00080000
[BL31_OPTION]
SEC=1
PATH=tools/rk_tools/bin/rk33/rk3368h_bl31_v2.00.bin
ADDR=0x00010000
[BL32_OPTION]
SEC=0
PATH=tools/rk_tools/bin/rk33/rk3368_bl32_v0.10.bin
ADDR=0x08000000
[BL33_OPTION]
SEC=0
[OUTPUT]
PATH=trust.img

Binary file not shown.