Skip to content

Commit

Permalink
PRD: add lane repair extra signatures to appropriate targets
Browse files Browse the repository at this point in the history
Change-Id: Ifb8aa1f8435afd3a73a110d2b958ffee0f95ef20
CQ: SW440273
Backport: release-fips921
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/63571
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Caleb N. Palmer <cnpalmer@us.ibm.com>
Reviewed-by: Benjamin J. Weisenbeck <bweisenb@us.ibm.com>
Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com>
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/63622
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
  • Loading branch information
zane131 committed Aug 1, 2018
1 parent 77a9924 commit 86d3fc2
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 7 deletions.
1 change: 1 addition & 0 deletions src/usr/diag/prdf/common/plat/cen/cen_centaur.rule
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ chip cen_centaur

#Import signatures
.include "prdfP9ProcMbCommonExtraSig.H";
.include "prdfLaneRepairExtraSig.H";

#############################################################################
# #
Expand Down
2 changes: 2 additions & 0 deletions src/usr/diag/prdf/common/plat/p9/p9_mc.rule
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ chip p9_mc
dump DUMP_CONTENT_HW;
scomlen 64;

.include "prdfLaneRepairExtraSig.H";

#############################################################################
# #
# ###### #
Expand Down
2 changes: 1 addition & 1 deletion src/usr/diag/prdf/common/plat/p9/p9_xbus.rule
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ chip p9_xbus
scomlen 64;

#Import signatures
.include "prdfP9ProcMbCommonExtraSig.H";
.include "prdfLaneRepairExtraSig.H";

#############################################################################
# #
Expand Down
2 changes: 1 addition & 1 deletion src/usr/diag/prdf/common/plat/p9/prdfLaneRepair.C
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
#include <prdfExtensibleChip.H>
#include <UtilHash.H>

#include <prdfP9ProcMbCommonExtraSig.H>
#include <prdfLaneRepairExtraSig.H>
#include <hwas/common/hwasCallout.H>

#ifndef __HOSTBOOT_MODULE
Expand Down
36 changes: 36 additions & 0 deletions src/usr/diag/prdf/common/plat/p9/prdfLaneRepairExtraSig.H
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
/* IBM_PROLOG_BEGIN_TAG */
/* This is an automatically generated prolog. */
/* */
/* $Source: src/usr/diag/prdf/common/plat/p9/prdfLaneRepairExtraSig.H $ */
/* */
/* OpenPOWER HostBoot Project */
/* */
/* Contributors Listed Below - COPYRIGHT 2018 */
/* [+] International Business Machines Corp. */
/* */
/* */
/* Licensed under the Apache License, Version 2.0 (the "License"); */
/* you may not use this file except in compliance with the License. */
/* You may obtain a copy of the License at */
/* */
/* http://www.apache.org/licenses/LICENSE-2.0 */
/* */
/* Unless required by applicable law or agreed to in writing, software */
/* distributed under the License is distributed on an "AS IS" BASIS, */
/* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or */
/* implied. See the License for the specific language governing */
/* permissions and limitations under the License. */
/* */
/* IBM_PROLOG_END_TAG */

#ifndef __prdfLaneRepairExtraSig_H
#define __prdfLaneRepairExtraSig_H

#include <prdrSignatures.H>

/* Lane Repair extra signatures */
PRDR_ERROR_SIGNATURE( ERepair_ERROR, 0xffff0000, "","ERepair Internal error" );
PRDR_ERROR_SIGNATURE( ERepair_FWThrExceeded, 0xffff0001, "",
"ERepair FW threshold exceeded" );

#endif // __prdfLaneRepairExtraSig_H
5 changes: 0 additions & 5 deletions src/usr/diag/prdf/common/plat/p9/prdfP9ProcMbCommonExtraSig.H
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@

#include <prdrSignatures.H>

/* ERepair Extra signatures */
PRDR_ERROR_SIGNATURE( ERepair_ERROR, 0xffff0000, "","ERepair Internal error" );
PRDR_ERROR_SIGNATURE( ERepair_FWThrExceeded, 0xffff0001, "",
"ERepair FW threshold exceeded" );

/* PLL Extra signatures */
PRDR_ERROR_SIGNATURE( PLL_ERROR, 0x00ed0000, "","PLL error" );
PRDR_ERROR_SIGNATURE( MF_REF_FAILOVER, 0x00ed0001, "", "MF Ref Clk failover" );
Expand Down

0 comments on commit 86d3fc2

Please sign in to comment.