summaryrefslogtreecommitdiffstats
path: root/src/import/chips/ocmb/gemini
diff options
context:
space:
mode:
authorMark Pizzutillo <Mark.Pizzutillo@ibm.com>2019-05-07 11:07:39 -0400
committerDaniel M. Crowell <dcrowell@us.ibm.com>2019-05-08 14:53:28 -0500
commitbb8ed31934624fb652235a327dbb89b7df05606b (patch)
tree7d56659adfcc9991ba97534a86c0e1d20cd1c62b /src/import/chips/ocmb/gemini
parentdc855079f5226e4890a3ccc323e11b7614e6479a (diff)
downloadtalos-hostboot-bb8ed31934624fb652235a327dbb89b7df05606b.tar.gz
talos-hostboot-bb8ed31934624fb652235a327dbb89b7df05606b.zip
Remove unneeded gemini makefiles
Change-Id: Ie8ab03daf22e7f4c9085af41e2df89c99a9060a4 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/77050 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/ocmb/gemini')
-rw-r--r--src/import/chips/ocmb/gemini/procedures/hwp/memory/00gem_common.mk40
-rw-r--r--src/import/chips/ocmb/gemini/procedures/hwp/memory/lib/mss_gemini.mk54
2 files changed, 0 insertions, 94 deletions
diff --git a/src/import/chips/ocmb/gemini/procedures/hwp/memory/00gem_common.mk b/src/import/chips/ocmb/gemini/procedures/hwp/memory/00gem_common.mk
deleted file mode 100644
index 579195632..000000000
--- a/src/import/chips/ocmb/gemini/procedures/hwp/memory/00gem_common.mk
+++ /dev/null
@@ -1,40 +0,0 @@
-# IBM_PROLOG_BEGIN_TAG
-# This is an automatically generated prolog.
-#
-# $Source: src/import/chips/ocmb/gemini/procedures/hwp/memory/00gem_common.mk $
-#
-# OpenPOWER HostBoot Project
-#
-# Contributors Listed Below - COPYRIGHT 2019
-# [+] 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
-
-MSS_GEM_INCLUDES := $(GENPATH)
-MSS_GEM_INCLUDES += $(ROOTPATH)
-MSS_GEM_INCLUDES += $(ROOTPATH)/chips/ocmb/gemini/procedures/hwp/memory/
-MSS_GEM_INCLUDES += $(ROOTPATH)/chips/ocmb/gemini/procedures/hwp/memory/lib/
-MSS_GEM_INCLUDES += $(ROOTPATH)/chips/ocmb/explorer/common/include
-MSS_GEM_INCLUDES += $(ROOTPATH)/chips/ocmb/explorer/procedures/hwp/memory/
-MSS_GEM_INCLUDES += $(ROOTPATH)/chips/ocmb/explorer/procedures/hwp/memory/lib/i2c
-MSS_GEM_INCLUDES += $(ROOTPATH)/chips/ocmb/explorer/procedures/hwp/memory/lib/
-MSS_GEM_INCLUDES += $(ROOTPATH)/generic/memory/lib
-
-CATCH_UNIT_TESTS_INCLUDES := $(ROOTPATH)/hwpf/fapi2/test
-
-# ADD_EXP_MEMORY_INCDIRS
-# This macro will add additional include paths for all memory modules
-ADD_GEM_MEMORY_INCDIRS = $(call __ADD_MODULE_INCDIR,$(1),$(MSS_GEM_INCLUDES))
diff --git a/src/import/chips/ocmb/gemini/procedures/hwp/memory/lib/mss_gemini.mk b/src/import/chips/ocmb/gemini/procedures/hwp/memory/lib/mss_gemini.mk
deleted file mode 100644
index a3b5fae39..000000000
--- a/src/import/chips/ocmb/gemini/procedures/hwp/memory/lib/mss_gemini.mk
+++ /dev/null
@@ -1,54 +0,0 @@
-# IBM_PROLOG_BEGIN_TAG
-# This is an automatically generated prolog.
-#
-# $Source: src/import/chips/ocmb/gemini/procedures/hwp/memory/lib/mss_gemini.mk $
-#
-# OpenPOWER HostBoot Project
-#
-# Contributors Listed Below - COPYRIGHT 2019
-# [+] 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
-#
-# Makefile to build the MSS libraries.
-#
-
-# Add common and generated parts to object list.
-
-MSS_GEMINI_LIB_PATH := $(ROOTPATH)/chips/ocmb/gemini/procedures/hwp/memory/lib
-
-MSS_GEM_SOURCE := $(shell find $(MSS_GEMINI_LIB_PATH) -name '*.C' -exec basename {} \;)
-
-MSS_GEM_MODULE_OBJS += $(patsubst %.C,%.o,$(MSS_GEM_SOURCE))
-
-MSS_GEM_SOURCE_DIRS := $(shell find $(MSS_GEMINI_LIB_PATH) -type d)
-
-# Define common source and include paths.
-define MSS_GEM_MODULE_INCLUDES
-$(foreach dir, $(MSS_GEM_SOURCE_DIRS), $(call ADD_MODULE_SRCDIR,$(1),$(dir)))
-$(call ADD_MODULE_INCDIR,$(1),$(ROOTPATH)/chips/ocmb/gemini/procedures/hwp/memory)
-$(call ADD_MODULE_INCDIR,$(1),$(ROOTPATH)/chips/ocmb/explorer/procedures/hwp/memory)
-$(call ADD_MODULE_INCDIR,$(1),$(ROOTPATH)/generic/memory/lib)
-$(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 = mss_gemini
-OBJS += $(MSS_GEM_MODULE_OBJS)
-
-$(eval $(call MSS_GEM_MODULE_INCLUDES,$(MODULE)))
-$(call BUILD_MODULE)
OpenPOWER on IntegriCloud