Skip to content

Commit

Permalink
PRD: Memory HWP include updates
Browse files Browse the repository at this point in the history
Change-Id: I00b9f2179ca209f7af14a33a6526b86cec22904f
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/74970
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Brian J. Stegmiller <bjs@us.ibm.com>
Reviewed-by: Benjamen G. Tyner <ben.tyner@ibm.com>
Reviewed-by: Caleb N. Palmer <cnpalmer@us.ibm.com>
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/75186
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com>
  • Loading branch information
cnpalmer authored and zane131 committed Apr 1, 2019
1 parent 16024c9 commit f2837b8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion src/usr/diag/prdf/plat/mem/prdfMemScrubUtils.C
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
* @brief Define the functionality necessary to start initial background scrub
*/

// HWP includes
#include <lib/shared/nimbus_defaults.H>
#include <lib/mcbist/memdiags.H>

// Framework includes
#include <prdfMemScrubUtils.H>
#include <prdfExtensibleChip.H>
Expand All @@ -36,7 +40,6 @@
#include <fapi2.H>
#include <prdfTargetServices.H>
#include <prdfRegisterCache.H>
#include <lib/mcbist/memdiags.H>

// Platform includes
#include <prdfMemThresholds.H>
Expand Down
3 changes: 2 additions & 1 deletion src/usr/diag/prdf/plat/prdfPlatServices.H
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
/* Contributors Listed Below - COPYRIGHT 2016,2018 */
/* Contributors Listed Below - COPYRIGHT 2016,2019 */
/* [+] International Business Machines Corp. */
/* */
/* */
Expand Down Expand Up @@ -34,6 +34,7 @@
* is common between FSP and Hostboot should be in the respective common file.
*/

#include <lib/shared/nimbus_defaults.H> // Memory HWP constant defs
#include <lib/mcbist/memdiags.H> // MCBIST command interfaces
#include <p9c_mss_maint_cmds.H> // MBA command interfaces

Expand Down

0 comments on commit f2837b8

Please sign in to comment.