summaryrefslogtreecommitdiffstats
path: root/src/usr/isteps/cen
diff options
context:
space:
mode:
authorPrachi Gupta <pragupta@us.ibm.com>2017-08-13 21:03:58 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-08-29 10:30:25 -0400
commitbcb755c898aab3a0aa97df53f97ba1989fb223f0 (patch)
treeb2af3121afb279bd0b4cc6ae740774ebbaf12f34 /src/usr/isteps/cen
parentf54485747a6669f7bd33c021f46c9d8a28145b9e (diff)
downloadtalos-hostboot-bcb755c898aab3a0aa97df53f97ba1989fb223f0.tar.gz
talos-hostboot-bcb755c898aab3a0aa97df53f97ba1989fb223f0.zip
cumulus: changes to boot simics all the way to test cases
Change-Id: Ibc62f59635db28e50197139276b9b4c6b59ccc3e Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/44768 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/isteps/cen')
-rw-r--r--src/usr/isteps/cen/makefile69
1 files changed, 69 insertions, 0 deletions
diff --git a/src/usr/isteps/cen/makefile b/src/usr/isteps/cen/makefile
new file mode 100644
index 000000000..b938ef765
--- /dev/null
+++ b/src/usr/isteps/cen/makefile
@@ -0,0 +1,69 @@
+# IBM_PROLOG_BEGIN_TAG
+# This is an automatically generated prolog.
+#
+# $Source: src/usr/isteps/cen/makefile $
+#
+# OpenPOWER HostBoot Project
+#
+# Contributors Listed Below - COPYRIGHT 2017
+# [+] International Business Machines Corp.
+#
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+# implied. See the License for the specific language governing
+# permissions and limitations under the License.
+#
+# IBM_PROLOG_END_TAG
+ROOTPATH=../../../..
+
+PROCEDURES_PATH = ${ROOTPATH}/src/import/chips/centaur/procedures
+
+#Add all the extra include paths
+EXTRAINCDIR += ${ROOTPATH}/src/import/hwpf/fapi2/include
+EXTRAINCDIR += ${ROOTPATH}/src/include/usr/fapi2/
+EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/utils/
+EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/utils/imageProcs/
+EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/common/include/
+
+
+CEN_LIB += ${PROCEDURES_PATH}/hwp/memory
+CEN_LIB += ${PROCEDURES_PATH}/hwp/memory/lib
+CEN_LIB += ${PROCEDURES_PATH}/hwp/memory/lib/utils
+CEN_LIB += ${PROCEDURES_PATH}/hwp/memory/lib/shared
+CEN_LIB += ${ROOTPATH}/src/import/
+
+EXTRAINCDIR += ${CEN_LIB}
+MSS_PATH := $(PROCEDURES_PATH)/hwp/memory/lib
+
+MSS_SOURCE := $(shell find $(MSS_PATH) -name '*.C' -exec basename {} \;)
+MSS_MODULE_OBJS += $(patsubst %.C,%.o,$(MSS_SOURCE))
+
+MSS_SOURCE_DIRS := $(shell find $(MSS_PATH) -type d)
+
+# Define common source and include paths.
+#define MSS_MODULE_INCLUDES
+#$(foreach dir, $(MSS_SOURCE_DIRS), $(call ADD_MODULE_SRCDIR,$(1),$(dir)))
+#$(call ADD_MODULE_INCDIR,$(1),$(ROOTPATH)/src/import/chips/centaur/procedures/hwp/memory)
+#$(call ADD_MODULE_INCDIR,$(1),$(FAPI2_PATH)/include)
+#$(call ADD_MODULE_INCDIR,$(1),$(GENPATH))
+#$(call ADD_MODULE_INCDIR,$(1),$(FAPI2_PLAT_INCLUDE))
+#$(call ADD_MODULE_INCDIR,$(1),$(ROOTPATH))
+#endef
+#
+MODULE = cen
+OBJS += $(MSS_MODULE_OBJS)
+#$(eval $(call MSS_MODULE_INCLUDES,$(MODULE)))
+$(call BUILD_MODULE)
+
+include ${ROOTPATH}/procedure.rules.mk
+include ${ROOTPATH}/config.mk
+
+VPATH += ${CEN_LIB}
OpenPOWER on IntegriCloud