Skip to content

Commit

Permalink
PRD: move prdfMemThresholds.[CH] and prdfMemUtils.[CH] to common dire…
Browse files Browse the repository at this point in the history
…ctory

Change-Id: I096600a042fa5ca93e19f9d19f28fb127e672b35
RTC: 165382
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/36754
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://ralgit01.raleigh.ibm.com/gerrit1/37016
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
  • Loading branch information
zane131 committed Feb 27, 2017
1 parent 9906005 commit 88f1b33
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
@@ -1,7 +1,7 @@
/* IBM_PROLOG_BEGIN_TAG */
/* This is an automatically generated prolog. */
/* */
/* $Source: src/usr/diag/prdf/plat/mem/prdfMemThresholds.C $ */
/* $Source: src/usr/diag/prdf/common/plat/mem/prdfMemThresholds.C $ */
/* */
/* OpenPOWER HostBoot Project */
/* */
Expand Down
@@ -1,7 +1,7 @@
/* IBM_PROLOG_BEGIN_TAG */
/* This is an automatically generated prolog. */
/* */
/* $Source: src/usr/diag/prdf/plat/mem/prdfMemThresholds.H $ */
/* $Source: src/usr/diag/prdf/common/plat/mem/prdfMemThresholds.H $ */
/* */
/* OpenPOWER HostBoot Project */
/* */
Expand Down
@@ -1,7 +1,7 @@
/* IBM_PROLOG_BEGIN_TAG */
/* This is an automatically generated prolog. */
/* */
/* $Source: src/usr/diag/prdf/plat/mem/prdfMemUtils.C $ */
/* $Source: src/usr/diag/prdf/common/plat/mem/prdfMemUtils.C $ */
/* */
/* OpenPOWER HostBoot Project */
/* */
Expand Down
@@ -1,7 +1,7 @@
/* IBM_PROLOG_BEGIN_TAG */
/* This is an automatically generated prolog. */
/* */
/* $Source: src/usr/diag/prdf/plat/mem/prdfMemUtils.H $ */
/* $Source: src/usr/diag/prdf/common/plat/mem/prdfMemUtils.H $ */
/* */
/* OpenPOWER HostBoot Project */
/* */
Expand Down
2 changes: 2 additions & 0 deletions src/usr/diag/prdf/common/plat/mem/prdf_plat_mem.mk
Expand Up @@ -46,6 +46,8 @@ prd_obj += prdfMemMark.o
prd_obj += prdfMemSymbol.o
prd_obj += prdfMemoryMru.o
prd_obj += prdfMemUeTable.o
prd_obj += prdfMemUtils.o
prd_obj += prdfMemThresholds.o

# rule plugin related
prd_rule_plugin += prdfP9Mca_common.o
Expand Down
2 changes: 0 additions & 2 deletions src/usr/diag/prdf/plat/mem/prdf_plat_mem_hb_only.mk
Expand Up @@ -40,8 +40,6 @@ prd_incpath += ${PRD_SRC_PATH}/plat/mem
# plat/mem/ (non-rule plugin related)
prd_obj += prdfMemScrubUtils.o
prd_obj += prdfMemTdCtlr.o
prd_obj += prdfMemUtils.o
prd_obj += prdfMemThresholds.o

# plat/mem/ (rule plugin related)
prd_rule_plugin += prdfP9Mca.o
Expand Down

0 comments on commit 88f1b33

Please sign in to comment.