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/include/usr/i2c | |
| parent | b9a994a7a57a0d909b452e4e8a385224498beae3 (diff) | |
| download | blackbird-hostboot-468aed31ffbed5d33e14de5959c66230ed50ee05.tar.gz blackbird-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/include/usr/i2c')
| -rw-r--r-- | src/include/usr/i2c/nvdimmif.H | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/include/usr/i2c/nvdimmif.H b/src/include/usr/i2c/nvdimmif.H index fb875149f..2b60ac4de 100644 --- a/src/include/usr/i2c/nvdimmif.H +++ b/src/include/usr/i2c/nvdimmif.H @@ -30,15 +30,6 @@ namespace NVDIMM { -//TODO: move isNVDIMM() to targeting/common/util.C -/** - * @brief Determine if the given dimm target is an NVDIMM - * - * @param[in] i_target : dimm target to check - * - * @return bool - True if the given target is an NVDIMM - */ -bool isNVDIMM( TARGETING::Target * i_target ); /** * @brief Return a set of information related to every unique |

