CONFIG_SOC_FVP_AEMV8R_EL2_INIT¶
ARM FVP AEMv8R EL2 Initialization
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.
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 || SOC_FAMILY_ARM64
(Includes any dependencies from ifs and menus.)
Defaults¶
- n 
- n 
Kconfig definitions¶
At <Zephyr SoC>/arm64/arm/fvp_aemv8r/Kconfig.soc:26
Included via Kconfig:8 → Kconfig.zephyr:38 → <Zephyr SoC>/Kconfig:15 → <BuildDir>/kconfig/Kconfig.soc.arch:2 → <Zephyr SoC>/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.
At <Zephyr SoC>/arm64/arm/fvp_aemv8r/Kconfig.soc:26
Included via Kconfig:8 → Kconfig.zephyr:38 → <Zephyr SoC>/Kconfig:18 → <Zephyr SoC>/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.)