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.10.1.rst | |
parent | e02cda008591317b1625707ff8e115a4841aa889 (diff) |
Change-Id: Iaf8d18082d3991dec7c0ebbea540f092188eb4ec
Diffstat (limited to 'roms/skiboot/doc/release-notes/skiboot-5.10.1.rst')
-rw-r--r-- | roms/skiboot/doc/release-notes/skiboot-5.10.1.rst | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/roms/skiboot/doc/release-notes/skiboot-5.10.1.rst b/roms/skiboot/doc/release-notes/skiboot-5.10.1.rst new file mode 100644 index 000000000..baee512ae --- /dev/null +++ b/roms/skiboot/doc/release-notes/skiboot-5.10.1.rst @@ -0,0 +1,23 @@ +.. _skiboot-5.10.1: + +============== +skiboot-5.10.1 +============== + +skiboot 5.10.1 was released on Thursday March 1st, 2018. It replaces +:ref:`skiboot-5.10` as the current stable release in the 5.10.x series. + +Over :ref:`skiboot-5.10`, we have an improvement for debugging NPU2/NVLink +problems and a bug fix. These changes are: + +- NPU2 HMIs: dump out a *LOT* of npu2 registers for debugging +- libflash/blocklevel: Correct miscalculation in blocklevel_smart_erase() + + This fixes a bug in pflash. + + If blocklevel_smart_erase() detects that the smart erase fits entire in + one erase block, it has an early bail path. In this path it miscaculates + where in the buffer the backend needs to read from to perform the final + write. + + Fixes: https://github.com/open-power/skiboot/issues/151 |