aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPridhiviraj Paidipeddi <ppaidipe@linux.vnet.ibm.com>2018-03-01 13:00:12 +0530
committerStewart Smith <stewart@linux.vnet.ibm.com>2018-03-01 20:36:53 -0600
commit8ea3ac76137be3f02d4131b36a66f6917190e384 (patch)
tree68ba5e754cb1644beb1c310836a04026bd12de63 /doc
parentf69d2ac579b615f2cc25b649c9314986435577f6 (diff)
downloadskiboot-8ea3ac76137be3f02d4131b36a66f6917190e384.zip
skiboot-8ea3ac76137be3f02d4131b36a66f6917190e384.tar.gz
skiboot-8ea3ac76137be3f02d4131b36a66f6917190e384.tar.bz2
doc/opal-api: Document changes of adding interrupt-parent property under /ibm, opal/ipmi node on POWER9 and above.
Signed-off-by: Pridhiviraj Paidipeddi <ppaidipe@linux.vnet.ibm.com> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/opal-api/power9-changes.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/opal-api/power9-changes.rst b/doc/opal-api/power9-changes.rst
index e7f6fdc..1163e25 100644
--- a/doc/opal-api/power9-changes.rst
+++ b/doc/opal-api/power9-changes.rst
@@ -21,6 +21,8 @@ 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``
+- Add interrupt-parent property for ``/ibm,opal/ipmi`` node on POWER9 and above
+ to make use of OPAL irqchip rather than event interface in linux.
TODO
----