Commit a83d8d2c authored by Sandrine Bailleux's avatar Sandrine Bailleux Committed by TrustedFirmware Code Review
Browse files

Merge changes from topic "jts/reword" into integration

* changes:
  docs: removing references to GitHub
  Change checkpatch.conf after migration to tf.org
parents 2cbeee4d d012c012
...@@ -43,10 +43,6 @@ ...@@ -43,10 +43,6 @@
# Commit messages might contain a Gerrit Change-Id. # Commit messages might contain a Gerrit Change-Id.
--ignore GERRIT_CHANGE_ID --ignore GERRIT_CHANGE_ID
# Do not check the format of commit messages, as Github's merge commits do not
# observe it.
--ignore GIT_COMMIT_ID
# FILE_PATH_CHANGES reports this kind of message: # FILE_PATH_CHANGES reports this kind of message:
# "added, moved or deleted file(s), does MAINTAINERS need updating?" # "added, moved or deleted file(s), does MAINTAINERS need updating?"
# We do not use this MAINTAINERS file process in TF. # We do not use this MAINTAINERS file process in TF.
......
...@@ -1626,7 +1626,7 @@ New features ...@@ -1626,7 +1626,7 @@ New features
- `Power Domain Topology Design`_ - `Power Domain Topology Design`_
- Applied the new image terminology to the code base and documentation, as - Applied the new image terminology to the code base and documentation, as
described on the `TF-A wiki on GitHub`_. described in the `image terminology document`_.
- The build system has been reworked to improve readability and facilitate - The build system has been reworked to improve readability and facilitate
adding future extensions. adding future extensions.
...@@ -2420,7 +2420,7 @@ releases of TF-A. ...@@ -2420,7 +2420,7 @@ releases of TF-A.
-------------- --------------
*Copyright (c) 2013-2018, Arm Limited and Contributors. All rights reserved.* *Copyright (c) 2013-2019, Arm Limited and Contributors. All rights reserved.*
.. _SDEI Specification: http://infocenter.arm.com/help/topic/com.arm.doc.den0054a/ARM_DEN0054A_Software_Delegated_Exception_Interface.pdf .. _SDEI Specification: http://infocenter.arm.com/help/topic/com.arm.doc.den0054a/ARM_DEN0054A_Software_Delegated_Exception_Interface.pdf
.. _PSCI Integration Guide: ./getting_started/psci-lib-integration-guide.rst .. _PSCI Integration Guide: ./getting_started/psci-lib-integration-guide.rst
...@@ -2431,7 +2431,7 @@ releases of TF-A. ...@@ -2431,7 +2431,7 @@ releases of TF-A.
.. _Firmware Design: ./design/firmware-design.rst .. _Firmware Design: ./design/firmware-design.rst
.. _TF-A Reset Design: ./design/reset-design.rst .. _TF-A Reset Design: ./design/reset-design.rst
.. _Power Domain Topology Design: ./design/psci-pd-tree.rst .. _Power Domain Topology Design: ./design/psci-pd-tree.rst
.. _TF-A wiki on GitHub: https://github.com/ARM-software/arm-trusted-firmware/wiki/ARM-Trusted-Firmware-Image-Terminology .. _image terminology document: ./getting_started/image-terminology.rst
.. _Authentication Framework: ./design/auth-framework.rst .. _Authentication Framework: ./design/auth-framework.rst
.. _OP-TEE Dispatcher: ./spd/optee-dispatcher.rst .. _OP-TEE Dispatcher: ./spd/optee-dispatcher.rst
.. _tf-issue#501: https://github.com/ARM-software/tf-issues/issues/501 .. _tf-issue#501: https://github.com/ARM-software/tf-issues/issues/501
......
...@@ -392,11 +392,11 @@ This is only allowed if the image is not being executed. ...@@ -392,11 +392,11 @@ This is only allowed if the image is not being executed.
-------------- --------------
*Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved.* *Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved.*
.. _Trusted Board Boot: ../design/trusted-board-boot.rst .. _Trusted Board Boot: ../design/trusted-board-boot.rst
.. _Porting Guide: ../getting_started/porting-guide.rst .. _Porting Guide: ../getting_started/porting-guide.rst
.. _here: https://github.com/ARM-software/arm-trusted-firmware/wiki/ARM-Trusted-Firmware-Image-Terminology .. _here: ../getting_started/image-terminology.rst
.. _Authentication Framework Design: ../design/auth-framework.rst .. _Authentication Framework Design: ../design/auth-framework.rst
.. _Universally Unique Identifier: https://tools.ietf.org/rfc/rfc4122.txt .. _Universally Unique Identifier: https://tools.ietf.org/rfc/rfc4122.txt
......
Arm Versatile Express Arm Versatile Express
===================== =====================
Versatile Express (VE) family development platform provides an Versatile Express (VE) family development platform provides an ultra fast
ultra fast environment for prototyping arm-v7 System-on-Chip designs. environment for prototyping Armv7 System-on-Chip designs. VE Fixed Virtual
VE Fixed Virtual Platforms (FVP) are simulations of Versatile Express boards. Platforms (FVP) are simulations of Versatile Express boards. The platform in
The platform in arm-trusted-firmware has been verified with Arm Cortex-A5 Trusted Firmware-A has been verified with Arm Cortex-A5 and Cortex-A7 VE FVP's.
and Cortex-A7 VE FVP's. This platform is tested on and only expected to work This platform is tested on and only expected to work with single core models.
with single core models.
Boot Sequence Boot Sequence
------------- -------------
...@@ -20,7 +19,7 @@ Code Locations ...@@ -20,7 +19,7 @@ Code Locations
~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~
- `U-boot <https://git.linaro.org/landing-teams/working/arm/u-boot.git>`__ - `U-boot <https://git.linaro.org/landing-teams/working/arm/u-boot.git>`__
- `arm-trusted-firmware <https://github.com/ARM-software/arm-trusted-firmware>`__ - `Trusted Firmware-A <https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git>`__
Build Procedure Build Procedure
~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~
...@@ -71,7 +70,7 @@ Run Procedure ...@@ -71,7 +70,7 @@ Run Procedure
~~~~~~~~~~~~~ ~~~~~~~~~~~~~
The following model parameters should be used to boot Linux using the build of The following model parameters should be used to boot Linux using the build of
arm-trusted-firmware-a made using the above make commands: Trusted Firmware-A made using the above make commands:
.. code:: shell .. code:: shell
......
...@@ -20,18 +20,19 @@ introduced to replace it. In case the migration to the new interface is trivial, ...@@ -20,18 +20,19 @@ introduced to replace it. In case the migration to the new interface is trivial,
the contributor of the change is expected to make good effort to migrate the the contributor of the change is expected to make good effort to migrate the
upstream platforms to the new interface. upstream platforms to the new interface.
The `Release information`_ documents the deprecated interfaces and the intended The deprecated interfaces are listed inside `Release information`_ as well as
release after which it will be removed. When an interface is deprecated, the the release after which each one will be removed. When an interface is
page must be updated to indicate the release after which the interface will be deprecated, the page must be updated to indicate the release after which the
removed. This must be at least 1 full release cycle in future. For non-trivial interface will be removed. This must be at least 1 full release cycle in future.
interface changes, a `tf-issue`_ should be posted to notify platforms that they For non-trivial interface changes, an email should be sent out to the `TF-A
should migrate away from the deprecated interfaces. Platforms are expected to public mailing list`_ to notify platforms that they should migrate away from the
migrate before the removal of the deprecated interface. deprecated interfaces. Platforms are expected to migrate before the removal of
the deprecated interface.
-------------- --------------
*Copyright (c) 2018, Arm Limited and Contributors. All rights reserved.* *Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved.*
.. _Porting Guide: ../getting_started/porting-guide.rst .. _Porting Guide: ../getting_started/porting-guide.rst
.. _Release information: https://github.com/ARM-software/arm-trusted-firmware/wiki/TF-A-Release-information#removal-of-deprecated-interfaces .. _Release information: ./release-information.rst#removal-of-deprecated-interfaces
.. _tf-issue: https://github.com/ARM-software/tf-issues/issues .. _TF-A public mailing list: https://lists.trustedfirmware.org/mailman/listinfo/tf-a
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment