mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 09:34:18 +00:00
feat(neoverse-rd): disable SPMD_SPM_AT_SEL2 for A75/V1/N1 platforms
SPMD_SPM_AT_SEL2 is enabled by default for platforms. As the platforms based on A75/V1/N1 CPUs don't use SPMD_SPM_AT_SEL2, set its value to 0. Signed-off-by: Rohit Mathew <rohit.mathew@arm.com> Change-Id: I59703ddd769f61778ea06cc183e1b163369281f1
This commit is contained in:
parent
fed9368529
commit
b9c32730e5
4 changed files with 5 additions and 0 deletions
|
@ -74,6 +74,7 @@ ifneq ($(NRD_PLATFORM_VARIANT),0)
|
|||
endif
|
||||
|
||||
override CTX_INCLUDE_AARCH32_REGS := 0
|
||||
override SPMD_SPM_AT_SEL2 := 0
|
||||
|
||||
# Enable the flag since RD-N1-EDGE has a system level cache
|
||||
NEOVERSE_Nx_EXTERNAL_LLC := 1
|
||||
|
|
|
@ -59,6 +59,7 @@ $(eval $(call TOOL_ADD_PAYLOAD,${NT_FW_CONFIG},--nt-fw-config,${NT_FW_CONFIG}))
|
|||
|
||||
override CTX_INCLUDE_AARCH32_REGS := 0
|
||||
override ENABLE_FEAT_AMU := 2
|
||||
override SPMD_SPM_AT_SEL2 := 0
|
||||
|
||||
ifneq ($(NRD_PLATFORM_VARIANT),0)
|
||||
$(error "NRD_PLATFORM_VARIANT for RD-V1 should always be 0, \
|
||||
|
|
|
@ -70,6 +70,7 @@ $(eval $(call TOOL_ADD_PAYLOAD,${NT_FW_CONFIG},--nt-fw-config,${NT_FW_CONFIG}))
|
|||
|
||||
override CTX_INCLUDE_AARCH32_REGS := 0
|
||||
override ENABLE_FEAT_AMU := 2
|
||||
override SPMD_SPM_AT_SEL2 := 0
|
||||
|
||||
ifneq ($(NRD_PLATFORM_VARIANT),0)
|
||||
$(error "NRD_PLATFORM_VARIANT for RD-V1-MC should always be 0, \
|
||||
|
|
|
@ -66,3 +66,5 @@ ifneq ($(NRD_PLATFORM_VARIANT),0)
|
|||
$(error "NRD_PLATFORM_VARIANT for SGI575 should always be 0,\
|
||||
currently set to ${NRD_PLATFORM_VARIANT}.")
|
||||
endif
|
||||
|
||||
override SPMD_SPM_AT_SEL2 := 0
|
||||
|
|
Loading…
Add table
Reference in a new issue