feat(neoverse-rd): disable SPMD_SPM_AT_SEL2 for N2/V2 platforms

SPMD_SPM_AT_SEL2 is enabled by default for platforms. As the platforms
based on N2/V2 CPUs don't use SPMD_SPM_AT_SEL2, set its value to 0.

Signed-off-by: Rohit Mathew <rohit.mathew@arm.com>
Change-Id: Ib503c5552e2b8fee928b2392ba40805664d857d7
This commit is contained in:
Rohit Mathew 2024-04-03 20:49:26 +01:00
parent 2cfedfad9c
commit 301c01748e

View file

@ -106,6 +106,7 @@ endif
override CTX_INCLUDE_AARCH32_REGS := 0 override CTX_INCLUDE_AARCH32_REGS := 0
override ENABLE_FEAT_AMU := 2 override ENABLE_FEAT_AMU := 2
override ENABLE_FEAT_MTE2 := 2 override ENABLE_FEAT_MTE2 := 2
override SPMD_SPM_AT_SEL2 := 0
# Enable the flag since RD-N2 has a system level cache # Enable the flag since RD-N2 has a system level cache
NEOVERSE_Nx_EXTERNAL_LLC := 1 NEOVERSE_Nx_EXTERNAL_LLC := 1