rk3308: bl31: aarch32/64: update to v2.00

build from commit:
	f59a57c plat: rk3308: improve global 1st reset hold

update features:
	- support atags;
	- support preloader serial;
	- support serial runtime configure from fiq-debugger driver;
	- use global 1st/2nd reset dynamicly, 1st reset can make gpio
	  ignore 1st reset if needed;
	- support armoff with pdm_m clk alive if needed.

Change-Id: Ib625808bac9325076f00f267792f01e658215ca5
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
This commit is contained in:
Joseph Chen
2018-11-01 09:09:32 +08:00
committed by Jianhong Chen
parent 8a4aaaa0c7
commit bd359a8db5
4 changed files with 3 additions and 2 deletions

View File

@@ -4,7 +4,8 @@ MINOR=0
[BL30_OPTION]
SEC=0
[BL31_OPTION]
SEC=1PATH=bin/rk33/rk3308_bl31_aarch32_v1.12.elf
SEC=1
PATH=bin/rk33/rk3308_bl31_aarch32_v2.00.elf
ADDR=0x00010000
[BL32_OPTION]
SEC=0

View File

@@ -5,7 +5,7 @@ MINOR=0
SEC=0
[BL31_OPTION]
SEC=1
PATH=bin/rk33/rk3308_bl31_v1.12.elf
PATH=bin/rk33/rk3308_bl31_v2.00.elf
ADDR=0x00010000
[BL32_OPTION]
SEC=0