From 14f1070233d3cc4ffb62e76cd3482d3abe9aae59 Mon Sep 17 00:00:00 2001 From: Stephen Glancy Date: Mon, 2 Apr 2018 15:29:43 -0500 Subject: Adds centaur dynamic VDDR code Change-Id: I2cfd9b95c7a07abac6d91cb78ac5aba89f2bb094 Original-Change-Id: Ie6f0471da550f386b3558b274affad02d4f1b673 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/56593 Tested-by: FSP CI Jenkins Reviewed-by: Louis Stermole Reviewed-by: Michael D. Pardeik Reviewed-by: ANDRE A. MARIN Tested-by: Jenkins Server Tested-by: HWSV CI Tested-by: Hostboot CI Reviewed-by: Jennifer A. Stofer Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/58293 Reviewed-by: STEPHEN GLANCY Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Reviewed-by: Daniel M. Crowell --- .../procedures/hwp/memory/mss_dynamic_vid_utils.mk | 31 +++++++++++++++++++++ .../hwp/memory/p9c_mss_volt_vddr_offset.mk | 32 ++++++++++++++++++++++ 2 files changed, 63 insertions(+) create mode 100644 src/import/chips/centaur/procedures/hwp/memory/mss_dynamic_vid_utils.mk create mode 100755 src/import/chips/centaur/procedures/hwp/memory/p9c_mss_volt_vddr_offset.mk (limited to 'src/import/chips/centaur/procedures/hwp/memory') diff --git a/src/import/chips/centaur/procedures/hwp/memory/mss_dynamic_vid_utils.mk b/src/import/chips/centaur/procedures/hwp/memory/mss_dynamic_vid_utils.mk new file mode 100644 index 000000000..ff101f91a --- /dev/null +++ b/src/import/chips/centaur/procedures/hwp/memory/mss_dynamic_vid_utils.mk @@ -0,0 +1,31 @@ +# IBM_PROLOG_BEGIN_TAG +# This is an automatically generated prolog. +# +# $Source: src/import/chips/centaur/procedures/hwp/memory/mss_dynamic_vid_utils.mk $ +# +# OpenPOWER HostBoot Project +# +# Contributors Listed Below - COPYRIGHT 2018 +# [+] 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 the macros and things for MSS procedures +-include 01common.mk + +PROCEDURE=mss_dynamic_vid_utils +$(eval $(call ADD_MEMORY_INCDIRS,$(PROCEDURE))) +$(call BUILD_PROCEDURE) diff --git a/src/import/chips/centaur/procedures/hwp/memory/p9c_mss_volt_vddr_offset.mk b/src/import/chips/centaur/procedures/hwp/memory/p9c_mss_volt_vddr_offset.mk new file mode 100755 index 000000000..f7e5c6e83 --- /dev/null +++ b/src/import/chips/centaur/procedures/hwp/memory/p9c_mss_volt_vddr_offset.mk @@ -0,0 +1,32 @@ +# IBM_PROLOG_BEGIN_TAG +# This is an automatically generated prolog. +# +# $Source: src/import/chips/centaur/procedures/hwp/memory/p9c_mss_volt_vddr_offset.mk $ +# +# OpenPOWER HostBoot Project +# +# Contributors Listed Below - COPYRIGHT 2016,2018 +# [+] 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 the macros and things for MSS procedures +-include 01common.mk + +PROCEDURE=p9c_mss_volt_vddr_offset +$(eval $(call ADD_MEMORY_INCDIRS,$(PROCEDURE))) +lib${PROCEDURE}_DEPLIBS+=mss_dynamic_vid_utils +$(call BUILD_PROCEDURE) -- cgit v1.2.1