summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/plat/mem/prdfMemTdQueue.H
diff options
context:
space:
mode:
authorCaleb Palmer <cnpalmer@us.ibm.com>2018-04-27 14:20:47 -0500
committerZane C. Shelley <zshelle@us.ibm.com>2018-05-23 15:11:48 -0400
commit67499d6a3e8747725083398348f655dedc86b552 (patch)
treeb3b291720e4d7bc65e6f03f7bdd5aa128d29a44e /src/usr/diag/prdf/plat/mem/prdfMemTdQueue.H
parent7ff47d2af40b0321d5391956d99d402e8993f5b6 (diff)
downloadtalos-hostboot-67499d6a3e8747725083398348f655dedc86b552.tar.gz
talos-hostboot-67499d6a3e8747725083398348f655dedc86b552.zip
PRD: Runtime VCM support for Centaur
Change-Id: I0dc0361b4d258961e23ff43098261a47feb52834 RTC: 191847 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/58458 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Benjamin J. Weisenbeck <bweisenb@us.ibm.com> Reviewed-by: Brian J. Stegmiller <bjs@us.ibm.com> Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/59235 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>
Diffstat (limited to 'src/usr/diag/prdf/plat/mem/prdfMemTdQueue.H')
-rwxr-xr-xsrc/usr/diag/prdf/plat/mem/prdfMemTdQueue.H5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/usr/diag/prdf/plat/mem/prdfMemTdQueue.H b/src/usr/diag/prdf/plat/mem/prdfMemTdQueue.H
index 5e4d32454..56254abe3 100755
--- a/src/usr/diag/prdf/plat/mem/prdfMemTdQueue.H
+++ b/src/usr/diag/prdf/plat/mem/prdfMemTdQueue.H
@@ -150,6 +150,11 @@ class TdEntry
// used for displaying FFDC in the TD controller.
const MemRank iv_rank; ///< The rank in which this event occurred.
+ #ifdef __HOSTBOOT_RUNTIME
+ /** True if the current TD command can be resumed, false otherwise. Resume
+ * only supported for MBA at this time. */
+ bool iv_canResumeScrub = false;
+ #endif
};
//------------------------------------------------------------------------------
OpenPOWER on IntegriCloud