arm-trusted-firmware/docs/getting_started
Manish V Badarkhe 7ff088d1f0 Enable MTE support
Enable MTE support by adding memory tag option in Makefile
This option is available only when ARMv8.5-MemTag is implemented

MTE options are added in latest clang and armclang compiler which
support below options:
for clang <version 11.0.0>
1. -march=arm8.5-a+memtag
2. -fsanitize=memtag

for armclang <version 6.12>
1. -march=arm8.5-a+memtag
2. -mmemtag-stack

Set the option SUPPORT_STACK_MEMTAG=yes to enable memory stack tagging.

Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com>
Change-Id: I4e0bbde4e9769ce03ead6f550158e22f32c1c413
2020-04-01 16:40:16 +02:00
..
build-options.rst Enable MTE support 2020-04-01 16:40:16 +02:00
docs-build.rst Add support for documentation build as a target in Makefile 2020-01-29 06:26:09 -06:00
image-terminology.rst doc: Misc syntax and spelling fixes 2019-10-11 12:39:06 +00:00
index.rst doc: Split the User Guide into multiple files 2019-11-27 10:45:54 +00:00
initial-build.rst Set lld as the default linker for Clang builds 2020-01-17 16:48:18 +00:00
porting-guide.rst Fix warnings in porting-guide.rst 2020-03-26 15:24:23 +00:00
prerequisites.rst Necessary fix in drivers to upgrade to mbedtls-2.18.0 2020-03-08 00:33:10 -06:00
psci-lib-integration-guide.rst doc: Convert internal links to RST format 2019-10-08 15:58:03 +00:00
rt-svc-writers-guide.rst Changes to support updated register usage in SMCCC v1.2 2019-11-26 12:56:30 -06:00
tools-build.rst docs: Update docs with firmware encryption feature 2020-03-09 20:48:17 +05:30