TFTF: Use MTE instructions in 'test_mte_instructions' test
This patch replaces '.inst' AArch64 machine directives with CPU
Memory Tagging Extension instructions in 'test_mte_instructions'
function. The test code for executing MTE instructions must be
compiled with '-march=armv8.5-memtag' option which is provided
by setting 'ARM_ARCH_FEATURE=memtag' and 'ARM_ARCH_MINOR=5'
build flags in 'tftf_config/fvp-cpu-extensions' when this CI
configuration is built separately. Otherwise this compiler's
option must be specified explicitly.
Signed-off-by: Alexei Fedorov <Alexei.Fedorov@arm.com>
Change-Id: I90f1381733113798069bf77d3a03fcb284607fe5
1 file changed