1skiboot-5.1.7
2-------------
3
4skiboot-5.1.7 was released on October 13th, 2015.
5
6skiboot-5.1.7 is the 8th stable release of 5.1, it follows skiboot-5.1.6
7(which was released October 8th, 2015).
8
9Skiboot 5.1.7 contains all fixes from skiboot-5.1.6 and is a minor bug
10fix release with one important bug fix for FSP systems.
11
12Over skiboot-5.1.6, we have the following changes:
13
14Generic:
15
16- PHB3: Retry fundamental reset
17    This introduces another PHB3 state (PHB3_STATE_FRESET_START)
18    allowing to redo fundamental reset if the link doesn't come up
19    in time at the first attempt, to improve the robustness of PHB's
20    fundamental reset. If the link comes up after the first reset,
21    the 2nd reset won't be issued at all.
22
23FSP based systems:
24
25- hw/fsp/fsp-leds.c: use allocated buffer for FSP_CMD_GET_LED_LIST response
26
27  This fixes a bug where we would overwrite roughly 4kb of memory belonging
28  to Linux when the FSP would ask firmware for a list of LEDs in the system.
29  This wouldn't happen often (once before Linux was running and possibly
30  only once during runtime, and *early* runtime at that) but it was possible
31  for this corruption to show up and be detected.
32