summaryrefslogtreecommitdiffstats
path: root/src/usr/fapi2
diff options
context:
space:
mode:
authorMatt Derksen <mderkse1@us.ibm.com>2019-04-25 13:21:38 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2019-04-30 12:52:20 -0500
commit6c39a01069eceea95e0637d5d943aa80f8b3e0a0 (patch)
tree442f38752001d3fd4fbb882ab573ea81a217db7f /src/usr/fapi2
parent3b13a6483b18a93d67b36c5a28d07415212a6995 (diff)
downloadtalos-hostboot-6c39a01069eceea95e0637d5d943aa80f8b3e0a0.tar.gz
talos-hostboot-6c39a01069eceea95e0637d5d943aa80f8b3e0a0.zip
Compile Gemini hardware procedures in hostboot
This is just the start of importing/compiling the Gemini hardware procedures. This commit compiles the helper functions in mss library, and then compiles/calls gem_draminit in istep 13. Change-Id: I837a5d8507c882c41650d06bccfcf25cd11688c8 RTC:204647 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/76522 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@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> Reviewed-by: Glenn Miles <milesg@ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/fapi2')
-rwxr-xr-xsrc/usr/fapi2/fapi2.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/usr/fapi2/fapi2.mk b/src/usr/fapi2/fapi2.mk
index c69d77c92..ebad0987c 100755
--- a/src/usr/fapi2/fapi2.mk
+++ b/src/usr/fapi2/fapi2.mk
@@ -128,6 +128,9 @@ 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)
+FAPI2_ERROR_XML += $(wildcard \
+ $(ROOTPATH)/src/import/chips/ocmb/gemini/procedures/xml/error_info/*.xml)
+
# Attribute XML files.
FAPI2_ATTR_XML += $(wildcard \
@@ -140,6 +143,8 @@ FAPI2_ATTR_XML += $(wildcard \
$(ROOTPATH)/src/import/generic/procedures/xml/attribute_info/*.xml)
FAPI2_ATTR_XML += $(wildcard \
$(ROOTPATH)/src/import/chips/ocmb/explorer/procedures/xml/attribute_info/*.xml)
+FAPI2_ATTR_XML += $(wildcard \
+ $(ROOTPATH)/src/import/chips/ocmb/gemini/procedures/xml/attribute_info/*.xml)
# Filter out Temp defaults XML file from Attribute XML files.
# NOTE: The hb_temp_defaults.xml file is not a normal attribute file with the
OpenPOWER on IntegriCloud