Skip to content

Commit

Permalink
skiboot: Document P9 possible flags to OPAL_REINIT_CPUS
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Black <daniel.black@au.ibm.com>
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
  • Loading branch information
grooverdan authored and stewartsmith committed Sep 19, 2017
1 parent 4b22457 commit 0f1159e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion doc/opal-api/opal-reinit-cpus-70.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ Currently, possible flags are: ::
enum {
OPAL_REINIT_CPUS_HILE_BE = (1 << 0),
OPAL_REINIT_CPUS_HILE_LE = (1 << 1),
OPAL_REINIT_CPUS_MMU_HASH = (1 << 2),
OPAL_REINIT_CPUS_MMU_RADIX = (1 << 3),
};

Extra flags may be added in the future, so other bits *must* be 0.
Expand All @@ -25,7 +27,8 @@ flags will return OPAL_UNSUPPORTED.
On POWER8 CPUs, only OPAL_REINIT_CPUS_HILE_BE and OPAL_REINIT_CPUS_HILE_LE
are support and other bits *MUST NOT* be set.

On POWER9 CPUs, other flags may be supported in the future.
On POWER9 CPUs, all options including OPAL_REINIT_CPUS_MMU_HASH and
OPAL_REINIT_CPUS_MMU_RADIX.

Returns
-------
Expand Down

0 comments on commit 0f1159e

Please sign in to comment.