Skip to content

Commit

Permalink
Move pre_eff_config specific code to chip specific folders
Browse files Browse the repository at this point in the history
Change-Id: I2b2f3a5231f23a3a812997bc8a570e3242a8e697
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/80582
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: Mark Pizzutillo <mark.pizzutillo@ibm.com>
Reviewed-by: Louis Stermole <stermole@us.ibm.com>
Reviewed-by: Jennifer A Stofer <stofer@us.ibm.com>
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/80929
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Reviewed-by: Daniel M Crowell <dcrowell@us.ibm.com>
  • Loading branch information
aamarin authored and dcrowell77 committed Jul 29, 2019
1 parent 0978a1a commit ab91399
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
#include <generic/memory/lib/spd/common/rcw_settings.H>
#include <lib/spd/spd_factory.H>
#include <lib/eff_config/timing.H>
#include <generic/memory/lib/data_engine/pre_data_init.H>
#include <lib/eff_config/pre_data_init.H>
#include <generic/memory/lib/spd/spd_utils.H>

namespace mss
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
// *HWP Level: 3
// *HWP Consumed by: CI

#include <generic/memory/lib/data_engine/pre_data_init.H>
#include <lib/eff_config/pre_data_init.H>

namespace mss
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* IBM_PROLOG_BEGIN_TAG */
/* This is an automatically generated prolog. */
/* */
/* $Source: src/import/generic/memory/lib/data_engine/p9n/p9n_data_init_traits.H $ */
/* $Source: src/import/chips/p9/procedures/hwp/memory/lib/eff_config/p9n_data_init_traits.H $ */
/* */
/* OpenPOWER HostBoot Project */
/* */
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* IBM_PROLOG_BEGIN_TAG */
/* This is an automatically generated prolog. */
/* */
/* $Source: src/import/generic/memory/lib/data_engine/pre_data_init.H $ */
/* $Source: src/import/chips/p9/procedures/hwp/memory/lib/eff_config/pre_data_init.H $ */
/* */
/* OpenPOWER HostBoot Project */
/* */
Expand Down Expand Up @@ -41,7 +41,7 @@
#include <generic/memory/lib/utils/shared/mss_generic_consts.H>
#include <generic/memory/lib/spd/spd_facade.H>
#include <generic/memory/lib/utils/find.H>
#include <generic/memory/lib/data_engine/p9n/p9n_data_init_traits.H>
#include <lib/eff_config/p9n_data_init_traits.H>
#include <generic/memory/lib/data_engine/data_engine_utils.H>

namespace mss
Expand Down
2 changes: 1 addition & 1 deletion src/import/chips/p9/procedures/hwp/memory/p9_mss_freq.C
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
#include <lib/freq/nimbus_freq_traits.H>
#include <generic/memory/lib/utils/count_dimm.H>
#include <generic/memory/lib/utils/freq/gen_mss_freq.H>
#include <generic/memory/lib/data_engine/pre_data_init.H>
#include <lib/eff_config/pre_data_init.H>

using fapi2::TARGET_TYPE_MCS;
using fapi2::TARGET_TYPE_MCA;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* IBM_PROLOG_BEGIN_TAG */
/* This is an automatically generated prolog. */
/* */
/* $Source: src/import/generic/memory/lib/data_engine/p9a/p9a_data_init_traits.H $ */
/* $Source: src/import/chips/p9a/procedures/hwp/memory/lib/eff_config/p9a_data_init_traits.H $ */
/* */
/* OpenPOWER HostBoot Project */
/* */
Expand Down
2 changes: 1 addition & 1 deletion src/import/chips/p9a/procedures/hwp/memory/p9a_mss_freq.C
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
#include <p9a_mss_freq.H>

#include <lib/freq/axone_freq_traits.H>
#include <generic/memory/lib/data_engine/p9a/p9a_data_init_traits.H>
#include <lib/eff_config/p9a_data_init_traits.H>
#include <lib/eff_config/explorer_attr_engine_traits.H>
#include <generic/memory/lib/data_engine/data_engine.H>
#include <generic/memory/lib/utils/find.H>
Expand Down

0 comments on commit ab91399

Please sign in to comment.