Commit 3ac82b25 authored by Olivier Deprez's avatar Olivier Deprez
Browse files

doc: debugfs remove references section and add topic to components index


Signed-off-by: default avatarOlivier Deprez <olivier.deprez@arm.com>
Change-Id: I8c2e6dc98f2f30a81f4f80cc0ca1232fed7a53c9
parent fa764c86
...@@ -15,8 +15,9 @@ Virtual filesystem ...@@ -15,8 +15,9 @@ Virtual filesystem
------------------ ------------------
The core functionality lies in a virtual file system based on a 9p file server 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 interface (`Notes on the Plan 9 Kernel Source`_ and
exposing virtual files, firmware drivers, and file blobs. `Linux 9p remote filesystem protocol`_).
The implementation permits exposing virtual files, firmware drivers, and file blobs.
Namespace Namespace
~~~~~~~~~ ~~~~~~~~~
...@@ -77,10 +78,10 @@ SMC interface ...@@ -77,10 +78,10 @@ SMC interface
------------- -------------
The communication with the 9p layer in BL31 is made through an SMC conduit 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 (`SMC Calling Convention PDD`_), using a specific SiP Function Id. An NS
buffer is used to pass path string parameters, or e.g. to exchange data on a shared buffer is used to pass path string parameters, or e.g. to exchange
read operation. Refer to `ARM SiP Services`_ for a description of the SMC data on a read operation. Refer to `ARM SiP Services`_ for a description
interface. of the SMC interface.
Security considerations Security considerations
----------------------- -----------------------
...@@ -114,17 +115,9 @@ The SMC interface is accessible from an NS environment, that is: ...@@ -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 kernel driver running at NS-EL1
- a Linux userspace application through the kernel driver - 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/ .. _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 .. _Notes on the Plan 9 Kernel Source: http://lsub.org/who/nemo/9.pdf
......
...@@ -8,6 +8,7 @@ Components ...@@ -8,6 +8,7 @@ Components
spd/index spd/index
arm-sip-service arm-sip-service
debugfs-design
exception-handling exception-handling
firmware-update firmware-update
platform-interrupt-controller-API platform-interrupt-controller-API
......
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