-
Notifications
You must be signed in to change notification settings - Fork 134
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Stewart Smith <[email protected]>
- Loading branch information
1 parent
546db19
commit 493fd51
Showing
1 changed file
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
skiboot-5.3.1 | ||
------------- | ||
|
||
skiboot-5.3.1 was released on Wednesday August 10th, 2016. | ||
|
||
This is the 2nd stable release of skiboot 5.3, the new stable release of | ||
skiboot (first released with 5.3.0 on August 2nd, 2016). | ||
|
||
Skiboot 5.3.1 replaces skiboot-5.3.0 as the current stable version. It contains | ||
a few minor bug fixes. | ||
|
||
This release follows the Skiboot stable rules, see doc/stable-skiboot-rules.txt. | ||
|
||
Over skiboot-5.3.0, the following fixes are included: | ||
|
||
FSP systems: | ||
- FSP/ELOG: elog_enable flag should be false by default | ||
This issue is one of the corner case, which is related to recent change | ||
went upstream and only observed in the petitboot prompt, where we see | ||
only one error log instead of getting all error log in | ||
/sys/firmware/opal/elog. | ||
|
||
NVLink systems (i.e. Garrison): | ||
- npu: reword "error" to indicate it's actually a warning | ||
Without this patch, you get spurious FirmWare Test Suite (FWTS) warnings | ||
about NVLink not working on machines that aren't fully populated with | ||
GPUs. | ||
- hmi: Clean up NPU FIR debug messages | ||
With the skiboot log set to debug, the FIR (and related registers) were | ||
logged all in the same message. It was too much for one line, didn't | ||
clarify if the numbers were in hex, and didn't show leading zeroes. | ||
|
||
General: | ||
- asm: Fix backtrace for unexpected exception | ||
- correct the log level from PR_ERROR down to PR_INFO for some skiboot | ||
log messages. |