2015-04-04 01:58:28 +02:00
|
|
|
config ARCH_ARM64
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
|
2014-04-29 01:39:40 +02:00
|
|
|
config ARCH_BOOTBLOCK_ARM64
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
select ARCH_ARM64
|
|
|
|
|
2015-01-14 19:51:47 +01:00
|
|
|
config ARCH_VERSTAGE_ARM64
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
|
2014-04-29 01:39:40 +02:00
|
|
|
config ARCH_ROMSTAGE_ARM64
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
|
|
|
|
config ARCH_RAMSTAGE_ARM64
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
|
2015-05-08 01:59:31 +02:00
|
|
|
source src/arch/arm64/armv8/Kconfig
|
|
|
|
source src/arch/arm64/cpu/Kconfig
|
|
|
|
|
|
|
|
# If a custom bootblock is necessary, this option should be "select"-ed by
|
|
|
|
# the thing that needs it, probably the CPU.
|
|
|
|
config ARM64_BOOTBLOCK_CUSTOM
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
|
2015-05-08 01:59:31 +02:00
|
|
|
config ARM64_USE_SECURE_MONITOR
|
2014-08-27 00:39:51 +02:00
|
|
|
bool
|
|
|
|
default n
|
|
|
|
select RELOCATABLE_MODULES
|
2015-05-08 01:59:31 +02:00
|
|
|
depends on ARCH_RAMSTAGE_ARM64
|
2015-05-12 01:45:56 +02:00
|
|
|
depends on !ARM64_USE_ARM_TRUSTED_FIRMWARE
|
2014-08-27 00:39:51 +02:00
|
|
|
|
2015-05-08 01:59:31 +02:00
|
|
|
config ARM64_USE_SPINTABLE
|
2014-09-17 18:43:20 +02:00
|
|
|
bool
|
|
|
|
default n
|
|
|
|
depends on ARCH_RAMSTAGE_ARM64
|
2015-05-12 01:45:56 +02:00
|
|
|
|
|
|
|
config ARM64_USE_ARM_TRUSTED_FIRMWARE
|
|
|
|
bool
|
|
|
|
default n
|
|
|
|
depends on ARCH_RAMSTAGE_ARM64
|