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.)

Kconfig definition

At arch/arm/core/Kconfig:108

Included via Kconfig:10Kconfig.zephyr:23arch/Kconfig:16arch/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" if ARM_FIRMWARE_HAS_SECURE_ENTRY_FUNCS && ARM_SECURE_FIRMWARE && ARM
    default 0 if ARM_FIRMWARE_HAS_SECURE_ENTRY_FUNCS && ARM_SECURE_FIRMWARE && ARM
    depends on ARM_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.)