arm-trusted-firmware/docs
Alexei Fedorov 9fc59639e6 Add support for Branch Target Identification
This patch adds the functionality needed for platforms to provide
Branch Target Identification (BTI) extension, introduced to AArch64
in Armv8.5-A by adding BTI instruction used to mark valid targets
for indirect branches. The patch sets new GP bit [50] to the stage 1
Translation Table Block and Page entries to denote guarded EL3 code
pages which will cause processor to trap instructions in protected
pages trying to perform an indirect branch to any instruction other
than BTI.
BTI feature is selected by BRANCH_PROTECTION option which supersedes
the previous ENABLE_PAUTH used for Armv8.3-A Pointer Authentication
and is disabled by default. Enabling BTI requires compiler support
and was tested with GCC versions 9.0.0, 9.0.1 and 10.0.0.
The assembly macros and helpers are modified to accommodate the BTI
instruction.
This is an experimental feature.
Note. The previous ENABLE_PAUTH build option to enable PAuth in EL3
is now made as an internal flag and BRANCH_PROTECTION flag should be
used instead to enable Pointer Authentication.
Note. USE_LIBROM=1 option is currently not supported.

Change-Id: Ifaf4438609b16647dc79468b70cd1f47a623362e
Signed-off-by: Alexei Fedorov <Alexei.Fedorov@arm.com>
2019-05-24 14:44:45 +01:00
..
components doc: Use proper note and warning annotations 2019-05-22 11:28:17 +01:00
design Add support for Branch Target Identification 2019-05-24 14:44:45 +01:00
getting_started Add support for Branch Target Identification 2019-05-24 14:44:45 +01:00
perf doc: Set correct syntax highlighting style 2019-05-22 11:28:17 +01:00
plat doc: Use proper note and warning annotations 2019-05-22 11:28:17 +01:00
process doc: Use proper note and warning annotations 2019-05-22 11:28:17 +01:00
resources doc: Reorganise images and update links 2019-05-22 11:28:17 +01:00
security_advisories doc: Set correct syntax highlighting style 2019-05-22 11:28:17 +01:00
Makefile doc: Add minimal Sphinx support 2019-05-21 12:31:25 +01:00
acknowledgements.rst doc: Refactor contributor acknowledgements 2019-05-22 11:28:17 +01:00
change-log.rst doc: Use proper note and warning annotations 2019-05-22 11:28:17 +01:00
conf.py doc: Add minimal glossary 2019-05-22 11:28:15 +01:00
global_substitutions.txt doc: Add minimal glossary 2019-05-22 11:28:15 +01:00
glossary.rst doc: Add minimal glossary 2019-05-22 11:28:15 +01:00
index.rst doc: Use proper note and warning annotations 2019-05-22 11:28:17 +01:00
license.rst doc: Move content out of readme and create new index page 2019-05-21 15:05:58 +01:00
maintainers.rst doc: Reword document titles 2019-05-22 11:20:39 +01:00