From d9b916f59cd01560b4e17430c9f5601bf9d1b7c2 Mon Sep 17 00:00:00 2001 From: Brian Silver Date: Mon, 9 Nov 2015 13:40:47 -0600 Subject: Add p9_mss_scominit Change-Id: I02408dfd23cdf876b6d4ff8f062a6f19ed72518e Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/21909 Tested-by: Jenkins Server Reviewed-by: Craig C. Hamilton Reviewed-by: Andre A. Marin Reviewed-by: Jennifer A. Stofer --- .../p9/procedures/hwp/memory/p9_mss_scominit.C | 46 +++++++++++++++++++++ .../p9/procedures/hwp/memory/p9_mss_scominit.H | 48 ++++++++++++++++++++++ .../p9/procedures/hwp/memory/p9_mss_scominit.mk | 21 ++++++++++ 3 files changed, 115 insertions(+) create mode 100644 src/import/chips/p9/procedures/hwp/memory/p9_mss_scominit.C create mode 100644 src/import/chips/p9/procedures/hwp/memory/p9_mss_scominit.H create mode 100644 src/import/chips/p9/procedures/hwp/memory/p9_mss_scominit.mk (limited to 'src/import/chips/p9/procedures/hwp') diff --git a/src/import/chips/p9/procedures/hwp/memory/p9_mss_scominit.C b/src/import/chips/p9/procedures/hwp/memory/p9_mss_scominit.C new file mode 100644 index 000000000..1ae880f05 --- /dev/null +++ b/src/import/chips/p9/procedures/hwp/memory/p9_mss_scominit.C @@ -0,0 +1,46 @@ +/* IBM_PROLOG_BEGIN_TAG */ +/* This is an automatically generated prolog. */ +/* */ +/* $Source: chips/p9/procedures/hwp/memory/p9_mss_scominit.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_mss_scominit.C +/// @brief SCOM inits for PHY, MC +/// +// *HWP HWP Owner: Brian Silver +// *HWP HWP Backup: Craig Hamilton +// *HWP FW Owner: Andre Marin +// *HWP Team: Memory +// *HWP Level: 1 +// *HWP Consumed by: FSP:HB + +#include + +using fapi2::TARGET_TYPE_MCBIST; +using fapi2::FAPI2_RC_SUCCESS; + +/// +/// @brief SCOM inits for PHY, MC +/// @param[in] i_target, the MCBIST +/// @return FAPI2_RC_SUCCESS iff ok +/// +fapi2::ReturnCode p9_mss_scominit( const fapi2::Target& i_target ) +{ + FAPI_INF("Start MSS SCOM init"); + FAPI_INF("End MSS SCOM init"); + return FAPI2_RC_SUCCESS; +} diff --git a/src/import/chips/p9/procedures/hwp/memory/p9_mss_scominit.H b/src/import/chips/p9/procedures/hwp/memory/p9_mss_scominit.H new file mode 100644 index 000000000..2ff814714 --- /dev/null +++ b/src/import/chips/p9/procedures/hwp/memory/p9_mss_scominit.H @@ -0,0 +1,48 @@ +/* IBM_PROLOG_BEGIN_TAG */ +/* This is an automatically generated prolog. */ +/* */ +/* $Source: chips/p9/procedures/hwp/memory/p9_mss_scominit.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_mss_scominit.C +/// @brief SCOM inits for PHY, MC +/// +// *HWP HWP Owner: Brian Silver +// *HWP HWP Backup: Craig Hamilton +// *HWP FW Owner: Andre Marin +// *HWP Team: Memory +// *HWP Level: 1 +// *HWP Consumed by: FSP:HB + +#include + +using fapi2::TARGET_TYPE_MBIST; + +typedef fapi2::ReturnCode (*p9_mss_scominit_FP_t) (const fapi2::Target&); + +extern "C" +{ + +/// +/// @brief SCOM inits for PHY, MC +/// @param[in] i_target, the MCBIST +/// @return FAPI2_RC_SUCCESS iff ok +/// + fapi2::ReturnCode p9_mss_scominit( const fapi2::Target& i_target ); + +} + diff --git a/src/import/chips/p9/procedures/hwp/memory/p9_mss_scominit.mk b/src/import/chips/p9/procedures/hwp/memory/p9_mss_scominit.mk new file mode 100644 index 000000000..f13196ee1 --- /dev/null +++ b/src/import/chips/p9/procedures/hwp/memory/p9_mss_scominit.mk @@ -0,0 +1,21 @@ +# IBM_PROLOG_BEGIN_TAG +# This is an automatically generated prolog. +# +# $Source: chips/p9/procedures/hwp/memory/p9_mss_scominit.mk $ +# +# 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 + +PROCEDURE=p9_mss_scominit +$(call BUILD_PROCEDURE) -- cgit v1.2.1