diff options
author | Pridhiviraj Paidipeddi <ppaidipe@linux.vnet.ibm.com> | 2018-03-01 22:33:20 +0530 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2018-03-01 20:27:01 -0600 |
commit | 28a414b3e4c54dff7c30a50cf017c950e24595c6 (patch) | |
tree | db01d9b58e5d2fca262e8786fe3bdcf5a52ccd1e | |
parent | 20f685a3627a2a522c465716377561a8fbcc608f (diff) | |
download | skiboot-28a414b3e4c54dff7c30a50cf017c950e24595c6.zip skiboot-28a414b3e4c54dff7c30a50cf017c950e24595c6.tar.gz skiboot-28a414b3e4c54dff7c30a50cf017c950e24595c6.tar.bz2 |
doc/opal-api: Document using stdout-path property
Signed-off-by: Pridhiviraj Paidipeddi <ppaidipe@linux.vnet.ibm.com>
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
-rw-r--r-- | doc/opal-api/power9-changes.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/opal-api/power9-changes.rst b/doc/opal-api/power9-changes.rst index 0bec528..e7f6fdc 100644 --- a/doc/opal-api/power9-changes.rst +++ b/doc/opal-api/power9-changes.rst @@ -19,6 +19,7 @@ Device Tree ----------- - ``/ibm,opal/`` compatible property now just lists ``ibm,opal-v3`` and no longer ``ibm,opal-v2`` (power9 and above only) +- Use only ``stdout-path`` property from POWER9 and above as usage of ``linux,stdout-path`` is deprecated - Rename ``fsp-ipl-side`` as ``sp-ipl-side`` in ``/ipl-params`` TODO |