1.. _skiboot-6.2.3:
2
3=============
4skiboot-6.2.3
5=============
6
7skiboot 6.2.3 was released on Tuesday March 19th, 2019. It replaces
8:ref:`skiboot-6.2.2` as the current stable release in the 6.2.x series.
9
10It is recommended that 6.2.3 be used instead of any previous 6.2.x version
11due to the bug fixes it contains.
12
13Bug fixes included in this release are:
14
15- p9dsu: Undo slot label name changes
16
17  During some code updates the slot labels were updated to reflect
18  the phb layout, however expectations were that the slot labels be
19  aligned with the riser card slots and not the system planar slots.
20
21  [stewart: The tale of how we got here is long and varied and not at
22  all clear. The first ESS systems went out with a skiboot v5.9.8 with
23  additional SuperMicro patches. It was probably a slot table, but who knows,
24  we don't have the code so can't check. It's possible it was all coming
25  in through HDAT instead). The op-build tree (thus the exact patches)
26  shipped on systems that work correct seems to not be around anywhere anymore
27  (if it ever was). It was only in skiboot v6.0 that a slot table made
28  it in, and, of course, only having remote machines in random configs,
29  including possibly with riser cards from Briggs&Stratton rather than
30  the ones destined for this system, doesn't make for verifying this
31  at all. It also doesn't help that *consistently* there is *never*
32  any review on slot tables, and we've had things be wrong in the past.
33  Combine this with not upstream Hostboot patches.]
34
35- p9dsu: Fix slot labels for p9dsu2u
36
37  Update the slot labels for the p9dsu2u tables.
38
39- fast-reboot: occ: Call occ_pstates_init() on fast-reset on all machines
40
41  Commit 815417dcda2e ("init, occ: Initialise OCC earlier on BMC systems")
42  conditionally invoked occ_pstates_init() only on FSP based systems in
43  load_and_boot_kernel(). Due to this pstate table is re-parsed on FSP
44  system and skipped on BMC system during fast-reboot. So this patch fixes
45  this by invoking occ_pstates_init() on all boxes during fast-reboot.
46