summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/plat/mem/prdfMemVcm.H
diff options
context:
space:
mode:
authorCaleb Palmer <cnpalmer@us.ibm.com>2016-11-15 15:08:19 -0600
committerZane C. Shelley <zshelle@us.ibm.com>2016-12-14 17:03:43 -0500
commitd578f311a45c5b5d5ae7411b788cc16d9a72512d (patch)
treef896dc5bc194b729806c73174b91f8268757def9 /src/usr/diag/prdf/plat/mem/prdfMemVcm.H
parentd33069736be1176bb3c9e8136dca7673cbcc32e1 (diff)
downloadtalos-hostboot-d578f311a45c5b5d5ae7411b788cc16d9a72512d.tar.gz
talos-hostboot-d578f311a45c5b5d5ae7411b788cc16d9a72512d.zip
PRD: Simplify VCM and TPS classes
Change-Id: Iaf9180aed5c22db1d4cced537dcc0e2af8f12425 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/32549 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/33081 Tested-by: Jenkins OP Build CI <op-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/prdfMemVcm.H')
-rw-r--r--src/usr/diag/prdf/plat/mem/prdfMemVcm.H56
1 files changed, 56 insertions, 0 deletions
diff --git a/src/usr/diag/prdf/plat/mem/prdfMemVcm.H b/src/usr/diag/prdf/plat/mem/prdfMemVcm.H
new file mode 100644
index 000000000..b1a69cd01
--- /dev/null
+++ b/src/usr/diag/prdf/plat/mem/prdfMemVcm.H
@@ -0,0 +1,56 @@
+/* IBM_PROLOG_BEGIN_TAG */
+/* This is an automatically generated prolog. */
+/* */
+/* $Source: src/usr/diag/prdf/plat/mem/prdfMemVcm.H $ */
+/* */
+/* 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.H */
+
+#ifndef __prdfMemVcm_H
+#define __prdfMemVcm_H
+
+// Platform includes
+#include <prdfMemTdQueue.H>
+
+namespace PRDF
+{
+
+// TODO: RTC 157608 Actual implementation of this procedure will be done later.
+/** @brief Verify chip mark procedure. */
+template <TARGETING::TYPE T>
+class VcmEvent : public TdEntry
+{
+ public: // functions
+
+ /** @brief Constructor */
+ VcmEvent<T>( ExtensibleChip * i_chip, MemRank i_rank ) :
+ TdEntry(VCM_EVENT, i_chip, i_rank)
+ {}
+
+ uint32_t nextStep( STEP_CODE_DATA_STRUCT & io_sc, bool & o_done );
+
+};
+
+} // end namespace PRDF
+
+#endif // __prdfMemVcm_H
+
OpenPOWER on IntegriCloud