summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaptor Engineering Development Team <support@raptorengineering.com>2018-06-07 16:37:32 -0500
committerRaptor Engineering Development Team <support@raptorengineering.com>2018-06-07 16:37:32 -0500
commita84458d20af3dc8314d8409918fc299057b90529 (patch)
treee57ec48562330ca6fcc1e344fb29e412787b3ddb
parent33722aa0b7ed14f3606f3db5682053c1ea36f89e (diff)
downloadvpdtools-a84458d20af3dc8314d8409918fc299057b90529.tar.gz
vpdtools-a84458d20af3dc8314d8409918fc299057b90529.zip
Add 8-core overclock settings
-rwxr-xr-xwoferclock/woferclock_cpu4
1 files changed, 4 insertions, 0 deletions
diff --git a/woferclock/woferclock_cpu b/woferclock/woferclock_cpu
index 051622c..601e88f 100755
--- a/woferclock/woferclock_cpu
+++ b/woferclock/woferclock_cpu
@@ -65,6 +65,10 @@ VOLTAGE_MULTIPLIER=1.00
# Reasonable defaults
# Partly validated on initial silicon
# NOT GUARANTEED, starting point ONLY!
+if [[ "$CORE_COUNT" == "8" ]]; then
+ NEW_ULTRATURBO_MHZ=4400
+ VOLTAGE_MULTIPLIER=1.142
+fi
if [[ "$CORE_COUNT" == "18" ]]; then
NEW_ULTRATURBO_MHZ=4200
VOLTAGE_MULTIPLIER=1.00
OpenPOWER on IntegriCloud