summaryrefslogtreecommitdiffstats
path: root/src/usr/util
diff options
context:
space:
mode:
authorMatt Derksen <mderkse1@us.ibm.com>2019-02-01 17:08:05 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2019-03-29 10:21:40 -0500
commitf5ab52ab71170611fbf1bdc2afd6321b13d931ad (patch)
tree639ecd5ab61a9b902c5ba3ecba51b7d2682fdcdd /src/usr/util
parent33e7c6de0769ae7f408e64995e7976717ad47653 (diff)
downloadtalos-hostboot-f5ab52ab71170611fbf1bdc2afd6321b13d931ad.tar.gz
talos-hostboot-f5ab52ab71170611fbf1bdc2afd6321b13d931ad.zip
NVDIMM update code
This code does the actual NVDIMM update. Refer to JEDEC BAEBI spec for details https://www.jedec.org/standards-documents/docs/jesd245a Change-Id: I8ac6f7695b8a056bb6d8e627d89b4e5e06398f1d RTC:202536 CMVC-Prereq: 1080592 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/71680 Reviewed-by: TSUNG K. YEUNG <tyeung@us.ibm.com> Reviewed-by: Corey V. Swenson <cswenson@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> 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/util')
-rw-r--r--src/usr/util/utilmclmgr.C1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/usr/util/utilmclmgr.C b/src/usr/util/utilmclmgr.C
index 89392baf7..334d0af1d 100644
--- a/src/usr/util/utilmclmgr.C
+++ b/src/usr/util/utilmclmgr.C
@@ -47,6 +47,7 @@ const ComponentID g_MclCompId {"MSTCONT"};
const ComponentID g_PowervmCompId {"POWERVM"};
const ComponentID g_OpalCompId {"OPAL"};
const ComponentID g_UcdCompId {"UCD9090"};
+const ComponentID g_NvdimmCompId {"NVDIMM"};
void compIdToString(const ComponentID i_compId, CompIdString o_compIdStr)
{
OpenPOWER on IntegriCloud