mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-18 02:24:18 +00:00
Merge "feat(neoverse): enable NEOVERSE_Nx_EXTERNAL_LLC flag" into integration
This commit is contained in:
commit
c6bf15b4e4
4 changed files with 12 additions and 0 deletions
|
@ -73,3 +73,6 @@ ifneq ($(CSS_SGI_PLATFORM_VARIANT),0)
|
|||
endif
|
||||
|
||||
override CTX_INCLUDE_AARCH32_REGS := 0
|
||||
|
||||
# Enable the flag since RD-N1-EDGE has a system level cache
|
||||
NEOVERSE_Nx_EXTERNAL_LLC := 1
|
||||
|
|
|
@ -95,3 +95,6 @@ $(eval $(call TOOL_ADD_PAYLOAD,${NT_FW_CONFIG},--nt-fw-config))
|
|||
|
||||
override CTX_INCLUDE_AARCH32_REGS := 0
|
||||
override ENABLE_FEAT_AMU := 1
|
||||
|
||||
# Enable the flag since RD-N2 has a system level cache
|
||||
NEOVERSE_Nx_EXTERNAL_LLC := 1
|
||||
|
|
|
@ -63,3 +63,6 @@ ifneq ($(CSS_SGI_PLATFORM_VARIANT),0)
|
|||
$(error "CSS_SGI_PLATFORM_VARIANT for RD-V1 should always be 0, \
|
||||
currently set to ${CSS_SGI_PLATFORM_VARIANT}.")
|
||||
endif
|
||||
|
||||
# Enable the flag since RD-V1 has a system level cache
|
||||
NEOVERSE_Nx_EXTERNAL_LLC := 1
|
||||
|
|
|
@ -74,3 +74,6 @@ ifneq ($(CSS_SGI_PLATFORM_VARIANT),0)
|
|||
$(error "CSS_SGI_PLATFORM_VARIANT for RD-V1-MC should always be 0, \
|
||||
currently set to ${CSS_SGI_PLATFORM_VARIANT}.")
|
||||
endif
|
||||
|
||||
# Enable the flag since RD-V1-MC has a system level cache
|
||||
NEOVERSE_Nx_EXTERNAL_LLC := 1
|
||||
|
|
Loading…
Add table
Reference in a new issue