From 64f14f0cf2dc90524a051295efd1e450cb819d32 Mon Sep 17 00:00:00 2001 From: Andre Marin Date: Tue, 27 Nov 2018 13:21:51 -0600 Subject: Add L1 procedures for p9a and makefiles Change-Id: Ifffd416d18cf52d76e7fb93f5aa73408d5cacd17 Original-Change-Id: I9f56a57f85a1b970bb17adde474ff6f89dc3c19d Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/69155 Tested-by: Jenkins Server Reviewed-by: Louis Stermole Reviewed-by: STEPHEN GLANCY Reviewed-by: Jennifer A. Stofer Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/71981 Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Tested-by: FSP CI Jenkins Reviewed-by: Christian R. Geddes --- src/import/chips/p9a/procedures/hwp/memory/p9a_mss_eff_config.mk | 7 +++++++ .../chips/p9a/procedures/hwp/memory/p9a_mss_eff_config_thermal.mk | 7 +++++++ src/import/chips/p9a/procedures/hwp/memory/p9a_mss_freq.mk | 7 +++++++ src/import/chips/p9a/procedures/hwp/memory/p9a_mss_freq_system.mk | 7 +++++++ 4 files changed, 28 insertions(+) (limited to 'src') diff --git a/src/import/chips/p9a/procedures/hwp/memory/p9a_mss_eff_config.mk b/src/import/chips/p9a/procedures/hwp/memory/p9a_mss_eff_config.mk index 8fd61cea5..94114e779 100644 --- a/src/import/chips/p9a/procedures/hwp/memory/p9a_mss_eff_config.mk +++ b/src/import/chips/p9a/procedures/hwp/memory/p9a_mss_eff_config.mk @@ -22,3 +22,10 @@ # permissions and limitations under the License. # # IBM_PROLOG_END_TAG + +# Include the macros and things for MSS procedures +-include 00p9a_common.mk + +PROCEDURE=p9a_mss_eff_config +$(eval $(call ADD_MEMORY_INCDIRS,$(PROCEDURE))) +$(call BUILD_PROCEDURE) diff --git a/src/import/chips/p9a/procedures/hwp/memory/p9a_mss_eff_config_thermal.mk b/src/import/chips/p9a/procedures/hwp/memory/p9a_mss_eff_config_thermal.mk index 9e62a2782..07adb9c70 100644 --- a/src/import/chips/p9a/procedures/hwp/memory/p9a_mss_eff_config_thermal.mk +++ b/src/import/chips/p9a/procedures/hwp/memory/p9a_mss_eff_config_thermal.mk @@ -22,3 +22,10 @@ # permissions and limitations under the License. # # IBM_PROLOG_END_TAG + +# Include the macros and things for MSS procedures +-include 00p9a_common.mk + +PROCEDURE=p9a_mss_eff_config_thermal +$(eval $(call ADD_MEMORY_INCDIRS,$(PROCEDURE))) +$(call BUILD_PROCEDURE) diff --git a/src/import/chips/p9a/procedures/hwp/memory/p9a_mss_freq.mk b/src/import/chips/p9a/procedures/hwp/memory/p9a_mss_freq.mk index 38d2e0698..bd2a3e083 100644 --- a/src/import/chips/p9a/procedures/hwp/memory/p9a_mss_freq.mk +++ b/src/import/chips/p9a/procedures/hwp/memory/p9a_mss_freq.mk @@ -22,3 +22,10 @@ # permissions and limitations under the License. # # IBM_PROLOG_END_TAG + +# Include the macros and things for MSS procedures +-include 00p9a_common.mk + +PROCEDURE=p9a_mss_freq +$(eval $(call ADD_MEMORY_INCDIRS,$(PROCEDURE))) +$(call BUILD_PROCEDURE) diff --git a/src/import/chips/p9a/procedures/hwp/memory/p9a_mss_freq_system.mk b/src/import/chips/p9a/procedures/hwp/memory/p9a_mss_freq_system.mk index dbab4888d..2e399418e 100644 --- a/src/import/chips/p9a/procedures/hwp/memory/p9a_mss_freq_system.mk +++ b/src/import/chips/p9a/procedures/hwp/memory/p9a_mss_freq_system.mk @@ -22,3 +22,10 @@ # permissions and limitations under the License. # # IBM_PROLOG_END_TAG + +# Include the macros and things for MSS procedures +-include 00p9a_common.mk + +PROCEDURE=p9a_mss_freq_system +$(eval $(call ADD_MEMORY_INCDIRS,$(PROCEDURE))) +$(call BUILD_PROCEDURE) -- cgit v1.2.1