2014-03-19 22:29:48 +01:00
|
|
|
config SOC_QC_IPQ806X
|
|
|
|
select ARCH_BOOTBLOCK_ARMV4
|
|
|
|
select ARCH_ROMSTAGE_ARMV7
|
|
|
|
select ARCH_RAMSTAGE_ARMV7
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
|
|
|
|
if SOC_QC_IPQ806X
|
|
|
|
|
|
|
|
config BOOTBLOCK_ROM_OFFSET
|
|
|
|
hex
|
|
|
|
default 0x0
|
|
|
|
|
|
|
|
config CBFS_HEADER_ROM_OFFSET
|
|
|
|
hex "offset of master CBFS header in ROM"
|
2014-04-08 03:59:53 +02:00
|
|
|
default 0x221000
|
2014-03-19 22:29:48 +01:00
|
|
|
|
|
|
|
config CBFS_ROM_OFFSET
|
|
|
|
hex "offset of CBFS data in ROM"
|
2014-04-08 03:59:53 +02:00
|
|
|
default 0x221080
|
2014-03-19 22:29:48 +01:00
|
|
|
|
2014-04-08 00:26:39 +02:00
|
|
|
config MBN_ENCAPSULATION
|
|
|
|
depends on USE_BLOBS
|
|
|
|
bool "bootblock encapsulation for ipq8064"
|
|
|
|
default y
|
|
|
|
|
|
|
|
config SBL_BLOB
|
|
|
|
depends on USE_BLOBS
|
|
|
|
string "file name of the Qualcomm SBL blob"
|
|
|
|
default "3rdparty/cpu/qualcomm/ipq8064/sbls.bin"
|
|
|
|
help
|
|
|
|
The path and filename of the binary blob containing
|
|
|
|
ipq806x early initialization code, as supplied by the
|
|
|
|
vendor.
|
|
|
|
|
|
|
|
config BOOTBLOCK_BASE
|
2014-04-08 03:59:53 +02:00
|
|
|
hex "256K bytes left for TZBSP"
|
2014-04-22 03:53:47 +02:00
|
|
|
default 0x40600000
|
|
|
|
|
|
|
|
config STACK_TOP
|
2014-12-06 08:34:40 +01:00
|
|
|
hex
|
|
|
|
default 0x40600000
|
2014-04-22 03:53:47 +02:00
|
|
|
|
|
|
|
config STACK_BOTTOM
|
2014-12-06 08:34:40 +01:00
|
|
|
hex
|
|
|
|
default 0x405fc000
|
2014-04-08 00:26:39 +02:00
|
|
|
|
2014-03-19 22:29:48 +01:00
|
|
|
endif
|