diff options
| author | Zane Shelley <zshelle@us.ibm.com> | 2017-02-09 15:49:26 -0600 |
|---|---|---|
| committer | Zane C. Shelley <zshelle@us.ibm.com> | 2017-02-17 13:52:10 -0500 |
| commit | a3fd64b53ed779b957ef071430c4b80491a33ac1 (patch) | |
| tree | 6b7d2b4d6822647ca339de2c984b5ed128c08cee /src/usr/diag/prdf/common/plugins | |
| parent | 61a53e411873196590c2cf97b7b97e8e1418460d (diff) | |
| download | talos-hostboot-a3fd64b53ed779b957ef071430c4b80491a33ac1.tar.gz talos-hostboot-a3fd64b53ed779b957ef071430c4b80491a33ac1.zip | |
PRD: add BitString support to error log parsing code
Change-Id: Iab3eab5f87d1ff466657fd505ef1940859a7ec02
RTC: 169103
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/36251
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Brian J. Stegmiller <bjs@us.ibm.com>
Reviewed-by: Caleb N. Palmer <cnpalmer@us.ibm.com>
Reviewed-by: Benjamin J. Weisenbeck <bweisenb@us.ibm.com>
Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com>
Squashed: I6835e9d4c51fb3697287e6556a2be347912c7136
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/36513
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Diffstat (limited to 'src/usr/diag/prdf/common/plugins')
| -rw-r--r-- | src/usr/diag/prdf/common/plugins/plugins.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usr/diag/prdf/common/plugins/plugins.mk b/src/usr/diag/prdf/common/plugins/plugins.mk index 3e3024683..4070476c8 100644 --- a/src/usr/diag/prdf/common/plugins/plugins.mk +++ b/src/usr/diag/prdf/common/plugins/plugins.mk @@ -5,7 +5,7 @@ # # OpenPOWER HostBoot Project # -# Contributors Listed Below - COPYRIGHT 2013,2016 +# Contributors Listed Below - COPYRIGHT 2013,2017 # [+] International Business Machines Corp. # # @@ -37,6 +37,7 @@ LIBRARY_OFILES += prdfMemLogParse.o #LIBRARY_OFILES += prdfProcLogParse.o TODO RTC 136050 LIBRARY_OFILES += prdrErrlPluginsSupt.o LIBRARY_OFILES += prdfParserUtils.o +LIBRARY_OFILES += prdfBitString.o LIBFLAGS = -Efips/lib |

