2014-03-19 22:29:48 +01:00
|
|
|
config SOC_QC_IPQ806X
|
2014-04-23 23:26:01 +02:00
|
|
|
bool
|
|
|
|
default n
|
2014-12-06 19:44:58 +01:00
|
|
|
select ARCH_BOOTBLOCK_ARMV7
|
|
|
|
select ARCH_VERSTAGE_ARMV7
|
2014-03-19 22:29:48 +01:00
|
|
|
select ARCH_ROMSTAGE_ARMV7
|
|
|
|
select ARCH_RAMSTAGE_ARMV7
|
2014-04-23 23:26:01 +02:00
|
|
|
select HAVE_UART_SPECIAL
|
2015-03-26 23:58:41 +01:00
|
|
|
select GENERIC_GPIO_LIB
|
2019-07-01 16:25:41 +02:00
|
|
|
select NO_MONOTONIC_TIMER
|
2014-03-19 22:29:48 +01:00
|
|
|
|
|
|
|
if SOC_QC_IPQ806X
|
|
|
|
|
2020-06-11 20:59:07 +02:00
|
|
|
config MEMLAYOUT_LD_FILE
|
|
|
|
string
|
|
|
|
default "src/soc/qualcomm/ipq806x/memlayout.ld"
|
|
|
|
|
2017-02-14 02:53:29 +01:00
|
|
|
config VBOOT
|
2017-03-28 04:26:32 +02:00
|
|
|
select VBOOT_STARTS_IN_BOOTBLOCK
|
2016-07-25 20:48:03 +02:00
|
|
|
select VBOOT_VBNV_FLASH
|
2017-02-14 02:53:29 +01:00
|
|
|
select VBOOT_SEPARATE_VERSTAGE
|
|
|
|
select VBOOT_RETURN_FROM_VERSTAGE
|
2015-08-18 22:22:58 +02:00
|
|
|
|
2014-04-08 00:26:39 +02:00
|
|
|
config SBL_BLOB
|
|
|
|
depends on USE_BLOBS
|
|
|
|
string "file name of the Qualcomm SBL blob"
|
2015-05-05 22:27:25 +02:00
|
|
|
default "3rdparty/blobs/cpu/qualcomm/ipq806x/uber-sbl.mbn"
|
2014-04-08 00:26:39 +02:00
|
|
|
help
|
|
|
|
The path and filename of the binary blob containing
|
|
|
|
ipq806x early initialization code, as supplied by the
|
|
|
|
vendor.
|
|
|
|
|
2014-03-19 22:29:48 +01:00
|
|
|
endif
|