Skip to content

Commit

Permalink
Adds plug rule for dependent DIMM slots on Swift
Browse files Browse the repository at this point in the history
Change-Id: Ia528660b05e8a01186376dfaae26e6ea9258457b
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/89032
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com>
Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com>
Reviewed-by: Mark Pizzutillo <mark.pizzutillo@ibm.com>
Reviewed-by: NICOLAS R FAJARDO <nicolas.fajardo@ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: Jennifer A Stofer <stofer@us.ibm.com>
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/91335
Reviewed-by: RAJA DAS <rajadas2@in.ibm.com>
  • Loading branch information
Bradley Pepper authored and RAJA DAS committed Feb 25, 2020
1 parent f95319e commit 547f0a2
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions src/import/generic/procedures/xml/error_info/generic_error.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1292,4 +1292,25 @@
</callout>
</hwpError>

<hwpError>
<rc>RC_MSS_PLUG_RULES_SINGLE_DDIMM_IN_WRONG_SLOT</rc>
<description>
A single DIMM was plugged into a secondary channel slot without
one plugged into the primary channel slot.
</description>
<ffdc>SLOT_POSITION</ffdc>
<ffdc>CHANNEL_A_SLOT_POSITION</ffdc>
<callout>
<procedure>MEMORY_PLUGGING_ERROR</procedure>
<priority>HIGH</priority>
</callout>
<callout>
<target>TARGET</target>
<priority>LOW</priority>
</callout>
<deconfigure>
<target>TARGET</target>
</deconfigure>
</hwpError>

</hwpErrors>

0 comments on commit 547f0a2

Please sign in to comment.