aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.vnet.ibm.com>2016-08-26 14:32:58 +1000
committerStewart Smith <stewart@linux.vnet.ibm.com>2016-08-26 14:32:58 +1000
commitfa4e1cba26a0f9a5e56832ac519bcaf7e4907eb3 (patch)
treed46bccd5b3b3251bb920b9aa8857f938b8ea6d44
parent4dff37c54cfa23321a5d095f586d68089548cf09 (diff)
parent325073da2dfd88ca99602756ee834723f6dec5af (diff)
downloadskiboot-fa4e1cba26a0f9a5e56832ac519bcaf7e4907eb3.zip
skiboot-fa4e1cba26a0f9a5e56832ac519bcaf7e4907eb3.tar.gz
skiboot-fa4e1cba26a0f9a5e56832ac519bcaf7e4907eb3.tar.bz2
Merge branch 'skiboot-5.3.x'
-rw-r--r--doc/release-notes/skiboot-5.3.2.txt28
1 files changed, 28 insertions, 0 deletions
diff --git a/doc/release-notes/skiboot-5.3.2.txt b/doc/release-notes/skiboot-5.3.2.txt
new file mode 100644
index 0000000..e93c3cd
--- /dev/null
+++ b/doc/release-notes/skiboot-5.3.2.txt
@@ -0,0 +1,28 @@
+skiboot-5.3.2
+-------------
+
+skiboot-5.3.2 was released on Friday August 26th, 2016.
+
+This is the 3rd stable release of skiboot 5.3, the new stable release of
+skiboot (first released with 5.3.0 on August 2nd, 2016).
+
+Skiboot 5.3.2 replaces skiboot-5.3.1 as the current stable version. It contains
+a few minor bug fixes.
+
+Over skiboot-5.3.1, the following fixes are included:
+
+- opal/hmi: Fix a TOD HMI failure during a race condition.
+ Rare race condition which meant we wouldn't recover from TOD error
+
+- lpc: Log LPC SYNC errors as unrecoverable ones for manufacturing
+ Only affects systems in manufacturing mode.
+ No behaviour change when not in manufacturing mode.
+
+- hw/phb3: Update capi initialization sequence
+ The capi initialization sequence was revised in a circumvention
+ document when a 'link down' error was converted from fatal to Endpoint
+ Recoverable. Other, non-capi, register setup was corrected even before
+ the initial open-source release of skiboot, but a few capi-related
+ registers were not updated then, so this patch fixes it.
+ The point is that a link-down error detected by the UTL logic will
+ lead to an AIB fence, so that the CAPP unit can detect the error.