diff options
author | danh-arm <dan.handley@arm.com> | 2017-08-14 16:03:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-14 16:03:35 +0100 |
commit | ebab98317085075a1985a4b2747b3e7c240543fd (patch) | |
tree | 0c9bc5847033b328e5dbbf568b0155c97a01b5c6 /docs/user-guide.rst | |
parent | 96ef670aeb8df5146d5cbba660dfdbf18daad65f (diff) | |
parent | 6feb9e8854cbe551113d167cda5a275663196e0a (diff) | |
download | platform_external_arm-trusted-firmware-ebab98317085075a1985a4b2747b3e7c240543fd.tar.gz platform_external_arm-trusted-firmware-ebab98317085075a1985a4b2747b3e7c240543fd.tar.bz2 platform_external_arm-trusted-firmware-ebab98317085075a1985a4b2747b3e7c240543fd.zip |
Merge pull request #1049 from sandrine-bailleux-arm/sb/xlat-lib-v2-doc
Add documentation of the xlat tables library V2
Diffstat (limited to 'docs/user-guide.rst')
-rw-r--r-- | docs/user-guide.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/user-guide.rst b/docs/user-guide.rst index 99625e438..199f91249 100644 --- a/docs/user-guide.rst +++ b/docs/user-guide.rst @@ -73,6 +73,10 @@ In addition, the following optional packages and tools may be needed: - For debugging, ARM `Development Studio 5 (DS-5)`_. +- To create and modify the diagram files included in the documentation, `Dia`_. + This tool can be found in most Linux distributions. Inkscape is needed to + generate the actual *.png files. + Getting the Trusted Firmware source code ---------------------------------------- @@ -1739,6 +1743,7 @@ wakeup interrupt from RTC. .. _Instructions for using Linaro's deliverables on Juno: https://community.arm.com/dev-platforms/b/documents/posts/using-linaros-deliverables-on-juno .. _ARM Platforms Portal: https://community.arm.com/dev-platforms/ .. _Development Studio 5 (DS-5): http://www.arm.com/products/tools/software-tools/ds-5/index.php +.. _Dia: https://wiki.gnome.org/Apps/Dia/Download .. _here: psci-lib-integration-guide.rst .. _Trusted Board Boot: trusted-board-boot.rst .. _Secure-EL1 Payloads and Dispatchers: firmware-design.rst#user-content-secure-el1-payloads-and-dispatchers |