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
e822372a
Commit
e822372a
authored
Apr 17, 2020
by
Mark Dykes
Committed by
TrustedFirmware Code Review
Apr 17, 2020
Browse files
Merge "doc: Fixup some SMCCC links" into integration
parents
6e186332
71ac931f
Changes
2
Hide whitespace changes
Inline
Side-by-side
docs/components/debugfs-design.rst
View file @
e822372a
...
...
@@ -78,7 +78,7 @@ 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
(`SMC Calling Convention`_), 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.
...
...
docs/design/firmware-design.rst
View file @
e822372a
...
...
@@ -544,7 +544,7 @@ It then replaces the exception vectors populated by BL1 with its own. BL31
exception
vectors
implement
more
elaborate
support
for
handling
SMCs
since
this
is
the
only
mechanism
to
access
the
runtime
services
implemented
by
BL31
(
PSCI
for
example
).
BL31
checks
each
SMC
for
validity
as
specified
by
the
`
SMC
Calling
Convention
PDD
`
_
before
passing
control
to
the
required
SMC
`
SMC
Calling
Convention
`
_
before
passing
control
to
the
required
SMC
handler
routine
.
BL31
programs
the
``
CNTFRQ_EL0
``
register
with
the
clock
frequency
of
the
system
...
...
@@ -2711,7 +2711,7 @@ kernel at boot time. These can be found in the ``fdts`` directory.
-
`
Power
State
Coordination
Interface
PDD
`
_
-
`
SMC
Calling
Convention
PDD
`
_
-
`
SMC
Calling
Convention
`
_
-
:
ref
:`
Interrupt
Management
Framework
`
...
...
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