aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.vnet.ibm.com>2016-07-21 13:39:40 +1000
committerStewart Smith <stewart@linux.vnet.ibm.com>2016-07-21 13:39:40 +1000
commitc672a77a43c659b355230ac7dbdc66c476b8dd13 (patch)
treeb121e087118df525fdb48037ff20e8462c2e8f5d /doc
parentd4aa3e7e77a9fb9e9e14e8f89b28e414ef643233 (diff)
parent7672009800850306d2f2db188357fdcda7035cc7 (diff)
downloadskiboot-c672a77a43c659b355230ac7dbdc66c476b8dd13.zip
skiboot-c672a77a43c659b355230ac7dbdc66c476b8dd13.tar.gz
skiboot-c672a77a43c659b355230ac7dbdc66c476b8dd13.tar.bz2
Merge branch 'skiboot-5.1.x' into skiboot-5.2.x (release notes)
Diffstat (limited to 'doc')
-rw-r--r--doc/release-notes/skiboot-5.1.17.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/release-notes/skiboot-5.1.17.txt b/doc/release-notes/skiboot-5.1.17.txt
new file mode 100644
index 0000000..baacf48
--- /dev/null
+++ b/doc/release-notes/skiboot-5.1.17.txt
@@ -0,0 +1,19 @@
+skiboot-5.1.17
+--------------
+
+skiboot-5.1.17 was released on Thursday 21st July 2016.
+
+skiboot-5.1.17 is the 18th stable release of 5.1, it follows skiboot-5.1.16
+(which was released April 29th, 2016).
+
+This release contains a few minor bug fixes.
+
+Changes are:
+
+All platforms:
+- Fix a few typos in user visible (OPAL log) strings
+- pci: Do a dummy config write to devices to establish bus number
+- Make the XSCOM engine code more resilient to errors:
+ - hw/xscom: Reset XSCOM engine after querying sleeping core FIR
+ - hw/xscom: Reset XSCOM engine after finite number of retries when busy
+ - xscom: Return OPAL_WRONG_STATE on XSCOM ops if CPU is asleep