Skip to content

Commit db18489

Browse files
aamarindcrowell77
authored andcommitted
Move scom API to share among controllers
Change-Id: I3b3d0bf72f5b52a49c6ea9d09ed91dfbf9613b1b Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/37882 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Brian R. Silver <bsilver@us.ibm.com> Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/38017 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
1 parent 5475af8 commit db18489

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+53
-53
lines changed

src/import/chips/p9/procedures/hwp/memory/lib/dimm/rank.H

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
#include <lib/mss_attribute_accessors.H>
4141
#include <p9_mc_scom_addresses.H>
4242
#include <p9_mc_scom_addresses_fld.H>
43-
#include <lib/utils/scom.H>
43+
#include <generic/memory/lib/utils/scom.H>
4444
#include <lib/utils/num.H>
4545
#include <lib/utils/count_dimm.H>
4646

src/import/chips/p9/procedures/hwp/memory/lib/ecc/fw_mark_store.H

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/* */
66
/* OpenPOWER HostBoot Project */
77
/* */
8-
/* Contributors Listed Below - COPYRIGHT 2016 */
8+
/* Contributors Listed Below - COPYRIGHT 2016,2017 */
99
/* [+] International Business Machines Corp. */
1010
/* */
1111
/* */
@@ -38,7 +38,7 @@
3838

3939
#include <fapi2.H>
4040
#include <lib/mcbist/address.H>
41-
#include <lib/utils/scom.H>
41+
#include <generic/memory/lib/utils/scom.H>
4242
#include <lib/ecc/ecc_traits.H>
4343
#include <lib/shared/mss_const.H>
4444

src/import/chips/p9/procedures/hwp/memory/lib/ecc/hw_mark_store.H

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/* */
66
/* OpenPOWER HostBoot Project */
77
/* */
8-
/* Contributors Listed Below - COPYRIGHT 2016 */
8+
/* Contributors Listed Below - COPYRIGHT 2016,2017 */
99
/* [+] International Business Machines Corp. */
1010
/* */
1111
/* */
@@ -38,7 +38,7 @@
3838

3939
#include <fapi2.H>
4040
#include <lib/ecc/ecc_traits.H>
41-
#include <lib/utils/scom.H>
41+
#include <generic/memory/lib/utils/scom.H>
4242

4343
namespace mss
4444
{

src/import/chips/p9/procedures/hwp/memory/lib/ecc/mainline_aue_trap.H

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
#include <fapi2.H>
4040
#include <lib/mcbist/address.H>
41-
#include <lib/utils/scom.H>
41+
#include <generic/memory/lib/utils/scom.H>
4242
#include <lib/utils/find.H>
4343
#include <lib/ecc/ecc_traits.H>
4444

src/import/chips/p9/procedures/hwp/memory/lib/ecc/mainline_mpe_trap.H

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/* */
66
/* OpenPOWER HostBoot Project */
77
/* */
8-
/* Contributors Listed Below - COPYRIGHT 2016 */
8+
/* Contributors Listed Below - COPYRIGHT 2016,2017 */
99
/* [+] International Business Machines Corp. */
1010
/* */
1111
/* */
@@ -38,7 +38,7 @@
3838

3939
#include <fapi2.H>
4040
#include <lib/mcbist/address.H>
41-
#include <lib/utils/scom.H>
41+
#include <generic/memory/lib/utils/scom.H>
4242
#include <lib/utils/find.H>
4343
#include <lib/ecc/ecc_traits.H>
4444

src/import/chips/p9/procedures/hwp/memory/lib/ecc/mainline_nce_trap.H

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/* */
66
/* OpenPOWER HostBoot Project */
77
/* */
8-
/* Contributors Listed Below - COPYRIGHT 2016 */
8+
/* Contributors Listed Below - COPYRIGHT 2016,2017 */
99
/* [+] International Business Machines Corp. */
1010
/* */
1111
/* */
@@ -38,7 +38,7 @@
3838

3939
#include <fapi2.H>
4040
#include <lib/mcbist/address.H>
41-
#include <lib/utils/scom.H>
41+
#include <generic/memory/lib/utils/scom.H>
4242
#include <lib/utils/find.H>
4343
#include <lib/ecc/ecc_traits.H>
4444

src/import/chips/p9/procedures/hwp/memory/lib/ecc/mainline_rce_trap.H

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
#include <fapi2.H>
4040
#include <lib/mcbist/address.H>
41-
#include <lib/utils/scom.H>
41+
#include <generic/memory/lib/utils/scom.H>
4242
#include <lib/utils/find.H>
4343
#include <lib/ecc/ecc_traits.H>
4444

src/import/chips/p9/procedures/hwp/memory/lib/ecc/mainline_ue_trap.H

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
#include <fapi2.H>
4040
#include <lib/mcbist/address.H>
41-
#include <lib/utils/scom.H>
41+
#include <generic/memory/lib/utils/scom.H>
4242
#include <lib/utils/find.H>
4343
#include <lib/ecc/ecc_traits.H>
4444

src/import/chips/p9/procedures/hwp/memory/lib/ecc/maint_current_trap.H

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
#include <fapi2.H>
4040
#include <lib/mcbist/address.H>
41-
#include <lib/utils/scom.H>
41+
#include <generic/memory/lib/utils/scom.H>
4242
#include <lib/utils/find.H>
4343
#include <lib/ecc/ecc_traits.H>
4444

src/import/chips/p9/procedures/hwp/memory/lib/ecc/mark_shadow_reg.H

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
#include <fapi2.H>
4040
#include <lib/mcbist/address.H>
41-
#include <lib/utils/scom.H>
41+
#include <generic/memory/lib/utils/scom.H>
4242
#include <lib/ecc/ecc_traits.H>
4343

4444
namespace mss

0 commit comments

Comments
 (0)