Skip to content

Commit acbec49

Browse files
cnpalmerzane131
authored andcommitted
PRD: Consolidate extra memory signatures
Change-Id: I49f1fb36be869de3023d0055369540e899c7f61e CQ: SW497932 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/100305 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Benjamen G Tyner <ben.tyner@ibm.com> Reviewed-by: Brian J Stegmiller <bjs@us.ibm.com> Reviewed-by: Zane C Shelley <zshelle@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/100589 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>
1 parent 25e19b1 commit acbec49

13 files changed

+25
-60
lines changed

src/usr/diag/prdf/common/plat/mem/prdfMemEccAnalysis.C

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#include <prdfMemCaptureData.H>
3131
#include <prdfMemDbUtils.H>
3232
#include <prdfMemDqBitmap.H>
33-
#include <prdfP9McaExtraSig.H>
33+
#include <prdfMemExtraSig.H>
3434
#include <prdfPlatServices.H>
3535

3636
#ifdef __HOSTBOOT_RUNTIME

src/usr/diag/prdf/common/plat/mem/prdfMemExtraSig.H

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ PRDR_ERROR_SIGNATURE(StartTpsPhase1, 0xffff0004, "", "TPS: Starting phase 1");
3636
PRDR_ERROR_SIGNATURE(StartTpsPhase2, 0xffff0005, "", "TPS: Starting phase 2");
3737
PRDR_ERROR_SIGNATURE(EndTpsPhase2, 0xffff0006, "", "TPS: Phase 2 completed");
3838

39+
PRDR_ERROR_SIGNATURE(TpsSymUeRisk, 0xaaaa0065, "", "TPS: placing symbol mark risks UE");
40+
PRDR_ERROR_SIGNATURE(TpsChipUeRisk, 0xaaaa0066, "", "TPS: placing chip mark risks UE");
41+
PRDR_ERROR_SIGNATURE(TpsPotentialUe, 0xaaaa0067, "", "TPS: potential UE");
42+
PRDR_ERROR_SIGNATURE(TpsDramDisabled, 0xaaaa0068, "", "TPS: DRAM repairs disabled");
43+
3944
PRDR_ERROR_SIGNATURE(MaintUE, 0xffff0010, "", "Maintenance UE");
4045
PRDR_ERROR_SIGNATURE(MaintIUE, 0xffff0011, "", "Maintenance IUE");
4146
PRDR_ERROR_SIGNATURE(MaintMPE, 0xffff0012, "", "Maintenance MPE");

src/usr/diag/prdf/common/plat/mem/prdfMemMark.H

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/* */
66
/* OpenPOWER HostBoot Project */
77
/* */
8-
/* Contributors Listed Below - COPYRIGHT 2016,2019 */
8+
/* Contributors Listed Below - COPYRIGHT 2016,2020 */
99
/* [+] International Business Machines Corp. */
1010
/* */
1111
/* */
@@ -33,7 +33,7 @@
3333
// Platform includes
3434
#include <prdfMemAddress.H>
3535
#include <prdfMemSymbol.H>
36-
#include <prdfP9McaExtraSig.H>
36+
#include <prdfMemExtraSig.H>
3737
#include <prdfPlatServices.H>
3838

3939
#ifdef __HOSTBOOT_MODULE

src/usr/diag/prdf/common/plat/mem/prdfP9McaExtraSig.H

Lines changed: 0 additions & 39 deletions
This file was deleted.

src/usr/diag/prdf/common/plat/nimbus/nimbus_mca.rule

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
# OpenPOWER HostBoot Project
77
#
8-
# Contributors Listed Below - COPYRIGHT 2016,2019
8+
# Contributors Listed Below - COPYRIGHT 2016,2020
99
# [+] International Business Machines Corp.
1010
#
1111
#
@@ -33,7 +33,6 @@ chip nimbus_mca
3333

3434
# Import signatures
3535
.include "prdfMemExtraSig.H";
36-
.include "prdfP9McaExtraSig.H";
3736

