diff options
| author | Caleb Palmer <cnpalmer@us.ibm.com> | 2019-03-25 14:33:15 -0500 |
|---|---|---|
| committer | Zane C. Shelley <zshelle@us.ibm.com> | 2019-04-01 10:14:19 -0500 |
| commit | f2837b85611f71238e50d353fe3591cf5e5c9a12 (patch) | |
| tree | 54a3e5c8de3abd222c7511504a54c3aa18682fba /src | |
| parent | 16024c9f92fa83ea5e010b31a744f9d8ef847c1e (diff) | |
| download | blackbird-hostboot-f2837b85611f71238e50d353fe3591cf5e5c9a12.tar.gz blackbird-hostboot-f2837b85611f71238e50d353fe3591cf5e5c9a12.zip | |
PRD: Memory HWP include updates
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>
Diffstat (limited to 'src')
| -rw-r--r-- | src/usr/diag/prdf/plat/mem/prdfMemScrubUtils.C | 5 | ||||
| -rw-r--r-- | src/usr/diag/prdf/plat/prdfPlatServices.H | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/src/usr/diag/prdf/plat/mem/prdfMemScrubUtils.C b/src/usr/diag/prdf/plat/mem/prdfMemScrubUtils.C index 84dd2d2f8..9d8e00f50 100644 --- a/src/usr/diag/prdf/plat/mem/prdfMemScrubUtils.C +++ b/src/usr/diag/prdf/plat/mem/prdfMemScrubUtils.C @@ -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> @@ -36,7 +40,6 @@ #include <fapi2.H> #include <prdfTargetServices.H> #include <prdfRegisterCache.H> -#include <lib/mcbist/memdiags.H> // Platform includes #include <prdfMemThresholds.H> diff --git a/src/usr/diag/prdf/plat/prdfPlatServices.H b/src/usr/diag/prdf/plat/prdfPlatServices.H index b2a495bfa..e1710119c 100644 --- a/src/usr/diag/prdf/plat/prdfPlatServices.H +++ b/src/usr/diag/prdf/plat/prdfPlatServices.H @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2016,2018 */ +/* Contributors Listed Below - COPYRIGHT 2016,2019 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -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 |

