summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Peschke <mpeschke@de.ibm.com>2016-08-17 14:40:32 +0200
committerMartin Peschke <mpeschke@de.ibm.com>2016-08-19 03:45:14 -0400
commit629873b2b5a5bf45573c7bf08b13eb6234062a17 (patch)
tree1131b218363b3063d99fdd8c90e97ed5ac6f2d09
parentd72a8abc177a76b83979a01f5d4ed2cab130f243 (diff)
downloadtalos-sbe-629873b2b5a5bf45573c7bf08b13eb6234062a17.tar.gz
talos-sbe-629873b2b5a5bf45573c7bf08b13eb6234062a17.zip
move ppeSetFixed.pl from tools/image to tools/scripts
Change-Id: I15e6437594542285fc1ecc3d64165c04fd70d888 RTC: 157865 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/28376 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Prachi Gupta <pragupta@us.ibm.com> Reviewed-by: Claus M. Olsen <cmolsen@us.ibm.com> Reviewed-by: Martin Peschke <mpeschke@de.ibm.com>
-rw-r--r--sbe/image/Makefile2
-rwxr-xr-xtools/scripts/ppeSetFixed.pl (renamed from tools/image/ppeSetFixed.pl)3
2 files changed, 2 insertions, 3 deletions
diff --git a/sbe/image/Makefile b/sbe/image/Makefile
index 5ed60626..721a662d 100644
--- a/sbe/image/Makefile
+++ b/sbe/image/Makefile
@@ -306,7 +306,7 @@ normalize: $(P9_XIP_TOOL) $(OBJDIR)/$(IMAGE_SEEPROM_NAME).bin
$(P9_XIP_TOOL) $(OBJDIR)/$(IMAGE_SEEPROM_NAME).bin normalize
defaultset: $(SBE_TOOLS) $(OBJDIR)/$(IMAGE_SEEPROM_NAME).bin normalize
- $(TOOLS_IMAGE_DIR)/ppeSetFixed.pl $(TOOLS_IMAGE_DIR) $(BASE_OBJDIR)/$(IMAGE_SEEPROM_NAME).bin $(IMPORT_XML_DIR)/attribute_info/p9_sbe_attributes.xml $(ATTRFILES)
+ $(TOOLS_ATTR_DIR)/ppeSetFixed.pl $(TOOLS_IMAGE_DIR) $(BASE_OBJDIR)/$(IMAGE_SEEPROM_NAME).bin $(IMPORT_XML_DIR)/attribute_info/p9_sbe_attributes.xml $(ATTRFILES)
# Build the trace utilities
ppe_trace_bin:
diff --git a/tools/image/ppeSetFixed.pl b/tools/scripts/ppeSetFixed.pl
index 701e73e9..aba25973 100755
--- a/tools/image/ppeSetFixed.pl
+++ b/tools/scripts/ppeSetFixed.pl
@@ -2,12 +2,11 @@
# IBM_PROLOG_BEGIN_TAG
# This is an automatically generated prolog.
#
-# $Source: tools/image/ppeSetFixed.pl $
+# $Source: tools/scripts/ppeSetFixed.pl $
#
# OpenPOWER sbe Project
#
# Contributors Listed Below - COPYRIGHT 2015,2016
-# [+] International Business Machines Corp.
#
#
# Licensed under the Apache License, Version 2.0 (the "License");
OpenPOWER on IntegriCloud