Skip to content

Commit

Permalink
Hostboot Memory HWP include update
Browse files Browse the repository at this point in the history
Change-Id: Iecaaf2846ef8be48fcbd00766d78cb3eb32c5bdf
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/74971
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
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>
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-by: Paul Greenwood <paul.greenwood@ibm.com>
Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com>
  • Loading branch information
cnpalmer authored and zane131 committed Apr 1, 2019
1 parent 5beffad commit 4046e66
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/usr/diag/mdia/mdiasm.H
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
/* Contributors Listed Below - COPYRIGHT 2012,2017 */
/* Contributors Listed Below - COPYRIGHT 2012,2019 */
/* [+] International Business Machines Corp. */
/* */
/* */
Expand All @@ -32,6 +32,7 @@

#include <vector>
#include <util/threadpool.H>
#include <lib/shared/nimbus_defaults.H>
#include <lib/mcbist/memdiags.H>
#include "sys/sync.h"
#include "mdiafwd.H"
Expand Down
3 changes: 2 additions & 1 deletion src/usr/isteps/istep14/call_mss_memdiag.C
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
/* Contributors Listed Below - COPYRIGHT 2015,2018 */
/* Contributors Listed Below - COPYRIGHT 2015,2019 */
/* [+] International Business Machines Corp. */
/* */
/* */
Expand Down Expand Up @@ -33,6 +33,7 @@
#include <util/misc.H>

#include <plat_hwp_invoker.H> // for FAPI_INVOKE_HWP
#include <lib/shared/nimbus_defaults.H> // Needed before memdiags_fir.H
#include <lib/fir/memdiags_fir.H> // for mss::unmask::after_memdiags
#include <lib/mc/port.H> // for mss::reset_reorder_queue_settings

Expand Down
1 change: 1 addition & 0 deletions src/usr/isteps/nvdimm/nvdimm.C
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
#include <usr/devicefw/userif.H>
#include <fapi2.H>
#include <fapi2/plat_hwp_invoker.H>
#include <lib/shared/nimbus_defaults.H>
#include <lib/dimm/ddr4/nvdimm_utils.H>
#include <lib/mc/port.H>
#include <isteps/nvdimm/nvdimmreasoncodes.H>
Expand Down

0 comments on commit 4046e66

Please sign in to comment.