3837
#############################################################################
3938
# #

src/usr/diag/prdf/plat/mem/prdfMemDsd.H

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/* */
66
/* OpenPOWER HostBoot Project */
77
/* */
8-
/* Contributors Listed Below - COPYRIGHT 2018,2019 */
8+
/* Contributors Listed Below - COPYRIGHT 2018,2020 */
99
/* [+] International Business Machines Corp. */
1010
/* */
1111
/* */
@@ -33,7 +33,7 @@
3333
#include <prdfMemMark.H>
3434
#include <prdfMemScrubUtils.H>
3535
#include <prdfMemTdQueue.H>
36-
#include <prdfP9McaExtraSig.H>
36+
#include <prdfMemExtraSig.H>
3737
#include <prdfPlatServices.H>
3838

3939
namespace PRDF

src/usr/diag/prdf/plat/mem/prdfMemIplCeStats.C

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/* */
66
/* OpenPOWER HostBoot Project */
77
/* */
8-
/* Contributors Listed Below - COPYRIGHT 2013,2019 */
8+
/* Contributors Listed Below - COPYRIGHT 2013,2020 */
99
/* [+] International Business Machines Corp. */
1010
/* */
1111
/* */
@@ -37,7 +37,7 @@
3737
#include <prdf_service_codes.H>
3838

3939
// Mem includes
40-
#include <prdfP9McaExtraSig.H>
40+
#include <prdfMemExtraSig.H>
4141
#include <prdfMemIplCeStats.H>
4242
#include <prdfParserUtils.H>
4343
#include <prdfMemThresholds.H>

src/usr/diag/prdf/plat/mem/prdfMemTdCtlr_ipl.C

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/* */
66
/* OpenPOWER HostBoot Project */
77
/* */
8-
/* Contributors Listed Below - COPYRIGHT 2016,2019 */
8+
/* Contributors Listed Below - COPYRIGHT 2016,2020 */
99
/* [+] International Business Machines Corp. */
1010
/* */
1111
/* */
@@ -38,7 +38,7 @@
3838
#include <prdfMemUtils.H>
3939
#include <prdfMemVcm.H>
4040
#include <prdfP9McaDataBundle.H>
41-
#include <prdfP9McaExtraSig.H>
41+
#include <prdfMemExtraSig.H>
4242

4343
using namespace TARGETING;
4444

src/usr/diag/prdf/plat/mem/prdfMemTdCtlr_rt.C

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/* */
66
/* OpenPOWER HostBoot Project */
77
/* */
8-
/* Contributors Listed Below - COPYRIGHT 2016,2019 */
8+
/* Contributors Listed Below - COPYRIGHT 2016,2020 */
99
/* [+] International Business Machines Corp. */
1010
/* */
1111
/* */
@@ -43,7 +43,7 @@
4343
#include <prdfMemUtils.H>
4444
#include <prdfMemVcm.H>
4545
#include <prdfP9McaDataBundle.H>
46-
#include <prdfP9McaExtraSig.H>
46+
#include <prdfMemExtraSig.H>
4747
#include <prdfPlatServices.H>
4848

4949
using namespace TARGETING;

src/usr/diag/prdf/plat/mem/prdfMemTps_ipl.C

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/* */
66
/* OpenPOWER HostBoot Project */
77
/* */
8-
/* Contributors Listed Below - COPYRIGHT 2016,2019 */
8+
/* Contributors Listed Below - COPYRIGHT 2016,2020 */
99
/* [+] International Business Machines Corp. */
1010
/* */
1111
/* */
@@ -33,7 +33,7 @@
3333
#include <prdfMemScrubUtils.H>
3434
#include <prdfMemTps.H>
3535
#include <prdfP9McaDataBundle.H>
36-
#include <prdfP9McaExtraSig.H>
36+
#include <prdfMemExtraSig.H>
3737
#include <prdfPlatServices.H>
3838

3939
#include <hwp_wrappers.H>

0 commit comments

Comments
 (0)