Skip to content

Commit

Permalink
Updating NCU tlbie pacing dials
Browse files Browse the repository at this point in the history
This setting improves tlbie latencies that were measured on IBMi.

Also commit generated initfile changes causing Jenkins compliation
failure.

Change-Id: I206fa3c8f07859d44f6f82f3eadebf6f11352637
CQ: HW438757
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/54157
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Kevin F. Reick <reick@us.ibm.com>
Reviewed-by: Jenny Huynh <jhuynh@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/54179
Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
  • Loading branch information
Luke C. Murray authored and sgupta2m committed Feb 17, 2018
1 parent f058c99 commit c955a5c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/import/chips/p9/procedures/hwp/initfiles/p9_ncu_scom.C
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@

using namespace fapi2;

constexpr uint64_t literal_0x3 = 0x3;
constexpr uint64_t literal_0xF = 0xF;
constexpr uint64_t literal_0x10 = 0x10;
constexpr uint64_t literal_0x4 = 0x4;
constexpr uint64_t literal_0b0001 = 0b0001;
constexpr uint64_t literal_0b1000 = 0b1000;
constexpr uint64_t literal_0x10 = 0x10;
constexpr uint64_t literal_0x40 = 0x40;
constexpr uint64_t literal_0x8 = 0x8;
constexpr uint64_t literal_6 = 6;
Expand Down Expand Up @@ -96,14 +96,14 @@ fapi2::ReturnCode p9_ncu_scom(const fapi2::Target<fapi2::TARGET_TYPE_EX>& TGT0,
&& (l_chip_ec == 0x22)) || ((l_chip_id == 0x6) && (l_chip_ec == 0x10)) || ((l_chip_id == 0x6) && (l_chip_ec == 0x11))
|| ((l_chip_id == 0x7) && (l_chip_ec == 0x10)) )
{
l_scom_buffer.insert<19, 8, 56, uint64_t>(literal_0x3 );
l_scom_buffer.insert<19, 8, 56, uint64_t>(literal_0xF );
}

if (((l_chip_id == 0x5) && (l_chip_ec == 0x20)) || ((l_chip_id == 0x5) && (l_chip_ec == 0x21)) || ((l_chip_id == 0x5)
&& (l_chip_ec == 0x22)) || ((l_chip_id == 0x6) && (l_chip_ec == 0x10)) || ((l_chip_id == 0x6) && (l_chip_ec == 0x11))
|| ((l_chip_id == 0x7) && (l_chip_ec == 0x10)) )
{
l_scom_buffer.insert<11, 8, 56, uint64_t>(literal_0x4 );
l_scom_buffer.insert<11, 8, 56, uint64_t>(literal_0x10 );
}

if (((l_chip_id == 0x5) && (l_chip_ec == 0x20)) || ((l_chip_id == 0x5) && (l_chip_ec == 0x21)) || ((l_chip_id == 0x5)
Expand Down

0 comments on commit c955a5c

Please sign in to comment.