Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
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
b189a206
Commit
b189a206
authored
5 years ago
by
Sandrine Bailleux
Committed by
TrustedFirmware Code Review
5 years ago
Browse files
Options
Download
Plain Diff
Merge "Fix docs references to header files" into integration
parents
af9ae7cf
ce8dc187
master
v2.5
v2.5-rc1
v2.5-rc0
v2.4
v2.4-rc2
v2.4-rc1
v2.4-rc0
v2.3
v2.3-rc2
v2.3-rc1
v2.3-rc0
v2.2
v2.2-rc2
v2.2-rc1
v2.2-rc0
arm_cca_v0.2
arm_cca_v0.1
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/psci-lib-integration-guide.rst
+5
-5
docs/psci-lib-integration-guide.rst
with
5 additions
and
5 deletions
+5
-5
docs/psci-lib-integration-guide.rst
View file @
b189a206
...
...
@@ -127,7 +127,7 @@ PSCI Library Interface
----------------------
The PSCI library implements the `PSCI Specification`_. The interfaces
to this library are declared in ``psci.h`` and are as listed below:
to this library are declared in ``psci
_lib
.h`` and are as listed below:
.. code:: c
...
...
@@ -186,7 +186,7 @@ Interface : psci_setup()
This function is to be called by the primary CPU during cold boot before
any other interface to the PSCI library. It takes ``lib_args``, a const pointer
to ``psci_lib_args_t``, as the argument. The ``psci_lib_args_t`` is a versioned
structure and is declared in ``psci.h`` header as follows:
structure and is declared in ``psci
_lib
.h`` header as follows:
.. code:: c
...
...
@@ -200,9 +200,9 @@ structure and is declared in ``psci.h`` header as follows:
The first field ``h``, of ``param_header_t`` type, provides the version
information. The second field ``mailbox_ep`` is the warm boot entrypoint address
and is used to configure the platform mailbox. Helper macros are provided in
psci
.h
to construct the ``lib_args`` argument statically or during
runtime. Prior
to calling the ``psci_setup()`` interface, the platform setup for
cold boot
must have completed. Major actions performed by this interface are:
``
psci
_lib.h``
to construct the ``lib_args`` argument statically or during
runtime. Prior
to calling the ``psci_setup()`` interface, the platform setup for
cold boot
must have completed. Major actions performed by this interface are:
- Initializes architecture.
- Initializes PSCI power domain and state coordination data structures.
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help