summaryrefslogtreecommitdiffstats
path: root/src/include/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/include/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/include/usr/util')
-rw-r--r--src/include/usr/util/utilmclmgr.H1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/usr/util/utilmclmgr.H b/src/include/usr/util/utilmclmgr.H
index 4f799a59b..357578d9f 100644
--- a/src/include/usr/util/utilmclmgr.H
+++ b/src/include/usr/util/utilmclmgr.H
@@ -72,6 +72,7 @@ extern const ComponentID g_MclCompId;
extern const ComponentID g_PowervmCompId;
extern const ComponentID g_OpalCompId;
extern const ComponentID g_UcdCompId;
+extern const ComponentID g_NvdimmCompId;
// @enum Permission Types for MCL Component
enum class CompFlags : uint16_t
OpenPOWER on IntegriCloud