diff options
Diffstat (limited to 'src/include/usr/diag')
-rw-r--r-- | src/include/usr/diag/attn/attn.H | 3 | ||||
-rw-r--r-- | src/include/usr/diag/prdf/prdfMain_ipl.H | 9 |
2 files changed, 5 insertions, 7 deletions
diff --git a/src/include/usr/diag/attn/attn.H b/src/include/usr/diag/attn/attn.H index 186974224..c32212663 100644 --- a/src/include/usr/diag/attn/attn.H +++ b/src/include/usr/diag/attn/attn.H @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2012,2015 */ +/* Contributors Listed Below - COPYRIGHT 2012,2019 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -34,7 +34,6 @@ #include <errl/errlentry.H> // Custom compile configs -#include <config.h> namespace ATTN { diff --git a/src/include/usr/diag/prdf/prdfMain_ipl.H b/src/include/usr/diag/prdf/prdfMain_ipl.H index 08b626ce2..302cd4e61 100644 --- a/src/include/usr/diag/prdf/prdfMain_ipl.H +++ b/src/include/usr/diag/prdf/prdfMain_ipl.H @@ -27,7 +27,6 @@ #define __prdfMain_ipl_H // Custom compile configs -#include <config.h> /** * @file prdfMain_ipl.H @@ -48,7 +47,7 @@ extern errlHndl_t noLock_initialize(); /** * @brief Restores hardware DRAM repairs to reflect what is stored in VPD. - * @param i_trgt An MBA or MCA target. + * @param i_trgt An MBA, MCA, or OCMB target. * @return Non-SUCCESS if conditions are such that a callout had to be made, * SUCCESS otherwise. */ @@ -57,17 +56,17 @@ extern uint32_t restoreDramRepairs( const TARGETING::TargetHandle_t i_trgt ); /** * @brief Analyzes IPL CE statistics during MNFG IPL - * @param i_mba An MBA target. + * @param i_trgt An MBA, MCBIST, or OCMB_CHIP target. * @param o_calloutMade True if callout has been made, false otherwise . * @return Non-SUCCESS if internal function fails, SUCCESS otherwise. */ -extern int32_t analyzeIplCEStats( const TARGETING::TargetHandle_t i_mba, +extern int32_t analyzeIplCEStats( const TARGETING::TargetHandle_t i_trgt, bool &o_calloutMade ); /** * @brief Starts memory background scrubbing on the given target. * @param i_trgt A target that contains the maintenance command logic (i.e. - * MCBIST or MBA). + * MCBIST or MBA or OCMB_CHIP). * @return If an error log is returned, then some internal function failed. See * the FFDC in the error log for failure details. */ |