summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/perv/p9_extract_sbe_rc.C
diff options
context:
space:
mode:
authorAnusha Reddy Rangareddygari <anusrang@in.ibm.com>2015-10-21 10:49:36 +0200
committerStephen Cprek <smcprek@us.ibm.com>2016-02-19 15:31:41 -0600
commit9ab2635967af0e35580e2f47d067dcf28dbc66f2 (patch)
tree4a74f248f496832307887971b648ec65922b10e7 /src/import/chips/p9/procedures/hwp/perv/p9_extract_sbe_rc.C
parentad869a82df0913cc0cf47b7ac9debba2baa4db82 (diff)
downloadtalos-hostboot-9ab2635967af0e35580e2f47d067dcf28dbc66f2.tar.gz
talos-hostboot-9ab2635967af0e35580e2f47d067dcf28dbc66f2.zip
Level 1 HWP p9_extract_sbe_rc
Change-Id: I6c3a3301cfdfabd24debdc3a7baba8d412a59e6e Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/21364 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/23156 Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/perv/p9_extract_sbe_rc.C')
-rw-r--r--src/import/chips/p9/procedures/hwp/perv/p9_extract_sbe_rc.C46
1 files changed, 46 insertions, 0 deletions
diff --git a/src/import/chips/p9/procedures/hwp/perv/p9_extract_sbe_rc.C b/src/import/chips/p9/procedures/hwp/perv/p9_extract_sbe_rc.C
new file mode 100644
index 000000000..2c583a020
--- /dev/null
+++ b/src/import/chips/p9/procedures/hwp/perv/p9_extract_sbe_rc.C
@@ -0,0 +1,46 @@
+/* IBM_PROLOG_BEGIN_TAG */
+/* This is an automatically generated prolog. */
+/* */
+/* $Source: chips/p9/procedures/hwp/perv/p9_extract_sbe_rc.C $ */
+/* */
+/* 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_extract_sbe_rc.C
+///
+/// @brief Check for errors on the PNOR , SEEPROM
+//------------------------------------------------------------------------------
+// *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
+//------------------------------------------------------------------------------
+
+
+//## auto_generated
+#include "p9_extract_sbe_rc.H"
+
+
+
+fapi2::ReturnCode p9_extract_sbe_rc(const fapi2::Target<fapi2::TARGET_TYPE_PROC_CHIP>& i_target_chiplet)
+{
+ FAPI_DBG("Entering ...");
+
+ FAPI_DBG("Exiting ...");
+
+ return fapi2::FAPI2_RC_SUCCESS;
+
+}
OpenPOWER on IntegriCloud