aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.vnet.ibm.com>2016-01-27 15:34:58 +1100
committerStewart Smith <stewart@linux.vnet.ibm.com>2016-01-27 15:34:58 +1100
commit0671bb857f442efde618f1968c30e2b4828c6924 (patch)
tree6fb57fa9b12bdb58775ba12799ace0a6553253a9
parent69e027ef2bd5f3ad7bfd7b067d3a0cbbe6cca298 (diff)
downloadskiboot-0671bb857f442efde618f1968c30e2b4828c6924.zip
skiboot-0671bb857f442efde618f1968c30e2b4828c6924.tar.gz
skiboot-0671bb857f442efde618f1968c30e2b4828c6924.tar.bz2
Add skiboot-5.1.13 release notesskiboot-5.1.13
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
-rw-r--r--doc/release-notes/skiboot-5.1.13.txt43
1 files changed, 43 insertions, 0 deletions
diff --git a/doc/release-notes/skiboot-5.1.13.txt b/doc/release-notes/skiboot-5.1.13.txt
new file mode 100644
index 0000000..0bc3100
--- /dev/null
+++ b/doc/release-notes/skiboot-5.1.13.txt
@@ -0,0 +1,43 @@
+skiboot-5.1.13
+--------------
+
+skiboot-5.1.13 was released on Wed January 27th, 2016.
+
+skiboot-5.1.13 is the 14th stable release of 5.1, it follows skiboot-5.1.12
+(which was released December 4th, 2015). This release contains bug fixes.
+
+General:
+- core/device.c: Sort nodes with name@unit names by unit
+ - This gives predictable device tree ordering to the payload
+ (usually petitboot)
+ - This means that utilities such as "lspci" will always return the same
+ ordering.
+- Add OPAL_CONSOLE_FLUSH to the OPAL API
+ uart consoles only flush output when polled. The Linux kernel calls
+ these pollers frequently, except when in a panic state. As such, panic
+ messages are not fully printed unless the system is configured to reboot
+ after panic.
+
+ This patch adds a new call to the OPAL API to flush the buffer. If the
+ system has a uart console (i.e. BMC machines), it will incrementally
+ flush the buffer, returning if there is more to be flushed or not. If
+ the system has a different console, the function will have no effect.
+ This will allow the Linux kernel to ensure that panic message have been
+ fully printed out.
+
+CAPI:
+- hmi: Identify the phb upon CAPI malfunction alert
+ Previously, any error on a CAPI adapter would assume PHB0.
+ This could cause issues on Firestone machines.
+
+gard utility:
+- Fix displaying 'cleared' gard records
+ When a garded component is replaced hostboot detects this and updates the
+ gard partition.
+
+ Previously, there was ambiguity on if the gard record ID or the whole gard
+ record needed to be erased. This fix makes gard and hostboot agree.
+
+firestone platform:
+- fix spacing in slot name
+ The other SlotN names have no space.