summaryrefslogtreecommitdiffstats
path: root/src/usr/isteps/istep20/makefile
diff options
context:
space:
mode:
authorMatt Derksen <mderkse1@us.ibm.com>2018-12-10 16:38:11 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2019-02-28 10:24:21 -0600
commit37e67698be56632c6505990dc3375136494d2a67 (patch)
treea23967962c1e31f9a2a8b7430fff1b10232241b2 /src/usr/isteps/istep20/makefile
parent80cea86add7ba742181cd272b16e10185b5e9a4d (diff)
downloadtalos-hostboot-37e67698be56632c6505990dc3375136494d2a67.tar.gz
talos-hostboot-37e67698be56632c6505990dc3375136494d2a67.zip
Framework for NVDIMM update
This includes framework to update the firmware running on the NV controller. The controller requires 12V power to update, so this function in inside hostboot. Change-Id: I0733d83ff6ba2fc3f026d49c72784b1295bd3eed RTC:201197 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/69879 Reviewed-by: Roland Veloz <rveloz@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/isteps/istep20/makefile')
-rw-r--r--src/usr/isteps/istep20/makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/usr/isteps/istep20/makefile b/src/usr/isteps/istep20/makefile
index f98bb7e9b..5a656bd3b 100644
--- a/src/usr/isteps/istep20/makefile
+++ b/src/usr/isteps/istep20/makefile
@@ -26,5 +26,6 @@ ROOTPATH = ../../../..
MODULE = istep20
OBJS += call_host_load_payload.o
+OBJS += $(if $(CONFIG_NVDIMM),call_nvdimm_update.o,)
include ${ROOTPATH}/config.mk
OpenPOWER on IntegriCloud