diff options
| author | Tsung Yeung <tyeung@us.ibm.com> | 2018-08-06 08:51:22 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2018-10-30 16:50:11 -0500 |
| commit | 2c1c99f370191e4099870a0699cd6f01510222e7 (patch) | |
| tree | 52081d13a60adf0cfeea62189e45d48b9cb9203a /src/makefile | |
| parent | d9711869369308c99eea851c45022b66f68b12df (diff) | |
| download | talos-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/makefile')
| -rw-r--r-- | src/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/makefile b/src/makefile index 4534c8179..d7b0bf045 100644 --- a/src/makefile +++ b/src/makefile @@ -210,6 +210,7 @@ EXTENDED_MODULES += fab_iovalid EXTENDED_MODULES += isteps_nest EXTENDED_MODULES += isteps_io EXTENDED_MODULES += node_comm +EXTENDED_MODULES += $(if $(CONFIG_NVDIMM),nvdimm) #*************************************** # Working test modules |

