aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.vnet.ibm.com>2016-08-29 14:39:24 +1000
committerStewart Smith <stewart@linux.vnet.ibm.com>2016-08-29 14:39:24 +1000
commit0a469a2b9bb4e36905e88fd8c899afe1e5d98d92 (patch)
treea7f736efc440dde703b78661f089d764dece314f /doc
parent99dc606d918fe754838e345dfde0284fb5542fa3 (diff)
downloadskiboot-0a469a2b9bb4e36905e88fd8c899afe1e5d98d92.zip
skiboot-0a469a2b9bb4e36905e88fd8c899afe1e5d98d92.tar.gz
skiboot-0a469a2b9bb4e36905e88fd8c899afe1e5d98d92.tar.bz2
doc/release-notes/skiboot-5.3.1.rst: syntax fixups
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/release-notes/skiboot-5.3.1.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/release-notes/skiboot-5.3.1.rst b/doc/release-notes/skiboot-5.3.1.rst
index 669657d..8d97e21 100644
--- a/doc/release-notes/skiboot-5.3.1.rst
+++ b/doc/release-notes/skiboot-5.3.1.rst
@@ -14,6 +14,7 @@ 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
@@ -21,6 +22,7 @@ FSP systems:
/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
@@ -31,6 +33,7 @@ NVLink systems (i.e. Garrison):
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.