summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Vanderpool <vanderp@us.ibm.com>2017-10-27 11:01:05 -0500
committerChristian R. Geddes <crgeddes@us.ibm.com>2017-11-02 10:44:13 -0400
commit2c84b69258b222a68bf1a6c3d32225e42d686828 (patch)
treed3a64e3241b78197c6fdb7e6381e051be8a3c2ed
parent7fa961df6429fdb739e29230385b7317ddc5d531 (diff)
downloadtalos-hostboot-2c84b69258b222a68bf1a6c3d32225e42d686828.tar.gz
talos-hostboot-2c84b69258b222a68bf1a6c3d32225e42d686828.zip
Disable Pulsed Resclk mode
Change-Id: Iba706c2a1b8e4c8943c643efc8f7c54d8b461c2f CQ: HW425355 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/48933 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Michael S. Floyd <mfloyd@us.ibm.com> Reviewed-by: Juan R. Medina <jrmedina@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/48936 Reviewed-by: Hostboot Team <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> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
-rw-r--r--src/import/chips/p9/procedures/hwp/lib/p9_resclk_defines.H90
1 files changed, 45 insertions, 45 deletions
diff --git a/src/import/chips/p9/procedures/hwp/lib/p9_resclk_defines.H b/src/import/chips/p9/procedures/hwp/lib/p9_resclk_defines.H
index ff88df0fa..e0df20c3f 100644
--- a/src/import/chips/p9/procedures/hwp/lib/p9_resclk_defines.H
+++ b/src/import/chips/p9/procedures/hwp/lib/p9_resclk_defines.H
@@ -57,12 +57,12 @@ std::vector<rsclk_freq_idx_t> const RESCLK_INDEX_VEC =
// { Freq, Idx}
{ 0, 3 },
{ 1500, 3 },
- { 2000, 24 },
- { 2800, 48 },
- { 3400, 41 },
- { 3700, 41 },
- { 3900, 41 },
- { 4100, 41 }
+ { 2000, 21 },
+ { 3000, 23 },
+ { 3400, 24 },
+ { 3700, 22 },
+ { 3900, 20 },
+ { 4100, 19 }
};
//###############################################################################
// Table 2: Resonant (Core & L2) Grids Control Data
@@ -98,45 +98,45 @@ std::vector<uint16_t> const RESCLK_TABLE_VEC =
0xA080,
0xE080,
0xF080,
- 0xE080,
- 0xA080,
- 0xB080,
- 0x9080,
- 0x8080,
- 0x0080,
- 0x0480,
- 0x8480,
- 0x9480,
- 0xB480,
- 0x9480,
- 0x8480,
- 0x0480,
- 0x0580,
- 0x8580,
- 0x9580,
- 0xB580,
- 0x9580,
- 0x8580,
- 0x0580,
- 0x0780,
- 0x8780,
- 0x9780,
- 0xB780,
- 0x9780,
- 0x8780,
- 0x0780,
- 0x0680,
- 0x8680,
- 0x9680,
- 0xB680,
- 0xA680,
- 0xE680,
- 0xF680,
- 0xD680,
- 0xC680,
- 0xC680,
- 0xC680,
- 0xC680
+ 0xF080,
+ 0xF080,
+ 0xF080,
+ 0xF080,
+ 0xF080,
+ 0xF080,
+ 0xF080,
+ 0xF080,
+ 0xF080,
+ 0xF080,
+ 0xF080,
+ 0xF080,
+ 0xF080,
+ 0xF080,
+ 0xF080,
+ 0xF080,
+ 0xF080,
+ 0xF080,
+ 0xF080,
+ 0xF080,
+ 0xF080,
+ 0xF080,
+ 0xF080,
+ 0xF080,
+ 0xF080,
+ 0xF080,
+ 0xF080,
+ 0xF080,
+ 0xF080,
+ 0xF080,
+ 0xF080,
+ 0xF080,
+ 0xF080,
+ 0xF080,
+ 0xF080,
+ 0xF080,
+ 0xF080,
+ 0xF080,
+ 0xF080
};
//###############################################################################
// Table 3: L3 Grid Control Data
OpenPOWER on IntegriCloud