summaryrefslogtreecommitdiffstats
path: root/src/usr/isteps/nvdimm/makefile
diff options
context:
space:
mode:
authorTsung Yeung <tyeung@us.ibm.com>2018-08-06 08:51:22 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-10-30 16:50:11 -0500
commit2c1c99f370191e4099870a0699cd6f01510222e7 (patch)
tree52081d13a60adf0cfeea62189e45d48b9cb9203a /src/usr/isteps/nvdimm/makefile
parentd9711869369308c99eea851c45022b66f68b12df (diff)
downloadtalos-hostboot-2c1c99f370191e4099870a0699cd6f01510222e7.tar.gz
talos-hostboot-2c1c99f370191e4099870a0699cd6f01510222e7.zip
Adds NVDIMM IPL Support on ZZ
-New NVDIMM functions to support restore and trigger setup -Includes NVDIMM step in call_mss_power_cleanup after mss_power_cleanup HWP -Fixes attribute NV_STATUS_FLAG to match HDAT spec Change-Id: I2d68123ceb0b8e7a33b54f9acad0968670a67ea9 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/63948 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> Reviewed-by: Christian R. Geddes <crgeddes@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/usr/isteps/nvdimm/makefile')
-rw-r--r--src/usr/isteps/nvdimm/makefile53
1 files changed, 53 insertions, 0 deletions
diff --git a/src/usr/isteps/nvdimm/makefile b/src/usr/isteps/nvdimm/makefile
new file mode 100644
index 000000000..a39be6f0e
--- /dev/null
+++ b/src/usr/isteps/nvdimm/makefile
@@ -0,0 +1,53 @@
+# IBM_PROLOG_BEGIN_TAG
+# This is an automatically generated prolog.
+#
+# $Source: src/usr/isteps/nvdimm/makefile $
+#
+# OpenPOWER HostBoot Project
+#
+# Contributors Listed Below - COPYRIGHT 2012,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
+ROOTPATH = ../../../..
+
+PROCEDURE_PATH = ${ROOTPATH}/src/import/chips/p9/procedures
+
+#Add all the extra include paths
+
+EXTRAINCDIR += ${ROOTPATH}/obj/genfiles/
+EXTRAINCDIR += ${ROOTPATH}/src/import/hwpf/fapi2/include
+EXTRAINCDIR += ${ROOTPATH}/src/include/usr/fapi2
+EXTRAINCDIR += ${ROOTPATH}/src/import/chips/common/utils/imageProcs/
+EXTRAINCDIR += ${ROOTPATH}/src/import/
+EXTRAINCDIR += ${PROCEDURE_PATH}/hwp/memory
+EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/common/include/
+EXTRAINCDIR += ${PROCEDURE_PATH}/hwp/memory/lib/eff_config/
+EXTRAINCDIR += ${PROCEDURE_PATH}/hwp/memory/lib/
+EXTRAINCDIR += ${PROCEDURE_PATH}/hwp/memory/lib/mcbist/
+EXTRAINCDIR += ${PROCEDURE_PATH}/hwp/memory/lib/dimm/
+EXTRAINCDIR += ${PROCEDURE_PATH}/hwp/memory/lib/dimm/ddr4/
+EXTRAINCDIR += ${PROCEDURE_PATH}/hwp/memory/
+EXTRAINCDIR += ${PROCEDURE_PATH}/hwp/ffdc/
+
+MODULE = nvdimm
+
+OBJS += nvdimm.o
+
+include ${ROOTPATH}/config.mk
+
+VPATH += ${PROCEDURE_PATH}/hwp/memory/
+VPATH += ${PROCEDURE_PATH}/hwp/memory/lib/dimm/ddr4/
OpenPOWER on IntegriCloud