aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMark Dykes <mardyk01@review.trustedfirmware.org>2020-02-12 16:44:26 +0000
committerTrustedFirmware Code Review <review@review.trustedfirmware.org>2020-02-12 16:44:26 +0000
commit51d72d3adbc4a2f97f3dd9f2e80bd7f64596c06e (patch)
tree764f2faaeea9a0ae354529e0bccb5fa0a603a3f5 /docs
parent78fcbd65be86dbef25512d9a8bcb1ece3989d27b (diff)
parent3ac82b258eb106be97e34915b7e72ca54175b281 (diff)
downloadplatform_external_arm-trusted-firmware-51d72d3adbc4a2f97f3dd9f2e80bd7f64596c06e.tar.gz
platform_external_arm-trusted-firmware-51d72d3adbc4a2f97f3dd9f2e80bd7f64596c06e.tar.bz2
platform_external_arm-trusted-firmware-51d72d3adbc4a2f97f3dd9f2e80bd7f64596c06e.zip
Merge "doc: debugfs remove references section and add topic to components index" into integration
Diffstat (limited to 'docs')
-rw-r--r--docs/components/debugfs-design.rst23
-rw-r--r--docs/components/index.rst1
2 files changed, 9 insertions, 15 deletions
diff --git a/docs/components/debugfs-design.rst b/docs/components/debugfs-design.rst
index 06916f3d9..8ce1ba6a7 100644
--- a/docs/components/debugfs-design.rst
+++ b/docs/components/debugfs-design.rst
@@ -15,8 +15,9 @@ Virtual filesystem
------------------
The core functionality lies in a virtual file system based on a 9p file server
-interface (`Notes on the Plan 9 Kernel Source`_). The implementation permits
-exposing virtual files, firmware drivers, and file blobs.
+interface (`Notes on the Plan 9 Kernel Source`_ and
+`Linux 9p remote filesystem protocol`_).
+The implementation permits exposing virtual files, firmware drivers, and file blobs.
Namespace
~~~~~~~~~
@@ -77,10 +78,10 @@ SMC interface
-------------
The communication with the 9p layer in BL31 is made through an SMC conduit
-(`SMC Calling Convention PDD`_), using a specific SiP Function Id. An NS shared
-buffer is used to pass path string parameters, or e.g. to exchange data on a
-read operation. Refer to `ARM SiP Services`_ for a description of the SMC
-interface.
+(`SMC Calling Convention PDD`_), using a specific SiP Function Id. An NS
+shared buffer is used to pass path string parameters, or e.g. to exchange
+data on a read operation. Refer to `ARM SiP Services`_ for a description
+of the SMC interface.
Security considerations
-----------------------
@@ -114,17 +115,9 @@ The SMC interface is accessible from an NS environment, that is:
- a Linux kernel driver running at NS-EL1
- a Linux userspace application through the kernel driver
-References
-----------
-
-.. [#] `SMC Calling Convention PDD`_
-.. [#] `Notes on the Plan 9 Kernel Source`_
-.. [#] `Linux 9p remote filesystem protocol`_
-.. [#] `ARM SiP Services`_
-
--------------
-*Copyright (c) 2019, Arm Limited and Contributors. All rights reserved.*
+*Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved.*
.. _SMC Calling Convention PDD: http://infocenter.arm.com/help/topic/com.arm.doc.den0028b/
.. _Notes on the Plan 9 Kernel Source: http://lsub.org/who/nemo/9.pdf
diff --git a/docs/components/index.rst b/docs/components/index.rst
index 6a6b1b0d5..ae78b2bd1 100644
--- a/docs/components/index.rst
+++ b/docs/components/index.rst
@@ -8,6 +8,7 @@ Components
spd/index
arm-sip-service
+ debugfs-design
exception-handling
fconf
firmware-update