summaryrefslogtreecommitdiffstats
path: root/src/build
diff options
context:
space:
mode:
authorSantosh Puranik <santosh.puranik@in.ibm.com>2016-09-20 06:53:51 -0500
committerSantosh S. Puranik <santosh.puranik@in.ibm.com>2016-09-21 07:06:18 -0400
commit7bc92647d1c160eab3987c387d7fff53047ffab9 (patch)
treef16d9d3aa5baea8b54a07df5b063ef6dc737f7ce /src/build
parent93749c8818208de5c254da2b23a7b642d0a91e87 (diff)
downloadtalos-sbe-7bc92647d1c160eab3987c387d7fff53047ffab9.tar.gz
talos-sbe-7bc92647d1c160eab3987c387d7fff53047ffab9.zip
Use mirrored error info parser script
Change-Id: Ia9eb323b431377cb57d12c54489ce0c77d13a0bf Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/29946 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Reviewed-by: RAJA DAS <rajadas2@in.ibm.com> Reviewed-by: Santosh S. Puranik <santosh.puranik@in.ibm.com>
Diffstat (limited to 'src/build')
-rw-r--r--src/build/Makefile4
-rw-r--r--src/build/img_defs.mk4
2 files changed, 6 insertions, 2 deletions
diff --git a/src/build/Makefile b/src/build/Makefile
index ba0f8fd0..11413045 100644
--- a/src/build/Makefile
+++ b/src/build/Makefile
@@ -280,8 +280,8 @@ ppe_trace_bin:
xml: $(FAPI_RC)
-$(FAPI_RC): $(TOOLS_ATTR_DIR)/parseErrorInfo.pl $(ERROR_XML_FILES)
- $(TOOLS_ATTR_DIR)/parseErrorInfo.pl --local-ffdc --output-dir=$(GENFILES_DIR) $(ERROR_XML_FILES)
+$(FAPI_RC): $(IMPORT_TOOLS_DIR)/parseErrorInfo.pl $(ERROR_XML_FILES)
+ $(IMPORT_TOOLS_DIR)/parseErrorInfo.pl --local-ffdc --output-dir=$(GENFILES_DIR) $(ERROR_XML_FILES)
$(IMG_DIR)/fixed.bin: $(P9_XIP_TOOL) $(IMG_DIR)/$(IMAGE_SEEPROM_NAME).bin
$(P9_XIP_TOOL) $(IMG_DIR)/$(IMAGE_SEEPROM_NAME).bin extract .fixed $(IMG_DIR)/fixed.bin
diff --git a/src/build/img_defs.mk b/src/build/img_defs.mk
index a1f39867..ad8f3a9c 100644
--- a/src/build/img_defs.mk
+++ b/src/build/img_defs.mk
@@ -192,6 +192,10 @@ ifndef TOOLS_ATTR_DIR
export TOOLS_ATTR_DIR = $(TOOLS_SRCDIR)/scripts
endif
+ifndef IMPORT_TOOLS_DIR
+export IMPORT_TOOLS_DIR = $(IMPORT_SRCDIR)/hwpf/fapi2/tools
+endif
+
ifndef TOOLS_IMAGE_DIR
export TOOLS_IMAGE_DIR = $(TOOLS_SRCDIR)/image
endif
OpenPOWER on IntegriCloud