fix(spm): add ARM_ARCH_MAJOR option
Add ARM_ARCH_MAJOR=8 option to SPM tf configs already specifying
ARM_ARCH_MINOR=5. This is to avoid any ambiguity on the architectural
major version in particular when one or both the options is forced by
the build flow of platform.
Signed-off-by: Olivier Deprez <olivier.deprez@arm.com>
Change-Id: I7be6dfabbc230a4d08242dae834689ebc84567b8
diff --git a/tf_config/fvp-spm-report-ctx-mem-use b/tf_config/fvp-spm-report-ctx-mem-use
index 886956c..5293356 100644
--- a/tf_config/fvp-spm-report-ctx-mem-use
+++ b/tf_config/fvp-spm-report-ctx-mem-use
@@ -3,6 +3,7 @@
SPD=spmd
SPMD_SPM_AT_SEL2=1
CTX_INCLUDE_EL2_REGS=1
+ARM_ARCH_MAJOR=8
ARM_ARCH_MINOR=5
CTX_INCLUDE_PAUTH_REGS=1
ENABLE_FEAT_MTE2=1