aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.vnet.ibm.com>2016-07-12 14:56:03 +1000
committerStewart Smith <stewart@linux.vnet.ibm.com>2016-07-12 14:56:03 +1000
commit68b4d66bdad8bc036073d1a4cbc26e94cdaf908a (patch)
tree075329f117597b9080bc1a5433ebcfb9466abfce /doc
parent15cec493804ff14e6246eb1b65e9d0c7cb469a81 (diff)
parent65e436ad726aac81fe8acca55868afdf9d5f3161 (diff)
downloadskiboot-68b4d66bdad8bc036073d1a4cbc26e94cdaf908a.zip
skiboot-68b4d66bdad8bc036073d1a4cbc26e94cdaf908a.tar.gz
skiboot-68b4d66bdad8bc036073d1a4cbc26e94cdaf908a.tar.bz2
Merge branch 'skiboot-5.2.x' - skiboot 5.2.4 release notes
Diffstat (limited to 'doc')
-rw-r--r--doc/release-notes/skiboot-5.2.4.txt27
1 files changed, 27 insertions, 0 deletions
diff --git a/doc/release-notes/skiboot-5.2.4.txt b/doc/release-notes/skiboot-5.2.4.txt
new file mode 100644
index 0000000..bedac01
--- /dev/null
+++ b/doc/release-notes/skiboot-5.2.4.txt
@@ -0,0 +1,27 @@
+skiboot-5.2.4
+-------------
+
+skiboot-5.2.4 was released on Tuesday July 12th, 2016.
+
+This is the 5th stable release of skiboot 5.2, the new stable release of
+skiboot (first release with 5.2.0 on March 16th 2016).
+
+Skiboot 5.2.4 replaces skiboot-5.2.3 as the current stable version, which was
+released on June 30th 2016. Over skiboot-5.2.3, skiboot 5.2.4 contains bug
+fixes to make skiboot more resilient to errors in the XSCOM engine and some
+build improvements for the pflash utility.
+
+skiboot-5.2.4 contains all bug fixes as of skiboot-5.1.16.
+
+This is the second release that will follow the (now documented) Skiboot
+stable rules - see doc/stable-skiboot-rules.txt.
+
+Over skiboot-5.2.3, the following fixes are included:
+
+All platforms:
+- 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
+
+Userspace utilities:
+- pflash build improvements