summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/perv/p9_switch_rec_attn.H
diff options
context:
space:
mode:
authorAnusha Reddy Rangareddygari <anusrang@in.ibm.com>2015-10-21 14:15:33 +0200
committerStephen Cprek <smcprek@us.ibm.com>2016-02-19 15:31:43 -0600
commitaacc670f5ed79790d8293134d51aafbdfae2e6b9 (patch)
tree5f47c821899a42d62a7760f0316f4f5360bf02c0 /src/import/chips/p9/procedures/hwp/perv/p9_switch_rec_attn.H
parentafc572771a135b761f4d0cc824ebb77dde62292c (diff)
downloadtalos-hostboot-aacc670f5ed79790d8293134d51aafbdfae2e6b9.tar.gz
talos-hostboot-aacc670f5ed79790d8293134d51aafbdfae2e6b9.zip
Level 1 HWP for p9_switch_rec_attn
Change-Id: I81089cebb639ea7f94510cc800c927842741ac70 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/21373 Tested-by: Jenkins Server Reviewed-by: Sunil Kumar <skumar8j@in.ibm.com> Reviewed-by: SRINIVAS V. POLISETTY <srinivan@in.ibm.com> Reviewed-by: Parvathi Rachakonda Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/23160 Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/perv/p9_switch_rec_attn.H')
-rw-r--r--src/import/chips/p9/procedures/hwp/perv/p9_switch_rec_attn.H51
1 files changed, 51 insertions, 0 deletions
diff --git a/src/import/chips/p9/procedures/hwp/perv/p9_switch_rec_attn.H b/src/import/chips/p9/procedures/hwp/perv/p9_switch_rec_attn.H
new file mode 100644
index 000000000..11203622b
--- /dev/null
+++ b/src/import/chips/p9/procedures/hwp/perv/p9_switch_rec_attn.H
@@ -0,0 +1,51 @@
+/* IBM_PROLOG_BEGIN_TAG */
+/* This is an automatically generated prolog. */
+/* */
+/* $Source: chips/p9/procedures/hwp/perv/p9_switch_rec_attn.H $ */
+/* */
+/* IBM CONFIDENTIAL */
+/* */
+/* EKB Project */
+/* */
+/* COPYRIGHT 2015 */
+/* [+] International Business Machines Corp. */
+/* */
+/* */
+/* 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. */
+/* */
+/* IBM_PROLOG_END_TAG */
+//------------------------------------------------------------------------------
+/// @file p9_switch_rec_attn.H
+///
+/// @brief Switch recoverable/special attentions from host back to FSP
+//------------------------------------------------------------------------------
+// *HWP HW Owner : Anusha Reddy Rangareddygari <anusrang@in.ibm.com>
+// *HWP HW Backup Owner : Srinivas V Naga <srinivan@in.ibm.com>
+// *HWP FW Owner : Sunil Kumar <skumar8j@in.ibm.com>
+// *HWP Team : Perv
+// *HWP Level : 1
+// *HWP Consumed by : HB
+//------------------------------------------------------------------------------
+
+
+#ifndef _P9_SWITCH_REC_ATTN_H_
+#define _P9_SWITCH_REC_ATTN_H_
+
+
+#include <fapi2.H>
+
+
+typedef fapi2::ReturnCode (*p9_switch_rec_attn_FP_t)(const fapi2::Target<fapi2::TARGET_TYPE_PROC_CHIP>&);
+
+/// @brief Switch recoverable/special attentions from host back to FSP
+///
+/// @param[in] i_target_chiplet Reference to TARGET_TYPE_PROC_CHIP target
+/// @return FAPI2_RC_SUCCESS if success, else error code.
+extern "C"
+{
+ fapi2::ReturnCode p9_switch_rec_attn(const fapi2::Target<fapi2::TARGET_TYPE_PROC_CHIP>& i_target_chiplet);
+}
+
+#endif
OpenPOWER on IntegriCloud