diff options
author | 2023-10-10 14:33:42 +0000 | |
---|---|---|
committer | 2023-10-10 14:33:42 +0000 | |
commit | af1a266670d040d2f4083ff309d732d648afba2a (patch) | |
tree | 2fc46203448ddcc6f81546d379abfaeb323575e9 /roms/skiboot/doc/release-notes/skiboot-5.3.4.rst | |
parent | e02cda008591317b1625707ff8e115a4841aa889 (diff) |
Change-Id: Iaf8d18082d3991dec7c0ebbea540f092188eb4ec
Diffstat (limited to 'roms/skiboot/doc/release-notes/skiboot-5.3.4.rst')
-rw-r--r-- | roms/skiboot/doc/release-notes/skiboot-5.3.4.rst | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/roms/skiboot/doc/release-notes/skiboot-5.3.4.rst b/roms/skiboot/doc/release-notes/skiboot-5.3.4.rst new file mode 100644 index 000000000..63fca04f0 --- /dev/null +++ b/roms/skiboot/doc/release-notes/skiboot-5.3.4.rst @@ -0,0 +1,22 @@ +skiboot-5.3.4 +------------- + +skiboot-5.3.4 was released on Tuesday September 13th, 2016. + +This is the 5th 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.4 replaces skiboot-5.3.3 as the current stable version. It contains +a couple of bug fixes, specifically around failing XSCOMs. + +Over skiboot-5.3.3, the following fixes are included: + +- xscom: Initialize the data to a known value in xscom_read + In case of error, don't leave the data random. It helps debugging when + the user fails to check the error code. This happens due to a bug in the + PRD wrapper app. +- xscom: Map all HMER status codes to OPAL errors +- centaur: Mark centaur offline after 10 consecutive access errors + This avoids spamming the logs when the centaur is dead and PRD + constantly tries to access it +- nvlink: Fix bad PE number check in error inject code path (<= rather than <) |