summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/plugins
diff options
context:
space:
mode:
authorBenjamin Weisenbeck <bweisenb@us.ibm.com>2018-08-17 11:41:32 -0500
committerZane C. Shelley <zshelle@us.ibm.com>2018-08-23 13:17:48 -0500
commit47994fb03586109214d79f164cca786a8bded670 (patch)
tree3de531034bd56ce24329c45d1de5e628bc9fe3bf /src/usr/diag/prdf/plugins
parent3a589bedae6f80899bec5754e87b936f3f264638 (diff)
downloadtalos-hostboot-47994fb03586109214d79f164cca786a8bded670.tar.gz
talos-hostboot-47994fb03586109214d79f164cca786a8bded670.zip
PRD: Add parser for power management recovery FFDC
Change-Id: I9dddac03b780f624caee3ab82a87daae3ad7d986 CQ: SW441419 Backport: release-fips921 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/64786 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Caleb N. Palmer <cnpalmer@us.ibm.com> Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com> CMVC-Prereq: 1065199 Squashed: Ifd2c1d1a1d88f02815fe5eab806dfca63938af69 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/64845 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Diffstat (limited to 'src/usr/diag/prdf/plugins')
-rw-r--r--src/usr/diag/prdf/plugins/makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/usr/diag/prdf/plugins/makefile b/src/usr/diag/prdf/plugins/makefile
index 7919a50dc..aaa396319 100644
--- a/src/usr/diag/prdf/plugins/makefile
+++ b/src/usr/diag/prdf/plugins/makefile
@@ -5,7 +5,7 @@
#
# OpenPOWER HostBoot Project
#
-# Contributors Listed Below - COPYRIGHT 2013,2017
+# Contributors Listed Below - COPYRIGHT 2013,2018
# [+] International Business Machines Corp.
#
#
@@ -24,6 +24,9 @@
# IBM_PROLOG_END_TAG
INCFLAGS += -I. -I..
+INCFLAGS += -I../../../../../../src/hwsv/server/import/chips/p9/procedures/hwp/pm
+INCFLAGS += -I../../../../../../src/hwsv/server/import/chips/p9/procedures/hwp/lib
+INCFLAGS += -I../../../../../../src/hwsv/server/import/chips/p9/common/include
CFLAGS += -DPRDF_HOSTBOOT_ERRL_PLUGIN
OpenPOWER on IntegriCloud