diff options
| author | Matt Derksen <mderkse1@us.ibm.com> | 2019-05-06 16:02:12 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2019-05-14 10:45:30 -0500 |
| commit | 7ddeb4b85db8f85f1ddffcda0943efeba58e20f9 (patch) | |
| tree | a67284c479881c6e4ea0a64ec0eb2472257ecdd1 /src | |
| parent | 63810dfdcefee045841922ce1e4038ef592d98f1 (diff) | |
| download | talos-hostboot-7ddeb4b85db8f85f1ddffcda0943efeba58e20f9.tar.gz talos-hostboot-7ddeb4b85db8f85f1ddffcda0943efeba58e20f9.zip | |
Remove unnecessary pmic mk files from ekb import
Hostboot will just use .o compiles and not use the mk files
Change-Id: I95f78325c4e9e784436d634d759f7082d3ecd09b
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/77004
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')
4 files changed, 0 insertions, 148 deletions
diff --git a/src/import/chips/ocmb/common/procedures/hwp/pmic/00pmic_common.mk b/src/import/chips/ocmb/common/procedures/hwp/pmic/00pmic_common.mk deleted file mode 100644 index 45aa96761..000000000 --- a/src/import/chips/ocmb/common/procedures/hwp/pmic/00pmic_common.mk +++ /dev/null @@ -1,39 +0,0 @@ -# IBM_PROLOG_BEGIN_TAG -# This is an automatically generated prolog. -# -# $Source: src/import/chips/ocmb/common/procedures/hwp/pmic/00pmic_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_PMIC_INCLUDES := $(GENPATH) -MSS_PMIC_INCLUDES += $(ROOTPATH) -MSS_PMIC_INCLUDES += $(ROOTPATH)/chips/ocmb/common/include -MSS_PMIC_INCLUDES += $(ROOTPATH)/chips/ocmb/common/procedures/hwp/pmic/lib -MSS_PMIC_INCLUDES += $(ROOTPATH)/chips/ocmb/common/procedures/hwp/pmic - -# For generic attribute accessors -MSS_PMIC_INCLUDES += $(ROOTPATH)/generic/memory/lib - -CATCH_UNIT_TESTS_INCLUDES := $(ROOTPATH)/hwpf/fapi2/test - -# ADD_PMIC_MEMORY_INCDIRS -# This macro will add additional include paths for all memory modules -ADD_PMIC_MEMORY_INCDIRS = $(call __ADD_MODULE_INCDIR,$(1),$(MSS_PMIC_INCLUDES)) diff --git a/src/import/chips/ocmb/common/procedures/hwp/pmic/lib/mss_pmic.mk b/src/import/chips/ocmb/common/procedures/hwp/pmic/lib/mss_pmic.mk deleted file mode 100644 index fece37d40..000000000 --- a/src/import/chips/ocmb/common/procedures/hwp/pmic/lib/mss_pmic.mk +++ /dev/null @@ -1,49 +0,0 @@ -# IBM_PROLOG_BEGIN_TAG -# This is an automatically generated prolog. -# -# $Source: src/import/chips/ocmb/common/procedures/hwp/pmic/lib/mss_pmic.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_PMIC_PATH := $(ROOTPATH)/chips/ocmb/common/procedures/hwp/pmic/lib - -MSS_PMIC_SOURCE := $(shell find $(MSS_PMIC_PATH) -name '*.C' -exec basename {} \;) - -MSS_PMIC_MODULE_OBJS += $(patsubst %.C,%.o,$(MSS_PMIC_SOURCE)) - -MSS_PMIC_SOURCE_DIRS := $(shell find $(MSS_PMIC_PATH) -type d) - -# Define common source and include paths. -define MSS_PMIC_MODULE_INCLUDES -$(foreach dir, $(MSS_PMIC_SOURCE_DIRS), $(call ADD_MODULE_SRCDIR,$(1),$(dir))) -$(call ADD_MODULE_INCDIR,$(1),$(ROOTPATH)/chips/ocmb/common/procedures/hwp/pmic) -$(call ADD_MODULE_INCDIR,$(1),$(ROOTPATH)/chips/ocmb/common/procedures/hwp/pmic/lib) -$(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_pmic -OBJS += $(MSS_PMIC_MODULE_OBJS) - -$(eval $(call MSS_PMIC_MODULE_INCLUDES,$(MODULE))) -$(call BUILD_MODULE) diff --git a/src/import/chips/ocmb/common/procedures/hwp/pmic/pmic_bias.mk b/src/import/chips/ocmb/common/procedures/hwp/pmic/pmic_bias.mk deleted file mode 100644 index 8356e8cb9..000000000 --- a/src/import/chips/ocmb/common/procedures/hwp/pmic/pmic_bias.mk +++ /dev/null @@ -1,30 +0,0 @@ -# IBM_PROLOG_BEGIN_TAG -# This is an automatically generated prolog. -# -# $Source: src/import/chips/ocmb/common/procedures/hwp/pmic/pmic_bias.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 - --include 00pmic_common.mk - -PROCEDURE=pmic_bias -$(eval $(call ADD_PMIC_MEMORY_INCDIRS,$(PROCEDURE))) -$(call BUILD_PROCEDURE) diff --git a/src/import/chips/ocmb/common/procedures/hwp/pmic/pmic_enable.mk b/src/import/chips/ocmb/common/procedures/hwp/pmic/pmic_enable.mk deleted file mode 100644 index 17d6de50d..000000000 --- a/src/import/chips/ocmb/common/procedures/hwp/pmic/pmic_enable.mk +++ /dev/null @@ -1,30 +0,0 @@ -# IBM_PROLOG_BEGIN_TAG -# This is an automatically generated prolog. -# -# $Source: src/import/chips/ocmb/common/procedures/hwp/pmic/pmic_enable.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 - --include 00pmic_common.mk - -PROCEDURE=pmic_enable -$(eval $(call ADD_PMIC_MEMORY_INCDIRS,$(PROCEDURE))) -$(call BUILD_PROCEDURE) |

