diff options
| author | Mike Jones <mjjones@us.ibm.com> | 2012-07-11 16:25:28 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2012-07-16 14:15:07 -0500 |
| commit | d36ed97ae96d57cf63171f30a0154e5cf0e74925 (patch) | |
| tree | 9db776b6dc357dc6416c8227a26423b44c7250bc /src/usr/hwpf/hwp/nest_chiplets/proc_scomoverride_chiplets | |
| parent | 108e5b64916ae16346e6d8b67b0f75468b251062 (diff) | |
| download | blackbird-hostboot-d36ed97ae96d57cf63171f30a0154e5cf0e74925.tar.gz blackbird-hostboot-d36ed97ae96d57cf63171f30a0154e5cf0e74925.zip | |
Add proc_scomoverride_chiplets stub to Hostboot
Change-Id: I561f168d7679dfb290f615eaade20493efc64695
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1340
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/nest_chiplets/proc_scomoverride_chiplets')
| -rw-r--r-- | src/usr/hwpf/hwp/nest_chiplets/proc_scomoverride_chiplets/proc_scomoverride_chiplets.C | 71 | ||||
| -rw-r--r-- | src/usr/hwpf/hwp/nest_chiplets/proc_scomoverride_chiplets/proc_scomoverride_chiplets.H | 69 |
2 files changed, 140 insertions, 0 deletions
diff --git a/src/usr/hwpf/hwp/nest_chiplets/proc_scomoverride_chiplets/proc_scomoverride_chiplets.C b/src/usr/hwpf/hwp/nest_chiplets/proc_scomoverride_chiplets/proc_scomoverride_chiplets.C new file mode 100644 index 000000000..df397f9f7 --- /dev/null +++ b/src/usr/hwpf/hwp/nest_chiplets/proc_scomoverride_chiplets/proc_scomoverride_chiplets.C @@ -0,0 +1,71 @@ +/* IBM_PROLOG_BEGIN_TAG + * This is an automatically generated prolog. + * + * $Source: src/usr/hwpf/hwp/nest_chiplets/proc_scomoverride_chiplets/proc_scomoverride_chiplets.C $ + * + * 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 + */ +// $Id: proc_scomoverride_chiplets.C,v 1.1 2012/03/13 06:02:36 venton Exp $ +// $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/p8/working/procedures/ipl/fapi/proc_scomoverride_chiplets.C,v $ +//------------------------------------------------------------------------------ +// *| +// *! (C) Copyright International Business Machines Corp. 2011 +// *! All Rights Reserved -- Property of IBM +// *! *** IBM Confidential *** +// *| +// *! TITLE : proc_scomoverride_chiplets.C +// *! DESCRIPTION : +// *! +// *! OWNER NAME : Joe McGill Email: jmcgill@us.ibm.com +// *! OWNER NAME : Jeshua Smith i Email: jeshua@us.ibm.com +// *! +//------------------------------------------------------------------------------ + + +//------------------------------------------------------------------------------ +// Includes +//------------------------------------------------------------------------------ +#include "proc_scomoverride_chiplets.H" + +extern "C" +{ + +//------------------------------------------------------------------------------ +// Function definitions +//------------------------------------------------------------------------------ + + +//------------------------------------------------------------------------------ +// HWP entry point +//------------------------------------------------------------------------------ +fapi::ReturnCode proc_scomoverride_chiplets() +{ + // return code + fapi::ReturnCode rc; + + // mark HWP entry + FAPI_IMP("proc_scomoverride_chiplets : Entering ..."); + + + // log function exit + FAPI_IMP("proc_scomoverride_chiplets : Exiting ..."); + return rc; +} + +} diff --git a/src/usr/hwpf/hwp/nest_chiplets/proc_scomoverride_chiplets/proc_scomoverride_chiplets.H b/src/usr/hwpf/hwp/nest_chiplets/proc_scomoverride_chiplets/proc_scomoverride_chiplets.H new file mode 100644 index 000000000..d37d16356 --- /dev/null +++ b/src/usr/hwpf/hwp/nest_chiplets/proc_scomoverride_chiplets/proc_scomoverride_chiplets.H @@ -0,0 +1,69 @@ +/* IBM_PROLOG_BEGIN_TAG + * This is an automatically generated prolog. + * + * $Source: src/usr/hwpf/hwp/nest_chiplets/proc_scomoverride_chiplets/proc_scomoverride_chiplets.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 + */ +// $Id: proc_scomoverride_chiplets.H,v 1.1 2012/03/13 06:02:39 venton Exp $ +// $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/p8/working/procedures/ipl/fapi/proc_scomoverride_chiplets.H,v $ +//------------------------------------------------------------------------------ +// *| +// *! (C) Copyright International Business Machines Corp. 2011 +// *! All Rights Reserved -- Property of IBM +// *! *** IBM Confidential *** +// *| +// *! TITLE : proc_scomoverride_chiplets.H +// *! DESCRIPTION : +// *! +// *! OWNER NAME : Jeshua Smith Email: jeshua@us.ibm.com +// *! +// *! ADDITIONAL COMMENTS: +// *! +// *! +//------------------------------------------------------------------------------ + +#ifndef _PROC_SCOMOVERRIDE_CHIPLETS_H_ +#define _PROC_SCOMOVERRIDE_CHIPLETS_H_ + +//------------------------------------------------------------------------------ +// Includes +//------------------------------------------------------------------------------ + +#include <fapi.H> + +//------------------------------------------------------------------------------ +// Structure definitions +//------------------------------------------------------------------------------ + +// function pointer typedef definition for HWP call support +typedef fapi::ReturnCode +(*proc_scomoverride_chiplets_FP_t)(); + +//------------------------------------------------------------------------------ +// Constant definitions +//------------------------------------------------------------------------------ + +extern "C" +{ +fapi::ReturnCode proc_scomoverride_chiplets(); + +} // extern "C" + +#endif // _PROC_SCOMOVERRIDE_CHIPLETS_H_ |

