mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-27 15:24:54 +00:00
Merge "Fix docs references to header files" into integration
This commit is contained in:
commit
b189a20613
1 changed files with 5 additions and 5 deletions
|
@ -127,7 +127,7 @@ PSCI Library Interface
|
||||||
----------------------
|
----------------------
|
||||||
|
|
||||||
The PSCI library implements the `PSCI Specification`_. The interfaces
|
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
|
.. code:: c
|
||||||
|
|
||||||
|
@ -186,7 +186,7 @@ Interface : psci_setup()
|
||||||
This function is to be called by the primary CPU during cold boot before
|
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
|
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
|
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
|
.. 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
|
The first field ``h``, of ``param_header_t`` type, provides the version
|
||||||
information. The second field ``mailbox_ep`` is the warm boot entrypoint address
|
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
|
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
|
``psci_lib.h`` to construct the ``lib_args`` argument statically or during
|
||||||
to calling the ``psci_setup()`` interface, the platform setup for cold boot
|
runtime. Prior to calling the ``psci_setup()`` interface, the platform setup for
|
||||||
must have completed. Major actions performed by this interface are:
|
cold boot must have completed. Major actions performed by this interface are:
|
||||||
|
|
||||||
- Initializes architecture.
|
- Initializes architecture.
|
||||||
- Initializes PSCI power domain and state coordination data structures.
|
- Initializes PSCI power domain and state coordination data structures.
|
||||||
|
|
Loading…
Add table
Reference in a new issue