diff options
author | Stewart Smith <stewart@linux.vnet.ibm.com> | 2016-08-26 15:36:31 +1000 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2016-08-26 15:36:31 +1000 |
commit | 872d3805450b4c2a794f1a31d10cbf20c27391e2 (patch) | |
tree | 49bcf29b13f2a16933ac0135b1ef4f50a693cdfd | |
parent | bb18811054c71c8b8a56df597f3d790b4c08908d (diff) | |
download | skiboot-872d3805450b4c2a794f1a31d10cbf20c27391e2.zip skiboot-872d3805450b4c2a794f1a31d10cbf20c27391e2.tar.gz skiboot-872d3805450b4c2a794f1a31d10cbf20c27391e2.tar.bz2 |
Add skiboot-5.1.18 release notesskiboot-5.1.18
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
-rw-r--r-- | doc/release-notes/skiboot-5.1.18.txt | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/doc/release-notes/skiboot-5.1.18.txt b/doc/release-notes/skiboot-5.1.18.txt new file mode 100644 index 0000000..71f5c90 --- /dev/null +++ b/doc/release-notes/skiboot-5.1.18.txt @@ -0,0 +1,31 @@ +skiboot-5.1.18 +-------------- + +skiboot-5.1.18 was released on Friday 26th August 2016. + +skiboot-5.1.18 is the 19th stable release of 5.1, it follows skiboot-5.1.17 +(which was released July 21st, 2016). + +This release contains a few minor bug fixes. + +Changes are: + +All platforms: +- opal/hmi: Fix a TOD HMI failure during a race condition. + Rare race condition which meant we wouldn't recover from TOD error + +- 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. + +FSP platforms: +- FSP/ELOG: Fix OPAL generated elog resend logic +- FSP/ELOG: Fix possible event notifier hangs +- FSP/ELOG: Disable event notification if list is not consistent +- FSP/ELOG: Fix OPAL generated elog event notification +- FSP/ELOG: Disable event notification during kexec |