summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2017-01-10 14:39:14 -0600
committerWilliam G. Hoffa <wghoffa@us.ibm.com>2017-01-20 13:34:47 -0500
commita803157e2e983de6a0ebe2b4fe9be538b6f192ff (patch)
treeff97d9f3fb8fbc6df23d893c10c74c431c37badb /src/usr
parent06e5c5eb5192aa01ac6c4868141fa7ae49547acc (diff)
downloadtalos-hostboot-a803157e2e983de6a0ebe2b4fe9be538b6f192ff.tar.gz
talos-hostboot-a803157e2e983de6a0ebe2b4fe9be538b6f192ff.zip
Add error logs tag for kernel errors so they get into KC
Adding some @error tags for the critical kernel TIs so that a description ends up getting into Knowledge Center. ForwardPort: yes Change-Id: Ibe468d25a9390ab5f4285d969b9e9c838830f216 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/34792 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Reviewed-by: Matthew A. Ploetz <maploetz@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/usr')
-rwxr-xr-xsrc/usr/errl/parser/genErrlParsers.pl8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/usr/errl/parser/genErrlParsers.pl b/src/usr/errl/parser/genErrlParsers.pl
index 6ddcdb113..c24df2f34 100755
--- a/src/usr/errl/parser/genErrlParsers.pl
+++ b/src/usr/errl/parser/genErrlParsers.pl
@@ -6,7 +6,7 @@
#
# OpenPOWER HostBoot Project
#
-# Contributors Listed Below - COPYRIGHT 2013,2016
+# Contributors Listed Below - COPYRIGHT 2013,2017
# [+] Google Inc.
# [+] International Business Machines Corp.
#
@@ -96,6 +96,12 @@ getFilesToParse($compIncPath);
getFilesToParse($genFilesPath);
getPluginDirsToParse($compPath);
+#Add kernel/lib files for TI SRC descriptions
+getReasonCodeFiles($base."/src/include/kernel");
+getFilesToParse($base."/src/kernel");
+getFilesToParse($base."/src/lib");
+
+
if ($DEBUG)
{
print("---> ReasonCode files to process\n");
OpenPOWER on IntegriCloud