summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/hwp/dram_training
diff options
context:
space:
mode:
authorRichard J. Knight <rjknight@us.ibm.com>2013-01-17 14:15:52 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-02-16 00:21:43 -0600
commit7c73f96c7e3f309210d58332dc7f3fc4012118ef (patch)
tree8d590e05cc96c6717b60f992468aa7375cacc70c /src/usr/hwpf/hwp/dram_training
parentd1195e983876d811c2ac413302598709fa750ffd (diff)
downloadtalos-hostboot-7c73f96c7e3f309210d58332dc7f3fc4012118ef.tar.gz
talos-hostboot-7c73f96c7e3f309210d58332dc7f3fc4012118ef.zip
Unload unused modules - simple version
Created a list of dependant modules for each istep. modules for previous step are unloaded before loading the modules for new step Added perl script to validate istep dependancies during the build. Change-Id: Ia916814328ac37c24e4275ec42827520dada8686 RTC:51709 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2979 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/hwp/dram_training')
-rw-r--r--src/usr/hwpf/hwp/dram_training/makefile31
1 files changed, 15 insertions, 16 deletions
diff --git a/src/usr/hwpf/hwp/dram_training/makefile b/src/usr/hwpf/hwp/dram_training/makefile
index 4c0ab9d0e..e251b81e7 100644
--- a/src/usr/hwpf/hwp/dram_training/makefile
+++ b/src/usr/hwpf/hwp/dram_training/makefile
@@ -1,25 +1,25 @@
-# IBM_PROLOG_BEGIN_TAG
-# This is an automatically generated prolog.
+# IBM_PROLOG_BEGIN_TAG
+# This is an automatically generated prolog.
#
-# $Source: src/usr/hwpf/hwp/dram_training/makefile $
+# $Source: src/usr/hwpf/hwp/dram_training/makefile $
#
-# IBM CONFIDENTIAL
+# IBM CONFIDENTIAL
#
-# COPYRIGHT International Business Machines Corp. 2012
+# COPYRIGHT International Business Machines Corp. 2012,2013
#
-# p1
+# p1
#
-# Object Code Only (OCO) source materials
-# Licensed Internal Code Source Materials
-# IBM HostBoot Licensed Internal Code
+# Object Code Only (OCO) source materials
+# Licensed Internal Code Source Materials
+# IBM HostBoot Licensed Internal Code
#
-# The source code for this program is not published or other-
-# wise divested of its trade secrets, irrespective of what has
-# been deposited with the U.S. Copyright Office.
+# The source code for this program is not published or otherwise
+# divested of its trade secrets, irrespective of what has been
+# deposited with the U.S. Copyright Office.
#
-# Origin: 30
+# Origin: 30
#
-# IBM_PROLOG_END_TAG
+# IBM_PROLOG_END_TAG
ROOTPATH = ../../../../..
MODULE = dram_training
@@ -53,7 +53,6 @@ EXTRAINCDIR += ${ROOTPATH}/src/usr/hwpf/hwp/dram_training/mss_draminit_trainadv
OBJS = dram_training.o \
mss_draminit.o \
mss_funcs.o \
- mss_unmask_errors.o \
mss_draminit_mc.o \
mss_draminit_training.o \
mss_ddr_phy_reset.o \
@@ -68,7 +67,7 @@ OBJS = dram_training.o \
mss_mcbist.o \
mss_mcbist_common.o\
hbVddrMsg.o
-
+
## NOTE: add a new directory onto the vpaths when you add a new HWP
##@ VPATH += ${ROOTPATH}/src/usr/hwpf/hwp/???
VPATH += ${ROOTPATH}/src/usr/hwpf/hwp/dram_training/mss_draminit_training
OpenPOWER on IntegriCloud