summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/plat/mem/prdfMemVcm_rt.C
diff options
context:
space:
mode:
authorZane Shelley <zshelle@us.ibm.com>2016-07-08 15:37:12 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-07-26 17:45:34 -0400
commita264b75d64d6b6e34f4502190504362e831744a1 (patch)
tree6199e29dd21fc4b51af027c6e640e50852ceb2f9 /src/usr/diag/prdf/plat/mem/prdfMemVcm_rt.C
parent1e47d3c4acd5732a8f1abc8b19e7be0dea294635 (diff)
downloadtalos-hostboot-a264b75d64d6b6e34f4502190504362e831744a1.tar.gz
talos-hostboot-a264b75d64d6b6e34f4502190504362e831744a1.zip
PRD: Created Targeted Diagnostics queue for P9
Change-Id: I24c145a483b8182e2dce296e74908035c42770c9 RTC: 157466 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26936 Reviewed-by: Caleb N. Palmer <cnpalmer@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Benjamin J. Weisenbeck <bweisenb@us.ibm.com> Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/27393 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/diag/prdf/plat/mem/prdfMemVcm_rt.C')
-rw-r--r--src/usr/diag/prdf/plat/mem/prdfMemVcm_rt.C77
1 files changed, 77 insertions, 0 deletions
diff --git a/src/usr/diag/prdf/plat/mem/prdfMemVcm_rt.C b/src/usr/diag/prdf/plat/mem/prdfMemVcm_rt.C
new file mode 100644
index 000000000..71fee3638
--- /dev/null
+++ b/src/usr/diag/prdf/plat/mem/prdfMemVcm_rt.C
@@ -0,0 +1,77 @@
+/* IBM_PROLOG_BEGIN_TAG */
+/* This is an automatically generated prolog. */
+/* */
+/* $Source: src/usr/diag/prdf/plat/mem/prdfMemVcm_rt.C $ */
+/* */
+/* OpenPOWER HostBoot Project */
+/* */
+/* Contributors Listed Below - COPYRIGHT 2016 */
+/* [+] International Business Machines Corp. */
+/* */
+/* */
+/* Licensed under the Apache License, Version 2.0 (the "License"); */
+/* you may not use this file except in compliance with the License. */
+/* You may obtain a copy of the License at */
+/* */
+/* http://www.apache.org/licenses/LICENSE-2.0 */
+/* */
+/* Unless required by applicable law or agreed to in writing, software */
+/* distributed under the License is distributed on an "AS IS" BASIS, */
+/* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or */
+/* implied. See the License for the specific language governing */
+/* permissions and limitations under the License. */
+/* */
+/* IBM_PROLOG_END_TAG */
+
+/** @file prdfMemVcm_rt.C */
+
+// Platform includes
+#include <prdfMemVcm_rt.H>
+
+using namespace TARGETING;
+
+namespace PRDF
+{
+
+//------------------------------------------------------------------------------
+
+// TODO: RTC 136126 Actual implementation of this procedure will be done later.
+uint32_t VcmEvent<TYPE_MCBIST>::nextStep( STEP_CODE_DATA_STRUCT & io_sc,
+ bool & o_done )
+{
+ #define PRDF_FUNC "[VcmEvent<TYPE_MCBIST>::nextStep] "
+
+ uint32_t o_rc = SUCCESS;
+
+ o_done = true;
+
+ PRDF_ERR( PRDF_FUNC "function not implemented yet" );
+
+ return o_rc;
+
+ #undef PRDF_FUNC
+}
+
+//------------------------------------------------------------------------------
+
+// TODO: RTC 157888 Actual implementation of this procedure will be done later.
+uint32_t VcmEvent<TYPE_MBA>::nextStep( STEP_CODE_DATA_STRUCT & io_sc,
+ bool & o_done )
+{
+ #define PRDF_FUNC "[VcmEvent<TYPE_MBA>::nextStep] "
+
+ uint32_t o_rc = SUCCESS;
+
+ o_done = true;
+
+ PRDF_ERR( PRDF_FUNC "function not implemented yet" );
+
+ return o_rc;
+
+ #undef PRDF_FUNC
+}
+
+//------------------------------------------------------------------------------
+
+} // end namespace PRDF
+
OpenPOWER on IntegriCloud