summaryrefslogtreecommitdiffstats
path: root/src/import/hwpf/fapi2/src
diff options
context:
space:
mode:
authorRichard J. Knight <rjknight@us.ibm.com>2015-10-06 11:45:11 -0500
committerPatrick Williams <iawillia@us.ibm.com>2015-12-11 13:40:20 -0600
commit8644de595bc194be543fc710e9a9468943c4b3d2 (patch)
tree65b4023c31ecac21273558f7f95b694ef879f0fa /src/import/hwpf/fapi2/src
parentb824f4ec0e58ae02541a18f119fddc32d2dab7ad (diff)
downloadtalos-hostboot-8644de595bc194be543fc710e9a9468943c4b3d2.tar.gz
talos-hostboot-8644de595bc194be543fc710e9a9468943c4b3d2.zip
fapi2_chip_ec_feature.C does not compile.
-Fixed parsing script to use updated ReturnCode types. -Fixed misc. compile issues with ported code. -Modified makefile to re-enable compile. Change-Id: I085cee2bbbe00218dd57dfc1d7bc81c700064899 RTC:134733 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/20981 Tested-by: Jenkins Server Reviewed-by: Brian Silver <bsilver@us.ibm.com> Reviewed-by: PRACHI GUPTA <pragupta@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Diffstat (limited to 'src/import/hwpf/fapi2/src')
-rw-r--r--src/import/hwpf/fapi2/src/fapi2.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/import/hwpf/fapi2/src/fapi2.mk b/src/import/hwpf/fapi2/src/fapi2.mk
index 5bbf7d151..6058daccb 100644
--- a/src/import/hwpf/fapi2/src/fapi2.mk
+++ b/src/import/hwpf/fapi2/src/fapi2.mk
@@ -27,10 +27,7 @@ FAPI2_MODULE_OBJS += array.o
FAPI2_MODULE_OBJS += error_info.o
FAPI2_MODULE_OBJS += ffdc.o
FAPI2_MODULE_OBJS += fapi2_attribute_service.o
-#TODO RTC 134733: Can't find the basic XML for attributes, so
-# fapi2_chip_ec_feature.C doesn't compile.
-#FAPI2_MODULE_OBJS += fapi2_chip_ec_feature.o
-#FAPI2_MODULE_OBJS += collect_reg_ffdc.o
+FAPI2_MODULE_OBJS += fapi2_chip_ec_feature.o
# Define common source and include paths.
define FAPI2_MODULE_INCLUDES
OpenPOWER on IntegriCloud