-
CONFIG_ARM_NSC_REGION_BASE_ADDRESS
¶
ARM Non-Secure Callable Region base address
Type: hex
Help¶
Start address of Non-Secure Callable section.
Notes: - The default value (i.e. when the user does not configure the option explicitly) instructs the linker script to place the Non-Secure Callable section, automatically, inside the .text area. - Certain requirements/restrictions may apply regarding the size and the alignment of the starting address for a Non-Secure Callable section, depending on the available security attribution unit (SAU or IDAU) for a given SOC.
Direct dependencies¶
ARM_FIRMWARE_HAS_SECURE_ENTRY_FUNCS
&& ARM_SECURE_FIRMWARE
&& ARM
(Includes any dependencies from if’s and menus.)
Defaults¶
Kconfig definition¶
At arch/arm/core/Kconfig:108
Included via Kconfig:10
→ Kconfig.zephyr:23
→ arch/Kconfig:16
→ arch/arm/Kconfig:26
Menu path: (top menu) → ARM Options → ARM Secure Firmware Options
config ARM_NSC_REGION_BASE_ADDRESS hex prompt "ARM Non-Secure Callable Region base address" ifARM_FIRMWARE_HAS_SECURE_ENTRY_FUNCS
&&ARM_SECURE_FIRMWARE
&&ARM
default 0 ifARM_FIRMWARE_HAS_SECURE_ENTRY_FUNCS
&&ARM_SECURE_FIRMWARE
&&ARM
depends onARM_FIRMWARE_HAS_SECURE_ENTRY_FUNCS
&&ARM_SECURE_FIRMWARE
&&ARM
help Start address of Non-Secure Callable section. Notes: - The default value (i.e. when the user does not configure the option explicitly) instructs the linker script to place the Non-Secure Callable section, automatically, inside the .text area. - Certain requirements/restrictions may apply regarding the size and the alignment of the starting address for a Non-Secure Callable section, depending on the available security attribution unit (SAU or IDAU) for a given SOC.
(Definitions include propagated dependencies, including from if’s and menus.)