/* IBM_PROLOG_BEGIN_TAG */ /* This is an automatically generated prolog. */ /* */ /* $Source: chips/p9/procedures/hwp/cache/p9_hcd_cache_runinit.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_hcd_cache_runinit.C /// @brief execute all cache init procedures /// /// *HWP HWP Owner : David Du /// *HWP FW Owner : Sangeetha T S /// *HWP Team : PM /// *HWP Consumed by : SGPE /// *HWP Level : 1 /// /// Procedure Summary: /// //------------------------------------------------------------------------------ // Includes //------------------------------------------------------------------------------ #include //#include //will be replaced with real scom address header file #include "p9_hcd_cache_runinit.H" //------------------------------------------------------------------------------ // Constant Definitions: //------------------------------------------------------------------------------ //------------------------------------------------------------------------------ // Procedure: //------------------------------------------------------------------------------ extern "C" { fapi2::ReturnCode p9_hcd_cache_runinit( const fapi2::Target& i_target) { return fapi2::FAPI2_RC_SUCCESS; #if 0 FAPI_CLEANUP(); return fapi2::FAPI2_RC_PLAT_ERR_SEE_DATA; #endif } // Procedure } // extern C