diff options
author | Stewart Smith <stewart@linux.ibm.com> | 2019-05-31 16:13:03 +1000 |
---|---|---|
committer | Stewart Smith <stewart@linux.ibm.com> | 2019-06-03 10:20:00 +1000 |
commit | cd08835db7cb15cbd3cf65f28c4e32260114dd23 (patch) | |
tree | 87cea1f1c688f5fb99301f2f63505879fbd9ce24 | |
parent | 6d84c3f3d05fd128022e189ffd70122afe30e094 (diff) | |
download | skiboot-cd08835db7cb15cbd3cf65f28c4e32260114dd23.zip skiboot-cd08835db7cb15cbd3cf65f28c4e32260114dd23.tar.gz skiboot-cd08835db7cb15cbd3cf65f28c4e32260114dd23.tar.bz2 |
doc: Add missing skiboot-4.0 release notes
Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
-rw-r--r-- | doc/opal-api/index.rst | 9 | ||||
-rw-r--r-- | doc/release-notes/skiboot-4.0.rst | 16 |
2 files changed, 21 insertions, 4 deletions
diff --git a/doc/opal-api/index.rst b/doc/opal-api/index.rst index 98fedee..3816113 100644 --- a/doc/opal-api/index.rst +++ b/doc/opal-api/index.rst @@ -225,15 +225,16 @@ The OPAL API is the interface between an Operating System and OPAL. | :ref:`OPAL_GET_DPO_STATUS` | 105 | v1.0 (Initial Release) | POWER8 | | +---------------------------------------------+--------------+------------------------+----------+-----------------+ | :ref:`OPAL_OLD_I2C_REQUEST` | 106 | Introduced and | | Do not use. | -| | | deprecated in v4.0. | | | +| | | deprecated in | | | +| | | :ref:`skiboot-4.0`. | | | | | | Should be completely | | | | | | unused. | | | +---------------------------------------------+--------------+------------------------+----------+-----------------+ -| :ref:`OPAL_IPMI_SEND` | 107 | v4.0 | POWER9 | | +| :ref:`OPAL_IPMI_SEND` | 107 | :ref:`skiboot-4.0` | POWER9 | | +---------------------------------------------+--------------+------------------------+----------+-----------------+ -| :ref:`OPAL_IPMI_RECV` | 108 | v4.0 | POWER9 | | +| :ref:`OPAL_IPMI_RECV` | 108 | :ref:`skiboot-4.0` | POWER9 | | +---------------------------------------------+--------------+------------------------+----------+-----------------+ -| :ref:`OPAL_I2C_REQUEST` | 109 | v4.0 | POWER9 | | +| :ref:`OPAL_I2C_REQUEST` | 109 | :ref:`skiboot-4.0` | POWER9 | | +---------------------------------------------+--------------+------------------------+----------+-----------------+ | :ref:`OPAL_FLASH_READ` | 110 | v5.0 | POWER9 | | +---------------------------------------------+--------------+------------------------+----------+-----------------+ diff --git a/doc/release-notes/skiboot-4.0.rst b/doc/release-notes/skiboot-4.0.rst new file mode 100644 index 0000000..5853f0f --- /dev/null +++ b/doc/release-notes/skiboot-4.0.rst @@ -0,0 +1,16 @@ +.. _skiboot-4.0: + +=========== +skiboot 4.0 +=========== + +Skiboot 4.0 was released 19th November 2014. It was the first release to obtain +an independent version number and numbering scheme. Previous releases were +identified either purely by a GIT SHA1 hash or the associated PowerKVM release +number. + +This release introduced the following OPAL calls: + + - :ref:`OPAL_IPMI_SEND` + - :ref:`OPAL_IPMI_RECV` + - :ref:`OPAL_I2C_REQUEST` |