aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.vnet.ibm.com>2016-07-21 13:39:55 +1000
committerStewart Smith <stewart@linux.vnet.ibm.com>2016-07-21 13:39:55 +1000
commit35bd8590d5323c38b42b248f04e13919d3042dc8 (patch)
treea64daf8c964a11a8a49b20a0a09d831ad72bc865 /doc
parent50ffe5e499d76ffd813154c0cfbe0d1b01866d49 (diff)
parentc672a77a43c659b355230ac7dbdc66c476b8dd13 (diff)
downloadskiboot-35bd8590d5323c38b42b248f04e13919d3042dc8.zip
skiboot-35bd8590d5323c38b42b248f04e13919d3042dc8.tar.gz
skiboot-35bd8590d5323c38b42b248f04e13919d3042dc8.tar.bz2
Merge branch 'skiboot-5.2.x' (5.1.17 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