diff options
author | Stewart Smith <stewart@linux.ibm.com> | 2019-05-31 16:13:32 +1000 |
---|---|---|
committer | Stewart Smith <stewart@linux.ibm.com> | 2019-06-03 10:20:00 +1000 |
commit | 7eae8441e74a068b3e75a9f243ad8889a619c985 (patch) | |
tree | db98a19d237421c9cad7b344142b74f4d09654ec /doc | |
parent | 227de3c5dfc9d18b28630010bedda96be53614d5 (diff) | |
download | skiboot-7eae8441e74a068b3e75a9f243ad8889a619c985.zip skiboot-7eae8441e74a068b3e75a9f243ad8889a619c985.tar.gz skiboot-7eae8441e74a068b3e75a9f243ad8889a619c985.tar.bz2 |
doc: Mark OPAL_SET_SLOT_LED_STATUS as never implemented
Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/opal-api/index.rst | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/opal-api/index.rst b/doc/opal-api/index.rst index 909b561..1410ae4 100644 --- a/doc/opal-api/index.rst +++ b/doc/opal-api/index.rst @@ -131,7 +131,8 @@ The OPAL API is the interface between an Operating System and OPAL. | :ref:`OPAL_PCI_MASK_PE_ERROR` | 54 | Never | | Never | | | | | | implemented | +---------------------------------------------+--------------+------------------------+----------+-----------------+ -| :ref:`OPAL_SET_SLOT_LED_STATUS` | 55 | v1.0 (Initial Release) | POWER8 | | +| :ref:`OPAL_SET_SLOT_LED_STATUS` | 55 | Never | | Never | +| | | | | implemented | +---------------------------------------------+--------------+------------------------+----------+-----------------+ | :ref:`OPAL_GET_EPOW_STATUS` | 56 | v1.0 (Initial Release) | POWER8 | | +---------------------------------------------+--------------+------------------------+----------+-----------------+ @@ -406,6 +407,8 @@ removed and no longer supported. +---------------------------------------------+-------+-----------------------+-----------------------+ | :ref:`OPAL_PCI_MASK_PE_ERROR` | 54 | Never | | +---------------------------------------------+-------+-----------------------+-----------------------+ +| :ref:`OPAL_SET_SLOT_LED_STATUS` | 55 | Never | | ++---------------------------------------------+-------+-----------------------+-----------------------+ | :ref:`OPAL_PCI_GET_PHB_DIAG_DATA` | 51 | pre-v1.0 | pre-v1.0, with last | | | | | remnants removed in | | | | | :ref:`skiboot-6.4` | @@ -484,6 +487,13 @@ OPAL_PCI_MASK_PE_ERROR Never implemented. +.. _OPAL_SET_SLOT_LED_STATUS: + +OPAL_SET_SLOT_LED_STATUS +^^^^^^^^^^^^^^^^^^^^^^^^ + +Never implemented. + .. _OPAL_PCI_GET_PHB_DIAG_DATA: OPAL_PCI_GET_PHB_DIAG_DATA |