diff options
author | Stewart Smith <stewart@linux.vnet.ibm.com> | 2016-09-02 16:49:17 +1000 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2016-09-15 16:58:09 +1000 |
commit | d3899e4f83e4884a7cbce51f59fb59562f70497b (patch) | |
tree | 9314f326386e96b8a3f5443e1704bed2614709ad | |
parent | 633c66efa9b7e6778a1cfcbf9fbc9de8c9dc3d60 (diff) | |
download | blackbird-skiboot-d3899e4f83e4884a7cbce51f59fb59562f70497b.tar.gz blackbird-skiboot-d3899e4f83e4884a7cbce51f59fb59562f70497b.zip |
skiboot 5.3.3 release notes
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
(cherry picked from commit 5de73e8a4b1db6029e7ce8630c9726f1455297c6)
[stewart@linux.vnet.ibm.com: convert to .rst]
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
-rw-r--r-- | doc/release-notes/skiboot-5.3.3.rst | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/release-notes/skiboot-5.3.3.rst b/doc/release-notes/skiboot-5.3.3.rst new file mode 100644 index 00000000..88072580 --- /dev/null +++ b/doc/release-notes/skiboot-5.3.3.rst @@ -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. |