mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-22 20:38:03 +00:00
doc: Final, pre-release fixes and updates
A small set of misc changes to ensure correctness before the v2.2 release tagging. Change-Id: I888840b9483ea1a1633d204fbbc0f9594072101e Signed-off-by: Paul Beesley <paul.beesley@arm.com>
This commit is contained in:
parent
0c2f6854cc
commit
bbf0a1e434
6 changed files with 15 additions and 15 deletions
|
@ -54,13 +54,10 @@ tab_width = 8
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
|
|
||||||
|
|
||||||
# Adjustment for existing .rst files with different format
|
# Adjustment for ReStructuredText (RST) documentation
|
||||||
[*.{rst,md}]
|
[*.{rst}]
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
indent_style = space
|
indent_style = space
|
||||||
max_line_length = 180
|
|
||||||
# 180 only selected to prevent changes to existing text.
|
|
||||||
tab_width = 4
|
|
||||||
|
|
||||||
|
|
||||||
# Adjustment for python which prefers a different style
|
# Adjustment for python which prefers a different style
|
||||||
|
|
|
@ -6,7 +6,8 @@ Contributor Acknowledgements
|
||||||
specific contributors referred to in "Arm Limited and Contributors" copyright
|
specific contributors referred to in "Arm Limited and Contributors" copyright
|
||||||
notices. As contributors are now encouraged to put their name or company name
|
notices. As contributors are now encouraged to put their name or company name
|
||||||
directly into the copyright notices, this file is not relevant for new
|
directly into the copyright notices, this file is not relevant for new
|
||||||
contributions.
|
contributions. See the :ref:`License` document for the correct template to
|
||||||
|
use for new contributions.
|
||||||
|
|
||||||
- Linaro Limited
|
- Linaro Limited
|
||||||
- Marvell International Ltd.
|
- Marvell International Ltd.
|
||||||
|
|
|
@ -3,7 +3,7 @@ Feature Overview
|
||||||
|
|
||||||
This page provides an overview of the current |TF-A| feature set. For a full
|
This page provides an overview of the current |TF-A| feature set. For a full
|
||||||
description of these features and their implementation details, please see
|
description of these features and their implementation details, please see
|
||||||
:ref:`Firmware Design` and supporting documentation.
|
the documents that are part of the *Components* and *System Design* chapters.
|
||||||
|
|
||||||
The :ref:`Change Log & Release Notes` provides details of changes made since the
|
The :ref:`Change Log & Release Notes` provides details of changes made since the
|
||||||
last release.
|
last release.
|
||||||
|
@ -34,7 +34,7 @@ Current features
|
||||||
is also suitable for integration with other AArch32 EL3 Runtime Software,
|
is also suitable for integration with other AArch32 EL3 Runtime Software,
|
||||||
for example an AArch32 Secure OS.
|
for example an AArch32 Secure OS.
|
||||||
|
|
||||||
- A minimal AArch32 Secure Payload (SP\_MIN) to demonstrate |PSCI| library
|
- A minimal AArch32 Secure Payload (*SP_MIN*) to demonstrate |PSCI| library
|
||||||
integration with AArch32 EL3 Runtime Software.
|
integration with AArch32 EL3 Runtime Software.
|
||||||
|
|
||||||
- Secure Monitor library code such as world switching, EL1 context management
|
- Secure Monitor library code such as world switching, EL1 context management
|
||||||
|
@ -106,8 +106,8 @@ Still to come
|
||||||
|
|
||||||
- Refinements to Position Independent Executable (PIE) support.
|
- Refinements to Position Independent Executable (PIE) support.
|
||||||
|
|
||||||
- Refinements to the SPCI-based SPM implementation as the draft SPCI and SPRT
|
- Continued support for the draft SPCI specification, to enable the use of
|
||||||
specifications continue to evolve.
|
secure partition management in the secure world.
|
||||||
|
|
||||||
- Documentation enhancements.
|
- Documentation enhancements.
|
||||||
|
|
||||||
|
|
|
@ -19,8 +19,8 @@ Main maintainers
|
||||||
:G: `AlexeiFedorov`_
|
:G: `AlexeiFedorov`_
|
||||||
:M: Paul Beesley <paul.beesley@arm.com>
|
:M: Paul Beesley <paul.beesley@arm.com>
|
||||||
:G: `pbeesley-arm`_
|
:G: `pbeesley-arm`_
|
||||||
:M: John Tsichritzis <john.tsichritzis@arm.com>
|
:M: György Szing <gyorgy.szing@arm.com>
|
||||||
:G: `jts-arm`_
|
:G: `gyuri-szing`_
|
||||||
|
|
||||||
Allwinner ARMv8 platform port
|
Allwinner ARMv8 platform port
|
||||||
-----------------------------
|
-----------------------------
|
||||||
|
@ -287,10 +287,10 @@ Xilinx platform port
|
||||||
.. _etienne-lms: https://github.com/etienne-lms
|
.. _etienne-lms: https://github.com/etienne-lms
|
||||||
.. _glneo: https://github.com/glneo
|
.. _glneo: https://github.com/glneo
|
||||||
.. _grandpaul: https://github.com/grandpaul
|
.. _grandpaul: https://github.com/grandpaul
|
||||||
|
.. _gyuri-szing: https://github.com/gyuri-szing
|
||||||
.. _hzhuang1: https://github.com/hzhuang1
|
.. _hzhuang1: https://github.com/hzhuang1
|
||||||
.. _JackyBai: https://github.com/JackyBai
|
.. _JackyBai: https://github.com/JackyBai
|
||||||
.. _jenswi-linaro: https://github.com/jenswi-linaro
|
.. _jenswi-linaro: https://github.com/jenswi-linaro
|
||||||
.. _jts-arm: https://github.com/jts-arm
|
|
||||||
.. _jwerner-chromium: https://github.com/jwerner-chromium
|
.. _jwerner-chromium: https://github.com/jwerner-chromium
|
||||||
.. _kostapr: https://github.com/kostapr
|
.. _kostapr: https://github.com/kostapr
|
||||||
.. _ldts: https://github.com/ldts
|
.. _ldts: https://github.com/ldts
|
||||||
|
|
|
@ -1764,6 +1764,7 @@ Arm FVPs without shifted affinities, and that do not support threaded CPU cores
|
||||||
- ``FVP_Base_Cortex-A76AEx8``
|
- ``FVP_Base_Cortex-A76AEx8``
|
||||||
- ``FVP_Base_Cortex-A77x4`` (Version 11.7 build 36)
|
- ``FVP_Base_Cortex-A77x4`` (Version 11.7 build 36)
|
||||||
- ``FVP_Base_Neoverse-N1x4``
|
- ``FVP_Base_Neoverse-N1x4``
|
||||||
|
- ``FVP_Base_Zeusx4``
|
||||||
- ``FVP_CSS_SGI-575`` (Version 11.3 build 42)
|
- ``FVP_CSS_SGI-575`` (Version 11.3 build 42)
|
||||||
- ``FVP_CSS_SGM-775`` (Version 11.3 build 42)
|
- ``FVP_CSS_SGM-775`` (Version 11.3 build 42)
|
||||||
- ``FVP_RD_E1Edge`` (Version 11.3 build 42)
|
- ``FVP_RD_E1Edge`` (Version 11.3 build 42)
|
||||||
|
|
|
@ -86,6 +86,7 @@ CPU cores (64-bit host machine only).
|
||||||
- ``FVP_Base_Cortex-A76AEx4`` (Tested with internal model)
|
- ``FVP_Base_Cortex-A76AEx4`` (Tested with internal model)
|
||||||
- ``FVP_Base_Cortex-A76AEx8`` (Tested with internal model)
|
- ``FVP_Base_Cortex-A76AEx8`` (Tested with internal model)
|
||||||
- ``FVP_Base_Cortex-A77x4`` (Version 11.7 build 36)
|
- ``FVP_Base_Cortex-A77x4`` (Version 11.7 build 36)
|
||||||
|
- ``FVP_Base_Zeusx4``
|
||||||
- ``FVP_Base_Neoverse-N1x4`` (Tested with internal model)
|
- ``FVP_Base_Neoverse-N1x4`` (Tested with internal model)
|
||||||
- ``FVP_CSS_SGI-575`` (Version 11.3 build 42)
|
- ``FVP_CSS_SGI-575`` (Version 11.3 build 42)
|
||||||
- ``FVP_CSS_SGM-775`` (Version 11.3 build 42)
|
- ``FVP_CSS_SGM-775`` (Version 11.3 build 42)
|
||||||
|
@ -103,8 +104,8 @@ CPU cores (64-bit host machine only).
|
||||||
.. note::
|
.. note::
|
||||||
The ``FVP_Base_RevC-2xAEMv8A`` FVP only supports shifted affinities.
|
The ``FVP_Base_RevC-2xAEMv8A`` FVP only supports shifted affinities.
|
||||||
|
|
||||||
The *Foundation* FVP can be downloaded free of charge. The *Base* FVPs can be
|
The *Foundation* and *Base* FVPs can be downloaded free of charge. See the
|
||||||
licensed from Arm. See the `Arm FVP website`_.
|
`Arm FVP website`_.
|
||||||
|
|
||||||
All the above platforms have been tested with `Linaro Release 19.06`_.
|
All the above platforms have been tested with `Linaro Release 19.06`_.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue