Skip to content

Commit

Permalink
L3 update -- p9_mss_eff_grouping
Browse files Browse the repository at this point in the history
Change-Id: Id37a0ff2fa918a0a61b8a0afc28e5ee8ddd016cf
RTC:139598
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/42121
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: Benjamin Gass <bgass@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/42160
Reviewed-by: Hostboot Team <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>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
  • Loading branch information
ibmthi authored and dcrowell77 committed Jun 23, 2017
1 parent 04ee6e9 commit 099d196
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
6 changes: 2 additions & 4 deletions src/import/chips/p9/procedures/hwp/nest/p9_mss_eff_grouping.C
Expand Up @@ -36,7 +36,7 @@
/// *HWP HWP Owner : Joe McGill <jmcgill@us.ibm.com>
/// *HWP FW Owner : Thi Tran <thi@us.ibm.com>
/// *HWP Team : Nest
/// *HWP Level : 2
/// *HWP Level : 3
/// *HWP Consumed by : HB
///----------------------------------------------------------------------------

Expand Down Expand Up @@ -2352,11 +2352,9 @@ fapi2::ReturnCode grouping_findUngroupedPorts(
{
// Assert with first failed port as FFDC
uint8_t l_mcPortNum = l_unGroupedPair.begin()->first;
fapi2::Target<T> l_portTarget = l_unGroupedPair.begin()->second;
FAPI_ASSERT(false,
fapi2::MSS_EFF_GROUPING_UNABLE_TO_GROUP_MC()
.set_MC_PORT(l_mcPortNum)
.set_MC_TARGET(l_portTarget),
.set_MC_PORT(l_mcPortNum),
"grouping_findUngroupedPorts: Unable to group port %u", l_mcPortNum);
}

Expand Down
Expand Up @@ -36,7 +36,7 @@
/// *HWP HWP Owner : Joe McGill <jmcgill@us.ibm.com>
/// *HWP FW Owner : Thi Tran <thi@us.ibm.com>
/// *HWP Team : Nest
/// *HWP Level : 2
/// *HWP Level : 3
/// *HWP Consumed by : HB
/// ----------------------------------------------------------------------------

Expand Down
Expand Up @@ -62,7 +62,6 @@
<description>
p9_mss_eff_grouping is unable to group this MCA/DMI port.
This is a memory plugging error. Refer to memory plugging rules.
The target MCA/DMI is deconfigured as a result.
</description>
<ffdc>MC_PORT</ffdc>
<callout>
Expand All @@ -73,9 +72,6 @@
<procedure>CODE</procedure>
<priority>MEDIUM</priority>
</callout>
<deconfigure>
<target>MC_TARGET</target>
</deconfigure>
</hwpError>

<hwpError>
Expand Down

0 comments on commit 099d196

Please sign in to comment.