diff options
author | Prasad Bg Ranganath <prasadbgr@in.ibm.com> | 2019-02-19 11:14:44 -0600 |
---|---|---|
committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2019-02-22 19:46:54 -0600 |
commit | 2a2071cb681555449f12769c8c3e3d7e03a37d8e (patch) | |
tree | 1a191f89a1c4598ade0e4604b0804dfc26d2af92 /src/include/usr/isteps/pm | |
parent | ee1cd5b0adfaf133abe846ccbaebe48d7dbded0f (diff) | |
download | talos-hostboot-2a2071cb681555449f12769c8c3e3d7e03a37d8e.tar.gz talos-hostboot-2a2071cb681555449f12769c8c3e3d7e03a37d8e.zip |
HB:Cme fir attribute reset fix
CQ:SW455727
Change-Id: I854779403ab138f193ad7fc3ff188b4e7d48388e
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/72122
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Reviewed-by: Prem Shanker Jha <premjha2@in.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include/usr/isteps/pm')
-rw-r--r-- | src/include/usr/isteps/pm/pm_common_ext.H | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/include/usr/isteps/pm/pm_common_ext.H b/src/include/usr/isteps/pm/pm_common_ext.H index 35e726c63..307dfbc7f 100644 --- a/src/include/usr/isteps/pm/pm_common_ext.H +++ b/src/include/usr/isteps/pm/pm_common_ext.H @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2016,2018 */ +/* Contributors Listed Below - COPYRIGHT 2016,2019 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -118,10 +118,13 @@ namespace HBPM * @brief Reset PM Complex for all proc targets. * * @param[in] i_opt Option to reset HW, attributes, or both + * @param[in] i_skip_fir_attr_reset optin to skip this attribute + * ATTR_PM_FIRINIT_DONE_ONCE_FLAG to reset the value to 0 * * @return errlHndl_t Error log if resetPMAll failed */ - errlHndl_t resetPMAll( resetOptions_t i_opt = RESET_HW ); + errlHndl_t resetPMAll( resetOptions_t i_opt = RESET_HW ,uint8_t + i_skip_fir_attr_reset = 0); /** * @brief Verify all OCCs at checkpoint. |