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.1.13.rst | |
parent | e02cda008591317b1625707ff8e115a4841aa889 (diff) |
Change-Id: Iaf8d18082d3991dec7c0ebbea540f092188eb4ec
Diffstat (limited to 'roms/skiboot/doc/release-notes/skiboot-5.1.13.rst')
-rw-r--r-- | roms/skiboot/doc/release-notes/skiboot-5.1.13.rst | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/roms/skiboot/doc/release-notes/skiboot-5.1.13.rst b/roms/skiboot/doc/release-notes/skiboot-5.1.13.rst new file mode 100644 index 000000000..28dab2d57 --- /dev/null +++ b/roms/skiboot/doc/release-notes/skiboot-5.1.13.rst @@ -0,0 +1,55 @@ +.. _skiboot-5.1.13: + +skiboot-5.1.13 +-------------- + +skiboot-5.1.13 was released on Wed January 27th, 2016. + +skiboot-5.1.13 is the 14th stable release of 5.1, it follows skiboot-5.1.12 +(which was released December 4th, 2015). This release contains bug fixes. + +General +^^^^^^^ + +- core/device.c: Sort nodes with name@unit names by unit + + - This gives predictable device tree ordering to the payload + (usually petitboot) + - This means that utilities such as "lspci" will always return the same + ordering. + +- Add OPAL_CONSOLE_FLUSH to the OPAL API + uart consoles only flush output when polled. The Linux kernel calls + these pollers frequently, except when in a panic state. As such, panic + messages are not fully printed unless the system is configured to reboot + after panic. + + This patch adds a new call to the OPAL API to flush the buffer. If the + system has a uart console (i.e. BMC machines), it will incrementally + flush the buffer, returning if there is more to be flushed or not. If + the system has a different console, the function will have no effect. + This will allow the Linux kernel to ensure that panic message have been + fully printed out. + +CAPI +^^^^ + +- hmi: Identify the phb upon CAPI malfunction alert + Previously, any error on a CAPI adapter would assume PHB0. + This could cause issues on Firestone machines. + +gard utility +^^^^^^^^^^^^ + +- Fix displaying 'cleared' gard records + When a garded component is replaced hostboot detects this and updates the + gard partition. + + Previously, there was ambiguity on if the gard record ID or the whole gard + record needed to be erased. This fix makes gard and hostboot agree. + +firestone platform +^^^^^^^^^^^^^^^^^^ + +- fix spacing in slot name + The other SlotN names have no space. |