1.. _skiboot-5.10.2:
2
3==============
4skiboot-5.10.2
5==============
6
7skiboot 5.10.2 was released on Tuesday March 6th, 2018. It replaces
8:ref:`skiboot-5.10.1` as the current stable release in the 5.10.x series.
9
10Over :ref:`skiboot-5.10.1`, we have one improvement:
11
12- Tie tm-suspend fw-feature and opal_reinit_cpus() together
13
14  Currently opal_reinit_cpus(OPAL_REINIT_CPUS_TM_SUSPEND_DISABLED)
15  always returns OPAL_UNSUPPORTED.
16
17  This ties the tm suspend fw-feature to the
18  opal_reinit_cpus(OPAL_REINIT_CPUS_TM_SUSPEND_DISABLED) so that when tm
19  suspend is disabled, we correctly report it to the kernel.  For
20  backwards compatibility, it's assumed tm suspend is available if the
21  fw-feature is not present.
22
23  Currently hostboot will clear fw-feature(TM_SUSPEND_ENABLED) on P9N
24  DD2.1. P9N DD2.2 will set fw-feature(TM_SUSPEND_ENABLED).  DD2.0 and
25  below has TM disabled completely (not just suspend).
26
27  We are using opal_reinit_cpus() to determine this setting (rather than
28  the device tree/HDAT) as some future firmware may let us change this
29  dynamically after boot. That is not the case currently though.
30