summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/hwp/slave_sbe/slave_sbe.H
diff options
context:
space:
mode:
authorMike Jones <mjjones@us.ibm.com>2012-07-03 11:12:18 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-07-09 16:48:41 -0500
commitddcb6d59a879539c52911b9e6d6c41e11146d7ae (patch)
tree9e32f94d7ad8dfe0390a965814696bf441573a10 /src/usr/hwpf/hwp/slave_sbe/slave_sbe.H
parentb6c438bc018f7102568b7c80927e3f9d77eec40a (diff)
downloadtalos-hostboot-ddcb6d59a879539c52911b9e6d6c41e11146d7ae.tar.gz
talos-hostboot-ddcb6d59a879539c52911b9e6d6c41e11146d7ae.zip
Add proc_revert_sbe_mcs_setup HWP to Hostboot
This was a late addition to the 07/15 milestone (Run Grub) Change-Id: I5a72c83e1481207e47d5351a116174b180021ab6 RTC: 44247 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1289 Tested-by: Jenkins Server Reviewed-by: Van H. Lee <vanlee@us.ibm.com> Reviewed-by: CAMVAN T. NGUYEN <ctnguyen@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/hwp/slave_sbe/slave_sbe.H')
-rw-r--r--src/usr/hwpf/hwp/slave_sbe/slave_sbe.H72
1 files changed, 72 insertions, 0 deletions
diff --git a/src/usr/hwpf/hwp/slave_sbe/slave_sbe.H b/src/usr/hwpf/hwp/slave_sbe/slave_sbe.H
new file mode 100644
index 000000000..58800deff
--- /dev/null
+++ b/src/usr/hwpf/hwp/slave_sbe/slave_sbe.H
@@ -0,0 +1,72 @@
+/* IBM_PROLOG_BEGIN_TAG
+ * This is an automatically generated prolog.
+ *
+ * $Source: src/usr/hwpf/hwp/slave_sbe/slave_sbe.H $
+ *
+ * IBM CONFIDENTIAL
+ *
+ * COPYRIGHT International Business Machines Corp. 2012
+ *
+ * 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 other-
+ * wise divested of its trade secrets, irrespective of what has
+ * been deposited with the U.S. Copyright Office.
+ *
+ * Origin: 30
+ *
+ * IBM_PROLOG_END_TAG
+ */
+
+#ifndef __SLAVE_SBE_SLAVE_SBE_H
+#define __SLAVE_SBE_SLAVE_SBE_H
+
+/**
+ * @file slave_sbe.H
+ *
+ * Slave SBE Isteps that invoke HWPs.
+ *
+ * Note that a number of IStep 6 substeps are done by Hostboot specific
+ * functions, this file is for the substeps that invoke HWPs
+ *
+ * All of the following routines are "named isteps" - they are invoked as
+ * tasks by the @ref IStepDispatcher.
+ *
+ */
+
+ /* @tag isteplist
+ * @docversion v1.05 (06/28/12)
+ * @istepname slave_sbe
+ * @istepnum 6
+ * @istepdesc Slave SBE
+ *
+ * @{
+ * @substepnum 8
+ * @substepname proc_revert_sbe_mcs_setup
+ * @substepdesc : Clean up MCS Extent regs
+ * @target_sched serial
+ * @}
+ *
+ */
+
+namespace SLAVE_SBE
+{
+
+/**
+ * @brief proc_revert_sbe_mcs_setup
+ *
+ * 6.8 : : Clean up MCS Extent regs
+ *
+ * param[in,out] - pointer to any arguments, usually NULL
+ *
+ * return none
+ */
+void call_proc_revert_sbe_mcs_setup(void *io_pArgs);
+
+}; // end namespace
+
+#endif
OpenPOWER on IntegriCloud