summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/framework
diff options
context:
space:
mode:
authorPrem Shanker Jha <premjha2@in.ibm.com>2013-12-26 05:42:06 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-01-24 22:28:36 -0600
commit517e9753d105918a67c04754dae90d2d8e546db1 (patch)
tree69c3ba52f05629e134bc45b41e9445c678e3fe10 /src/usr/diag/prdf/framework
parent59f1e6abb10014dcec4576fc70770d812f532b1c (diff)
downloadblackbird-hostboot-517e9753d105918a67c04754dae90d2d8e546db1.tar.gz
blackbird-hostboot-517e9753d105918a67c04754dae90d2d8e546db1.zip
PRD:Addressed all FIXME pertaining to dump
Change-Id: I9eb78ca56686bc5e2f9930dff43d0f04be23e2eb RTC:88391 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/7867 Tested-by: Jenkins Server Reviewed-by: Christopher T. Phan <cphan@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/8334
Diffstat (limited to 'src/usr/diag/prdf/framework')
-rw-r--r--src/usr/diag/prdf/framework/resolution/prdfDumpResolution.C45
1 files changed, 45 insertions, 0 deletions
diff --git a/src/usr/diag/prdf/framework/resolution/prdfDumpResolution.C b/src/usr/diag/prdf/framework/resolution/prdfDumpResolution.C
new file mode 100644
index 000000000..ad16fb551
--- /dev/null
+++ b/src/usr/diag/prdf/framework/resolution/prdfDumpResolution.C
@@ -0,0 +1,45 @@
+/* IBM_PROLOG_BEGIN_TAG */
+/* This is an automatically generated prolog. */
+/* */
+/* $Source: src/usr/diag/prdf/framework/resolution/prdfDumpResolution.C $ */
+/* */
+/* IBM CONFIDENTIAL */
+/* */
+/* COPYRIGHT International Business Machines Corp. 2001,2014 */
+/* */
+/* p1 */
+/* */
+/* Object Code Only (OCO) source materials */
+/* Licensed Internal Code Source Materials */
+/* IBM HostBoot Licensed Internal Code */
+/* */
+/* The source code for this program is not published or otherwise */
+/* divested of its trade secrets, irrespective of what has been */
+/* deposited with the U.S. Copyright Office. */
+/* */
+/* Origin: 30 */
+/* */
+/* IBM_PROLOG_END_TAG */
+
+/**
+ @file prdfDumpResolution.C
+ @brief defines resolve action for dump resolution for hostboot platform
+ */
+
+//----------------------------------------------------------------------
+// Includes
+//----------------------------------------------------------------------
+
+#include <prdDumpResolution.H>
+#include <iipServiceDataCollector.h>
+
+namespace PRDF
+{
+
+int32_t DumpResolution::Resolve( STEP_CODE_DATA_STRUCT & io_serviceData )
+{
+ // Note: Dump is not supported on hostboot.
+ return SUCCESS;
+}
+
+} // end namespace PRDF
OpenPOWER on IntegriCloud