Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
51d72d3a
Commit
51d72d3a
authored
Feb 12, 2020
by
Mark Dykes
Committed by
TrustedFirmware Code Review
Feb 12, 2020
Browse files
Merge "doc: debugfs remove references section and add topic to components index" into integration
parents
78fcbd65
3ac82b25
Changes
2
Hide whitespace changes
Inline
Side-by-side
docs/components/debugfs-design.rst
View file @
51d72d3a
...
...
@@ -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
...
...
docs/components/index.rst
View file @
51d72d3a
...
...
@@ -8,6 +8,7 @@ Components
spd/index
arm-sip-service
debugfs-design
exception-handling
fconf
firmware-update
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment