aboutsummaryrefslogtreecommitdiffstats
path: root/roms/skiboot/doc/release-notes/skiboot-5.3.2.rst
diff options
context:
space:
mode:
authorAngelos Mouzakitis <a.mouzakitis@virtualopensystems.com>2023-10-10 14:33:42 +0000
committerAngelos Mouzakitis <a.mouzakitis@virtualopensystems.com>2023-10-10 14:33:42 +0000
commitaf1a266670d040d2f4083ff309d732d648afba2a (patch)
tree2fc46203448ddcc6f81546d379abfaeb323575e9 /roms/skiboot/doc/release-notes/skiboot-5.3.2.rst
parente02cda008591317b1625707ff8e115a4841aa889 (diff)
Add submodule dependency filesHEADmaster
Change-Id: Iaf8d18082d3991dec7c0ebbea540f092188eb4ec
Diffstat (limited to 'roms/skiboot/doc/release-notes/skiboot-5.3.2.rst')
-rw-r--r--roms/skiboot/doc/release-notes/skiboot-5.3.2.rst28
1 files changed, 28 insertions, 0 deletions
diff --git a/roms/skiboot/doc/release-notes/skiboot-5.3.2.rst b/roms/skiboot/doc/release-notes/skiboot-5.3.2.rst
new file mode 100644
index 000000000..e93c3cdf8
--- /dev/null
+++ b/roms/skiboot/doc/release-notes/skiboot-5.3.2.rst
@@ -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.