summaryrefslogtreecommitdiffstats
path: root/doc/release-notes
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.vnet.ibm.com>2017-10-19 16:16:56 +1100
committerStewart Smith <stewart@linux.vnet.ibm.com>2017-10-19 16:16:56 +1100
commit154873b795d44709375a4b843529004e44d6b2ec (patch)
tree82b5f9a8db64b434840770b76bad2c10be2855ae /doc/release-notes
parentb7a10ce59358291f95aefe457034a948e0b5577f (diff)
downloadtalos-skiboot-154873b795d44709375a4b843529004e44d6b2ec.tar.gz
talos-skiboot-154873b795d44709375a4b843529004e44d6b2ec.zip
skiboot 5.9-rc4 release notes
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'doc/release-notes')
-rw-r--r--doc/release-notes/skiboot-5.9-rc4.rst47
1 files changed, 47 insertions, 0 deletions
diff --git a/doc/release-notes/skiboot-5.9-rc4.rst b/doc/release-notes/skiboot-5.9-rc4.rst
new file mode 100644
index 00000000..609d1b67
--- /dev/null
+++ b/doc/release-notes/skiboot-5.9-rc4.rst
@@ -0,0 +1,47 @@
+.. _skiboot-5.9-rc4:
+
+skiboot-5.9-rc4
+===============
+
+skiboot v5.9-rc4 was released on Thursday October 19th 2017. It is the fourth
+release candidate of skiboot 5.9, which will become the new stable release
+of skiboot following the 5.8 release, first released August 31st 2017.
+
+skiboot v5.9-rc4 contains all bug fixes as of :ref:`skiboot-5.4.8`
+and :ref:`skiboot-5.1.21` (the currently maintained stable releases). We
+do not currently expect to do any 5.8.x stable releases.
+
+For how the skiboot stable releases work, see :ref:`stable-rules` for details.
+
+The current plan is to cut the final 5.9 by October 20th, with skiboot 5.9
+being for all POWER8 and POWER9 platforms in op-build v1.20 (Due October 18th,
+so we're running a bit behind there).
+This release will be targetted to early POWER9 systems.
+
+Over :ref:`skiboot-5.9-rc3`, we have the following changes:
+
+- phb4: Fix PCIe GEN4 on DD2.1 and above
+
+ In this change:
+ eef0e197ab PHB4: Default to PCIe GEN3 on POWER9 DD2.00
+
+ We clamped DD2.00 parts to GEN3 but unfortunately this change also
+ applies to DD2.1 and above.
+
+ This fixes this to only apply to DD2.00.
+- occ-sensors : Add OCC inband sensor region to exports
+ (useful for debugging)
+
+Two SRESET fixes:
+
+- core: direct-controls: Fix clearing of special wakeup
+
+ 'special_wakeup_count' is incremented on successfully asserting
+ special wakeup. So we will never clear the special wakeup if we
+ check 'special_wakeup_count' to be zero. Fix this issue by checking
+ the 'special_wakeup_count' to 1 in dctl_clear_special_wakeup().
+- core/direct-controls: increase special wakeup timeout on POWER9
+
+ Some instances have been observed where the special wakeup assert
+ times out. The current timeout is too short for deeper sleep states.
+ Hostboot uses 100ms, so match that.
OpenPOWER on IntegriCloud