summaryrefslogtreecommitdiffstats
path: root/src/usr/fapi2
diff options
context:
space:
mode:
authorChristian Geddes <crgeddes@us.ibm.com>2019-02-14 17:09:38 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2019-02-15 20:15:57 -0600
commitcbe42ab92a49cd22fd67c8e410d5f8f1aa766b52 (patch)
tree94962b761541cd6edd94c211c9cb3737681c3ea9 /src/usr/fapi2
parent855fc5f9694dcf1d6f0062ed91ae2fe587f7aecd (diff)
downloadtalos-hostboot-cbe42ab92a49cd22fd67c8e410d5f8f1aa766b52.tar.gz
talos-hostboot-cbe42ab92a49cd22fd67c8e410d5f8f1aa766b52.zip
Add new P9A hwp error xml path to fapi2 file generation makefile
In fapi2.mk we run a lot of scripts which generate various headers based upon information we parse for different XML files. We were missing the new path of XML files that was added for Axone and this commit addresses that. Change-Id: I2815221483a71d62120503b35feaa5c719cc8866 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/71943 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Roland Veloz <rveloz@us.ibm.com> Reviewed-by: Matt Derksen <mderkse1@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/fapi2')
-rwxr-xr-xsrc/usr/fapi2/fapi2.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/usr/fapi2/fapi2.mk b/src/usr/fapi2/fapi2.mk
index 0d631c8ff..f792bd3c7 100755
--- a/src/usr/fapi2/fapi2.mk
+++ b/src/usr/fapi2/fapi2.mk
@@ -5,7 +5,7 @@
#
# OpenPOWER HostBoot Project
#
-# Contributors Listed Below - COPYRIGHT 2015,2018
+# Contributors Listed Below - COPYRIGHT 2015,2019
# [+] International Business Machines Corp.
#
#
@@ -125,6 +125,8 @@ FAPI2_ERROR_XML += $(wildcard \
$(ROOTPATH)/src/import/generic/procedures/xml/error_info/*.xml)
FAPI2_ERROR_XML += $(wildcard \
$(ROOTPATH)/src/import/chips/ocmb/explorer/procedures/xml/error_info/*.xml)
+FAPI2_ERROR_XML += $(wildcard \
+ $(ROOTPATH)/src/import/chips/p9a/procedures/xml/error_info/*.xml)
# Attribute XML files.
FAPI2_ATTR_XML += $(wildcard \
OpenPOWER on IntegriCloud