Skip to content

Commit

Permalink
P9_l3err_extract HWP -fix bugs
Browse files Browse the repository at this point in the history
May 3rd
-- Add both cache read address and hashed real address (45:56)
to the output.

May 2nd
--Move real address translation into p9_l3err_extract.C
instead of in the wrapper.

April 27th,
-- ">>" bug fixed.
--Change Dataout output from binary to hex.
--Add the second busy bit poll action after writing the
PRD Purge Engine Command Register.

April 26th,
--fixed the translation method  from edram read address
to real_addr (45:56).

April 25th,
--Wrap the p9_l3err_linedelete procedure into the HWP.
------------------
1) When error is not found for an EX, the procedure will
continue for next EXes
2) Add the SUE detection which is only CE and UE previously
3) When commandline is wrong, error alerts
4) address name changed from "real address" to "Cache Read
   Address"

Change-Id: Ie2699b0f72305d828a92d785aaefd3072a46c194
Original-Change-Id: Ia3d499a580e45f3384188a9113699fd962424aa2
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/39494
Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: ALEXANDER M. TAFT <amtaft@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/41878
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
Chen Qian authored and dcrowell77 committed Jun 15, 2017
1 parent 06b33f2 commit ed5d583
Showing 1 changed file with 9 additions and 0 deletions.
Expand Up @@ -52,6 +52,15 @@
<ffdc>SYNDROME</ffdc>
</hwpError>
<!-- ******************************************************************** -->
<hwpError>
<rc>RC_P9_L3ERR_LINE_DELETE_REG_BUSY</rc>
<description>
Procedure: p9_l3err_linedelete
Error while trying to update PRD Purge Engine Command Register
</description>
<ffdc>TARGET</ffdc>
</hwpError>
<!-- ******************************************************************** -->
</hwpErrors>


0 comments on commit ed5d583

Please sign in to comment.