summaryrefslogtreecommitdiffstats
path: root/src/include/usr/sbeio/runtime/sbe_msg_passing.H
diff options
context:
space:
mode:
authorCorey Swenson <cswenson@us.ibm.com>2019-07-23 17:25:27 -0500
committerDaniel M Crowell <dcrowell@us.ibm.com>2019-08-19 10:46:12 -0500
commitf691dc23accc3b86a8fc2c301c907aa7140955b1 (patch)
treed4df65397c613f202b5f17bfec807e7a4770f27f /src/include/usr/sbeio/runtime/sbe_msg_passing.H
parente05083bbd3e02927b9a9205d805bd87b6bb5f56c (diff)
downloadtalos-hostboot-f691dc23accc3b86a8fc2c301c907aa7140955b1.tar.gz
talos-hostboot-f691dc23accc3b86a8fc2c301c907aa7140955b1.zip
HBRT command from SBE to trigger NVDIMM operations
Add support for calling NVDIMM operations through the SBE message passing interface Change-Id: Iae94166a411f134771f461dd3a63806721904368 RTC:211725 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/80856 Tested-by: Jenkins Server <pfd-jenkins+hostboot@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: Matt Derksen <mderkse1@us.ibm.com> Reviewed-by: Glenn Miles <milesg@ibm.com> Reviewed-by: Roland Veloz <rveloz@us.ibm.com> Reviewed-by: Daniel M Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include/usr/sbeio/runtime/sbe_msg_passing.H')
-rw-r--r--src/include/usr/sbeio/runtime/sbe_msg_passing.H3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/usr/sbeio/runtime/sbe_msg_passing.H b/src/include/usr/sbeio/runtime/sbe_msg_passing.H
index e50b4493e..e280e3e2f 100644
--- a/src/include/usr/sbeio/runtime/sbe_msg_passing.H
+++ b/src/include/usr/sbeio/runtime/sbe_msg_passing.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2017,2018 */
+/* Contributors Listed Below - COPYRIGHT 2017,2019 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -90,6 +90,7 @@ namespace SBE_MSG
PASSTHRU_HBRT_GET_PSTATE = 0x00E10001, // HBRT Get PState Table
PASSTHRU_HBRT_OVERRIDE_ATTR = 0x00E10002, // HBRT Apply Override
// attributes
+ PASSTHRU_HBRT_NVDIMM_OP = 0x00E10003, // HBRT NVDIMM operation
};
OpenPOWER on IntegriCloud