aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.vnet.ibm.com>2016-09-02 16:49:17 +1000
committerStewart Smith <stewart@linux.vnet.ibm.com>2016-09-02 16:49:17 +1000
commit5de73e8a4b1db6029e7ce8630c9726f1455297c6 (patch)
tree699c4d69159d842f7b8e5ce1b248afd8cddb9c86
parentfc7484515a357a08d44a250f0b701b6edb093653 (diff)
downloadskiboot-5de73e8a4b1db6029e7ce8630c9726f1455297c6.zip
skiboot-5de73e8a4b1db6029e7ce8630c9726f1455297c6.tar.gz
skiboot-5de73e8a4b1db6029e7ce8630c9726f1455297c6.tar.bz2
skiboot 5.3.3 release notesskiboot-5.3.3
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
-rw-r--r--doc/release-notes/skiboot-5.3.3.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/release-notes/skiboot-5.3.3.txt b/doc/release-notes/skiboot-5.3.3.txt
new file mode 100644
index 0000000..8807258
--- /dev/null
+++ b/doc/release-notes/skiboot-5.3.3.txt
@@ -0,0 +1,19 @@
+skiboot-5.3.3
+-------------
+
+skiboot-5.3.3 was released on Friday September 2nd, 2016.
+
+This is the 4th 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.3 replaces skiboot-5.3.2 as the current stable version. It contains
+two bug fixes for machines utilizing the NPU (i.e. Garrison)
+
+Over skiboot-5.3.2, the following fixes are included:
+
+- hw/npu: assert the NPU irq min is aligned.
+- hw/npu: program NPU BUID reg properly
+ The NPU BUID register was incorrectly programmed resulting in npu
+ interrupt level 0 causing a PB_CENT_CRESP_ADDR_ERROR checkstop,
+ and irqs from npus in odd chips being aliased to and processed
+ as the interrupts from the corresponding npu on the even chips.