aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.vnet.ibm.com>2015-11-13 11:03:32 +1100
committerStewart Smith <stewart@linux.vnet.ibm.com>2015-11-13 11:03:32 +1100
commit7e450263013eb0030f87285eec371260ba229b21 (patch)
tree800e8d1c8e7379cb3452f8a99c95d02b49a22406 /doc
parent03c6c2de0a0bb8d553d2d1c87f266d43610a0532 (diff)
parent473049bd2d052b0bcde4e80a3fe82c6df4a932af (diff)
downloadskiboot-7e450263013eb0030f87285eec371260ba229b21.zip
skiboot-7e450263013eb0030f87285eec371260ba229b21.tar.gz
skiboot-7e450263013eb0030f87285eec371260ba229b21.tar.bz2
Merge branch 'stable'
Diffstat (limited to 'doc')
-rw-r--r--doc/release-notes/skiboot-5.1.10.txt34
1 files changed, 34 insertions, 0 deletions
diff --git a/doc/release-notes/skiboot-5.1.10.txt b/doc/release-notes/skiboot-5.1.10.txt
new file mode 100644
index 0000000..2ba85b3
--- /dev/null
+++ b/doc/release-notes/skiboot-5.1.10.txt
@@ -0,0 +1,34 @@
+skiboot-5.1.10
+--------------
+
+skiboot-5.1.10 was released on Friday November 13th, 2015.
+
+skiboot-5.1.10 is the 11th stable release of 5.1, it follows skiboot-5.1.9
+(which was released October 30th, 2015).
+
+Skiboot 5.1.10 contains all fixes from skiboot-5.1.9 and is a minor bug
+fix release.
+
+Over skiboot-5.1.9, we have the following change:
+
+IBM FSP machines:
+- FSP: Handle Delayed Power Off initiated CEC shutdown with FSP in Reset/Reload
+
+ In a scenario where the DPO has been initiated, but the FSP then went into
+ reset before the CEC power down came in, OPAL may not give up the link since
+ it may never see the PSI interrupt. So, if we are in dpo_pending and an FSP
+ reset is detected via the DISR, give up the PSI link voluntarily.
+
+Generic:
+- sensor: add a compatible property
+ OPAL needs an extra compatible property "ibm,opal-sensor" to make
+ module autoload work smoothly in Linux for ibmpowernv driver.
+- console: Completely flush output buffer before power down and reboot
+ Completely flush the output buffer of the console driver before
+ power down and reboot. Implements the flushing function for uart
+ consoles, which includes the astbmc and rhesus platforms.
+
+ This fixes an issue where some console output is sometimes lost before
+ power down or reboot in uart consoles. If this issue is also prevalent
+ in other console types then it can be fixed later by adding a .flush
+ to that driver's con_ops.