summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/initfiles/p9_int_scom.C
diff options
context:
space:
mode:
authorJenny Huynh <jhuynh@us.ibm.com>2016-09-08 12:05:28 -0500
committerWilliam G. Hoffa <wghoffa@us.ibm.com>2016-09-15 16:21:33 -0400
commitdbc60d026d9680863735c2f951a4422ea12a77db (patch)
treeb16c92c0e23b39071c8c26c17d2e8c4a401b8fca /src/import/chips/p9/procedures/hwp/initfiles/p9_int_scom.C
parentdd2f09d306defb334a8e85f63231cf40217a57af (diff)
downloadtalos-hostboot-dbc60d026d9680863735c2f951a4422ea12a77db.tar.gz
talos-hostboot-dbc60d026d9680863735c2f951a4422ea12a77db.zip
Modifying INT initfile based on RAS reviews
1. Changing bit 25 (INT_CQ_FIR_SCOM_S_ERR) from checkstop to masked 2. Not touching bits 37, 46, 47, 49-63; D. Henderson to change in spreadsheet 3. Bit 46 to be masked for DD1 only; checkstop for DD2 Change-Id: I714d47a6370d5b732d2d8d63d424be326498f41e Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/29387 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com> Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/29443 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/initfiles/p9_int_scom.C')
-rw-r--r--src/import/chips/p9/procedures/hwp/initfiles/p9_int_scom.C4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/import/chips/p9/procedures/hwp/initfiles/p9_int_scom.C b/src/import/chips/p9/procedures/hwp/initfiles/p9_int_scom.C
index 0eed1b236..c602bd99b 100644
--- a/src/import/chips/p9/procedures/hwp/initfiles/p9_int_scom.C
+++ b/src/import/chips/p9/procedures/hwp/initfiles/p9_int_scom.C
@@ -31,7 +31,7 @@ using namespace fapi2;
constexpr auto literal_1 = 1;
constexpr auto literal_0 = 0;
-constexpr auto literal_0x0000000000028000 = 0x0000000000028000;
+constexpr auto literal_0x0000004000028000 = 0x0000004000028000;
constexpr auto literal_0x00000000040101C3 = 0x00000000040101C3;
constexpr auto literal_0x9554021F80100E0C = 0x9554021F80100E0C;
constexpr auto literal_0b00 = 0b00;
@@ -122,7 +122,7 @@ fapi2::ReturnCode p9_int_scom(const fapi2::Target<fapi2::TARGET_TYPE_PROC_CHIP>&
}
{
- l_scom_buffer.insert<uint64_t> (literal_0x0000000000028000, 0, 64, 0 );
+ l_scom_buffer.insert<uint64_t> (literal_0x0000004000028000, 0, 64, 0 );
}
l_rc = fapi2::putScom(TGT0, 0x5013033ull, l_scom_buffer);
OpenPOWER on IntegriCloud