summaryrefslogtreecommitdiffstats
path: root/src/include/usr/diag
diff options
context:
space:
mode:
authorChris Phan <cphan@us.ibm.com>2013-02-08 11:00:08 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-03-14 09:15:45 -0500
commit6d0643b59374dac9c98a0ebbf2a1f92cdb1b84f4 (patch)
tree00f95c835e09fad828069997159b5d09c2f297b8 /src/include/usr/diag
parente7aa9a69d27307c5a01df5e2806e8e85a8cb0df9 (diff)
downloadtalos-hostboot-6d0643b59374dac9c98a0ebbf2a1f92cdb1b84f4.tar.gz
talos-hostboot-6d0643b59374dac9c98a0ebbf2a1f92cdb1b84f4.zip
Add PRDF::refresh()
- Remove non-functional chips from PRD system model - Will be called externally from TransitionFile/IStep - Add new function call to host_prd_hwreconfig Change-Id: I6268f382e2b6ed00caa1a5a8ae7fce8c89c3000f RTC: 60419 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3132 Tested-by: Jenkins Server Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Reviewed-by: Christopher T. Phan <cphan@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3535
Diffstat (limited to 'src/include/usr/diag')
-rwxr-xr-xsrc/include/usr/diag/prdf/common/prdfMain_common.H7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/include/usr/diag/prdf/common/prdfMain_common.H b/src/include/usr/diag/prdf/common/prdfMain_common.H
index 4bbc4d8c3..76108356f 100755
--- a/src/include/usr/diag/prdf/common/prdfMain_common.H
+++ b/src/include/usr/diag/prdf/common/prdfMain_common.H
@@ -163,6 +163,13 @@ extern errlHndl_t main(ATTENTION_VALUE_TYPE i_attnType, const AttnList & i_attnL
*/
extern void iplCleanup();
+/**
+ * @brief Remove non-functional chips from PRD config model
+ *
+ * @return Error log if error occurs
+ */
+extern errlHndl_t refresh();
+
} // End namespace PRDF
#endif // __prdfMain_common_H
OpenPOWER on IntegriCloud