diff options
author | Stewart Smith <stewart@linux.ibm.com> | 2019-05-31 16:12:58 +1000 |
---|---|---|
committer | Stewart Smith <stewart@linux.ibm.com> | 2019-06-03 10:20:00 +1000 |
commit | 39bd3717a128fddf27cae4422a8e1f6e31b226f1 (patch) | |
tree | 3ee3af96f449596b58bb1ae167e1f50d87a9c187 | |
parent | dc24fd7fe912fd715f29be38b358b4d404ea3c23 (diff) | |
download | skiboot-39bd3717a128fddf27cae4422a8e1f6e31b226f1.zip skiboot-39bd3717a128fddf27cae4422a8e1f6e31b226f1.tar.gz skiboot-39bd3717a128fddf27cae4422a8e1f6e31b226f1.tar.bz2 |
Add missing 5.4.9 release notes
Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
-rw-r--r-- | doc/release-notes/skiboot-5.4.9.rst | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/release-notes/skiboot-5.4.9.rst b/doc/release-notes/skiboot-5.4.9.rst new file mode 100644 index 0000000..63a202e --- /dev/null +++ b/doc/release-notes/skiboot-5.4.9.rst @@ -0,0 +1,16 @@ +.. _skiboot-5.4.9: + +============= +skiboot-5.4.9 +============= + +skiboot-5.4.9 was released on Friday January 5th, 2018. It replaces +:ref:`skiboot-5.4.8` as the current stable release in the 5.4.x series. + +Over :ref:`skiboot-5.4.8`, we have one new feature: + +- Parse IPL FW feature settings + + Add parsing for the firmware feature flags in the HDAT. This + indicates the settings of various parameters which are set at IPL time + by firmware. |