Commit a08604c6 authored by Mykola Kvach's avatar Mykola Kvach Committed by Fabio Baltieri
Browse files

boards: arm64: enable ARMV8_A_NS by default for R-Car boards



We need to enable this configuration for all R-Car ARM64 boards.
First and foremost, we definitely should run Zephyr on the boards
in the NS-EL1 state. The EL3 is used for TF-A, EL2 is used for
U-Boot, and Xen in the case when we run Zephyr as Dom-0. The S-EL1
is used for OP-Tee, and S-EL0 is used for OP-Tee apps.

Signed-off-by: default avatarMykola Kvach <mykola_kvach@epam.com>
parent b173c21d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@ CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=8300000
CONFIG_XIP=n

CONFIG_MAX_XLAT_TABLES=24
CONFIG_ARMV8_A_NS=y

# Enable console
CONFIG_CONSOLE=y
+1 −0
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@ CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=8300000
CONFIG_XIP=n

CONFIG_MAX_XLAT_TABLES=24
CONFIG_ARMV8_A_NS=y

# Enable console
CONFIG_CONSOLE=y