The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_SOC_FVP_AEMV8R_EL2_INIT

ARM FVP AEMv8R EL2 Initialization

Type: bool

Help

Initialize MPIDR_EL1 in z_arm64_el2_plat_init. It's necessary
when zephyr brings up secondary core without TB-R support.

Direct dependencies

SOC_FAMILY_ARM64

(Includes any dependencies from ifs and menus.)

Default

  • n

Kconfig definition

At soc/arm64/arm/fvp_aemv8r/Kconfig.soc:26

Included via Kconfig:8Kconfig.zephyr:38soc/Kconfig:18soc/arm64/arm/Kconfig:15

Menu path: (Top) → Hardware Configuration

config SOC_FVP_AEMV8R_EL2_INIT
    bool "ARM FVP AEMv8R EL2 Initialization"
    default n
    depends on SOC_FAMILY_ARM64
    help
      Initialize MPIDR_EL1 in z_arm64_el2_plat_init. It's necessary
      when zephyr brings up secondary core without TB-R support.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)