From cb03acea61476cbda277e849b3e830ba0cef9091 Mon Sep 17 00:00:00 2001 From: spashabk-in Date: Tue, 14 Feb 2017 04:51:20 -0600 Subject: Errl parser fix and support to make DD1 and DD2 images separately Supported rules: make DD1 -> build DD1 images make DD2 -> build DD2 images make all -> build all images make install_DD1 -> create simics tar for DD1 make install_DD2 -> create simics tar for DD2 make install -> create simics tar including all images Change-Id: I7eb62f2551d0ca8cf467270812df7da0c181d3af Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/36416 Tested-by: Jenkins Server Tested-by: FSP CI Jenkins Reviewed-by: AMIT J. TENDOLKAR Reviewed-by: RAJA DAS Reviewed-by: Sachin Gupta --- src/build/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/build') diff --git a/src/build/Makefile b/src/build/Makefile index d6576ee9..b6bcbea4 100644 --- a/src/build/Makefile +++ b/src/build/Makefile @@ -99,7 +99,7 @@ endif SIMICS_PPE_TAR_FILES += $(IMG_DIR)/sbe_*.syms SIMICS_PPE_TAR_FILES += $(TEST_SRCDIR)/*.xml SIMICS_PPE_TAR_FILES += $(TEST_SRCDIR)/*.py -SIMICS_PPE_TAR_FILES += $(IMG_DIR)/$(SBE_STRINGFILE_NAME) +SIMICS_PPE_TAR_FILES += $(IMG_DIR)/sbeStringFile* SIMICS_PPE_TAR_FILES += $(PPETRACEPP_BIN_DIR)/ppe2fsp SIMICS_BB_TAR_FILES += $(SIMICSTOOLS_SRCDIR)/* SIMICS_BB_TAR_FILES += $(DEBUGTOOLS_SRCDIR)/simics-debug-framework.py @@ -179,6 +179,7 @@ install: all tar tar: # TODO:Remove this line once Simics supports DD specific files @cp $(IMG_DIR)/sbe_seeprom_DD1.bin $(IMG_DIR)/sbe_seeprom.bin | true + @cp $(IMG_DIR)/sbeStringFile_DD1 $(IMG_DIR)/sbeStringFile | true @echo "Installing simics.tar" @rm -rf $(OBJDIR)/simics-tar-dir @mkdir $(OBJDIR)/simics-tar-dir -- cgit v1.2.1