diff options
| author | Andres Lugo-Reyes <aalugore@us.ibm.com> | 2015-01-12 13:03:40 -0600 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2015-01-30 10:26:55 -0600 |
| commit | 28ffc52b25ecd146e26d3b4de09601bd5fce5fea (patch) | |
| tree | 4a5ae9b621e365d48ddc683067e4acca8332f387 /src/include/usr/hwpf | |
| parent | a6a045feeaea8758ce03d4b86da86c72ab10edac (diff) | |
| download | blackbird-hostboot-28ffc52b25ecd146e26d3b4de09601bd5fce5fea.tar.gz blackbird-hostboot-28ffc52b25ecd146e26d3b4de09601bd5fce5fea.zip | |
Add support for stopAllOCCs in runtime
RTC:119085
Change-Id: I9576bddd1d7abf7b221e56e7fbb3450fd8b2d54a
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/15092
Reviewed-by: PRACHI GUPTA <pragupta@us.ibm.com>
Tested-by: Jenkins Server
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr/hwpf')
| -rw-r--r-- | src/include/usr/hwpf/hwp/occ/occ.H | 11 | ||||
| -rw-r--r-- | src/include/usr/hwpf/hwp/occ/occ_common.H | 12 |
2 files changed, 12 insertions, 11 deletions
diff --git a/src/include/usr/hwpf/hwp/occ/occ.H b/src/include/usr/hwpf/hwp/occ/occ.H index ea414ffb9..9bf494669 100644 --- a/src/include/usr/hwpf/hwp/occ/occ.H +++ b/src/include/usr/hwpf/hwp/occ/occ.H @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2013,2014 */ +/* Contributors Listed Below - COPYRIGHT 2013,2015 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -47,15 +47,6 @@ namespace HBOCC { */ errlHndl_t activateOCCs(); - /** - * @brief Stops OCCs on all Processors in the node - * Function will attempt to stop all OCCs and commit - * logs inline. An error will only be returned for - * very unexpected software fails. - * - * @return errlHndl_t Error log if OCC load failed - */ - errlHndl_t stopOCCs(); } //end OCC namespace #endif diff --git a/src/include/usr/hwpf/hwp/occ/occ_common.H b/src/include/usr/hwpf/hwp/occ/occ_common.H index d8151776a..1886e51ee 100644 --- a/src/include/usr/hwpf/hwp/occ/occ_common.H +++ b/src/include/usr/hwpf/hwp/occ/occ_common.H @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2014 */ +/* Contributors Listed Below - COPYRIGHT 2014,2015 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -112,6 +112,16 @@ namespace HBOCC errlHndl_t stopOCC(TARGETING::Target * i_target0, TARGETING::Target * i_target1); + /** + * @brief Stops OCCs on all Processors in the node + * Function will attempt to stop all OCCs and commit + * logs inline. An error will only be returned for + * very unexpected software fails. + * + * @return errlHndl_t Error log if OCC load failed + */ + errlHndl_t stopAllOCCs(); + } //namespace HBOCC ends #endif |

