1skiboot-5.1.10
2--------------
3
4skiboot-5.1.10 was released on Friday November 13th, 2015.
5
6skiboot-5.1.10 is the 11th stable release of 5.1, it follows skiboot-5.1.9
7(which was released October 30th, 2015).
8
9Skiboot 5.1.10 contains all fixes from skiboot-5.1.9 and is a minor bug
10fix release.
11
12Over skiboot-5.1.9, we have the following change:
13
14IBM FSP machines
15^^^^^^^^^^^^^^^^
16
17- FSP: Handle Delayed Power Off initiated CEC shutdown with FSP in Reset/Reload
18
19  In a scenario where the DPO has been initiated, but the FSP then went into
20  reset before the CEC power down came in, OPAL may not give up the link since
21  it may never see the PSI interrupt. So, if we are in dpo_pending and an FSP
22  reset is detected via the DISR, give up the PSI link voluntarily.
23
24Generic
25^^^^^^^
26
27- sensor: add a compatible property
28  OPAL needs an extra compatible property "ibm,opal-sensor" to make
29  module autoload work smoothly in Linux for ibmpowernv driver.
30- console: Completely flush output buffer before power down and reboot
31  Completely flush the output buffer of the console driver before
32  power down and reboot.  Implements the flushing function for uart
33  consoles, which includes the astbmc and rhesus platforms.
34
35  This fixes an issue where some console output is sometimes lost before
36  power down or reboot in uart consoles. If this issue is also prevalent
37  in other console types then it can be fixed later by adding a .flush
38  to that driver's con_ops.
39