diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release-notes/skiboot-5.1.17.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/release-notes/skiboot-5.1.17.txt b/doc/release-notes/skiboot-5.1.17.txt new file mode 100644 index 00000000..baacf486 --- /dev/null +++ b/doc/release-notes/skiboot-5.1.17.txt @@ -0,0 +1,19 @@ +skiboot-5.1.17 +-------------- + +skiboot-5.1.17 was released on Thursday 21st July 2016. + +skiboot-5.1.17 is the 18th stable release of 5.1, it follows skiboot-5.1.16 +(which was released April 29th, 2016). + +This release contains a few minor bug fixes. + +Changes are: + +All platforms: +- Fix a few typos in user visible (OPAL log) strings +- pci: Do a dummy config write to devices to establish bus number +- Make the XSCOM engine code more resilient to errors: + - hw/xscom: Reset XSCOM engine after querying sleeping core FIR + - hw/xscom: Reset XSCOM engine after finite number of retries when busy + - xscom: Return OPAL_WRONG_STATE on XSCOM ops if CPU is asleep |