Skip to content

Commit

Permalink
Changes to limit DLL cal on spare DP8, stop CSS before starting
Browse files Browse the repository at this point in the history
  Enable parity after command for CCS
  Disable parity via RC14
  Enable DLL (MRS) enable
  Send 0 value RCD
  Repair clock-enable RCD control word

Change-Id: Id46a675afbc535989f7e0e451a084dfdc4d4a962
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/31142
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: ANDRE A. MARIN <aamarin@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: JACOB L. HARVEY <jlharvey@us.ibm.com>
Dev-Ready: Brian R. Silver <bsilver@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/70346
Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
  • Loading branch information
brs332 authored and sgupta2m committed Jan 11, 2019
1 parent 8baf05c commit 5942578
Showing 1 changed file with 18 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,24 @@

<hwpError>
<rc>RC_MSS_CCS_HUNG</rc>
<description>CCS failed to return from in_progress status and failed to describe an error further.</description>
<description>CCS failed to return from in-progress status and failed to describe an error further</description>
<collectRegisterFfdc>
<id>REG_FFDC_MSS_CCS_FAILURE</id>
<target>TARGET_IN_ERROR</target>
<targetType>TARGET_TYPE_MCBIST</targetType>
</collectRegisterFfdc>
<callout>
<target>TARGET_IN_ERROR</target>
<priority>HIGH</priority>
</callout>
<deconfigure>
<target>TARGET_IN_ERROR</target>
</deconfigure>
</hwpError>

<hwpError>
<rc>RC_MSS_CCS_HUNG_TRYING_TO_STOP</rc>
<description>CCS failed to return from in-progress status while trying to stop a previous program</description>
<collectRegisterFfdc>
<id>REG_FFDC_MSS_CCS_FAILURE</id>
<target>TARGET_IN_ERROR</target>
Expand Down

0 comments on commit 5942578

Please sign in to comment.