mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-26 06:50:10 +00:00
Merge "fix(arm/fpga): enable CPU features required for ARMv9.2 cores" into integration
This commit is contained in:
commit
ce64c650e8
1 changed files with 11 additions and 1 deletions
|
@ -33,7 +33,17 @@ $(eval $(call add_define,FPGA_PRELOADED_DTB_BASE))
|
|||
FPGA_PRELOADED_CMD_LINE := 0x1000
|
||||
$(eval $(call add_define,FPGA_PRELOADED_CMD_LINE))
|
||||
|
||||
ENABLE_FEAT_AMU := 2
|
||||
ENABLE_BRBE_FOR_NS := 2
|
||||
ENABLE_TRBE_FOR_NS := 2
|
||||
ENABLE_FEAT_AMU := 2
|
||||
ENABLE_FEAT_AMUv1p1 := 2
|
||||
ENABLE_FEAT_CSV2_2 := 2
|
||||
ENABLE_FEAT_ECV := 2
|
||||
ENABLE_FEAT_FGT := 2
|
||||
ENABLE_FEAT_HCX := 2
|
||||
ENABLE_MPAM_FOR_LOWER_ELS := 2
|
||||
ENABLE_SYS_REG_TRACE_FOR_NS := 2
|
||||
ENABLE_TRF_FOR_NS := 2
|
||||
|
||||
# Treating this as a memory-constrained port for now
|
||||
USE_COHERENT_MEM := 0
|
||||
|
|
Loading…
Add table
Reference in a new issue