diff options
author | Douglas Raillard <douglas.raillard@arm.com> | 2017-06-28 16:14:55 +0100 |
---|---|---|
committer | Douglas Raillard <douglas.raillard@arm.com> | 2017-06-29 11:48:05 +0100 |
commit | 668c5022e5edf6edf36180d04e9ef271829c94b5 (patch) | |
tree | b6f96f94e657f189abb6d1f901b1db20fd827472 /docs/user-guide.rst | |
parent | 6f62574767546b11199142b1b577a86571051c40 (diff) | |
download | platform_external_arm-trusted-firmware-668c5022e5edf6edf36180d04e9ef271829c94b5.tar.gz platform_external_arm-trusted-firmware-668c5022e5edf6edf36180d04e9ef271829c94b5.tar.bz2 platform_external_arm-trusted-firmware-668c5022e5edf6edf36180d04e9ef271829c94b5.zip |
Manual fixes to reST documentations
Non-automated fixes to the converted documentation.
Change-Id: I61f3d37c7a8d6a56a7351048060b970c5b3751e4
Signed-off-by: Douglas Raillard <douglas.raillard@arm.com>
Diffstat (limited to 'docs/user-guide.rst')
-rw-r--r-- | docs/user-guide.rst | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/user-guide.rst b/docs/user-guide.rst index 6962cb672..b9ae92fc0 100644 --- a/docs/user-guide.rst +++ b/docs/user-guide.rst @@ -725,7 +725,7 @@ ignored as the linker is called directly. It is also possible to introduce an infinite loop to help in debugging the post-BL2 phase of the Trusted Firmware. This can be done by rebuilding BL1 with -the ``SPIN_ON_BL1_EXIT=1`` build flag. Refer to the "Summary of build options" +the ``SPIN_ON_BL1_EXIT=1`` build flag. Refer to the `Summary of build options`_ section. In this case, the developer may take control of the target using a debugger when indicated by the console output. When using DS-5, the following commands can be used: @@ -1721,9 +1721,7 @@ wakeup interrupt from RTC. .. _Linaro Release Notes: https://community.arm.com/tools/dev-platforms/b/documents/posts/linaro-release-notes-deprecated .. _Linaro instructions: https://community.arm.com/dev-platforms/b/documents/posts/instructions-for-using-the-linaro-software-deliverables .. _Development Studio 5 (DS-5): http://www.arm.com/products/tools/software-tools/ds-5/index.php -.. _Summary of build options: #user-content-summary-of-build-options .. _here: ./psci-lib-integration-guide.rst -.. _Building the Test Secure Payload: #user-content-building-the-test-secure-payload .. _Trusted Board Boot: trusted-board-boot.rst .. _Secure-EL1 Payloads and Dispatchers: firmware-design.rst#user-content-secure-el1-payloads-and-dispatchers .. _Firmware Update: ./firmware-update.rst |