Skip to content

Commit

Permalink
Change draminit_mc mcbist subtest to perform compares rather than ECC
Browse files Browse the repository at this point in the history
  Add checking for failed subtest
  Add checking for UE and compare errors
  Improve time out error handling

Change-Id: Iedcf3757407c0869d7aeda0d80d5fb6f84566f15
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/21326
Reviewed-by: Louis Stermole <stermole@us.ibm.com>
Tested-by: Jenkins Server
Tested-by: Hostboot CI
Reviewed-by: ANDRE A. MARIN <aamarin@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/70339
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
  • Loading branch information
brs332 authored and sgupta2m committed Jan 11, 2019
1 parent 33aeb41 commit 7372362
Showing 1 changed file with 29 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,35 @@
</deconfigure>
</hwpError>

<hwpError>
<rc>RC_MSS_MCBIST_TIMEOUT</rc>
<description>MCBIST program failed to return in the time allowed</description>
<callout>
<target>TARGET_IN_ERROR</target>
<priority>HIGH</priority>
</callout>
</hwpError>

<hwpError>
<rc>RC_MSS_MCBIST_MULTIPLE_FAIL_BITS</rc>
<description>MCBIST program appeared to have failed, but set conflicting bits in the status register</description>
<ffdc>STATUS_REGISTER</ffdc>
<callout>
<target>TARGET_IN_ERROR</target>
<priority>HIGH</priority>
</callout>
</hwpError>

<hwpError>
<rc>RC_MSS_MCBIST_UNKNOWN_FAILURE</rc>
<description>MCBIST program reported a failure but no error status was found</description>
<ffdc>STATUS_REGISTER</ffdc>
<callout>
<target>TARGET_IN_ERROR</target>
<priority>HIGH</priority>
</callout>
</hwpError>

<hwpError>
<rc>RC_MSS_MCBIST_PROGRAM_TOO_BIG</rc>
<description>MCBIST program larger than currently supported size</description>
Expand Down

0 comments on commit 7372362

Please sign in to comment.