diff options
| author | Tsung Yeung <tyeung@us.ibm.com> | 2018-10-30 16:20:12 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2019-01-09 12:41:27 -0600 |
| commit | 468aed31ffbed5d33e14de5959c66230ed50ee05 (patch) | |
| tree | bcd09912499f1b786a0cacef4b366e69043060a2 /src/usr/isteps/pm/runtime/makefile | |
| parent | b9a994a7a57a0d909b452e4e8a385224498beae3 (diff) | |
| download | talos-hostboot-468aed31ffbed5d33e14de5959c66230ed50ee05.tar.gz talos-hostboot-468aed31ffbed5d33e14de5959c66230ed50ee05.zip | |
Move NVDIMM Erase and Arm to Runtime
-Move erase and arm to after OCC has started
-Address several TODOs in I2d68123ceb0b8e7a33b54f9acad0968670a67ea9
-Combine arm and erase into an atomic operation with ATOMIC_SAVE_AND_ERASE
Change-Id: Iad06f6fe7128df3defc4ded57b0151f9c4b9d15e
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/68197
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Tested-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/isteps/pm/runtime/makefile')
| -rw-r--r-- | src/usr/isteps/pm/runtime/makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/usr/isteps/pm/runtime/makefile b/src/usr/isteps/pm/runtime/makefile index ecffa4f37..c3be1b818 100644 --- a/src/usr/isteps/pm/runtime/makefile +++ b/src/usr/isteps/pm/runtime/makefile @@ -31,12 +31,17 @@ VPATH += ../ MODULE = pm_rt +EXTRAINCDIR += ${ROOTPATH}/src/usr/isteps/nvdimm + ## Objects unique to HBRT OBJS += rt_pm.o +## Dependencies for nvdimm.mk +VPATH += ${ROOTPATH}/src/usr/isteps/nvdimm + SUBDIRS += test.d ## Objects common to HBRT and HB IPL include ../pm.mk - +include ${ROOTPATH}/src/usr/isteps/nvdimm/nvdimm.mk include ${ROOTPATH}/config.mk |

