Created
July 8, 2020 12:20
-
-
Save arter97/36b384b14f371f0371d70217fac5dfa8 to your computer and use it in GitHub Desktop.
Intel power limits
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# FIVRVoltage00 | |
wrmsr -a 0x150 0x80000011f1e00000 | |
# FIVRVoltage10 | |
wrmsr -a 0x150 0x80000111f6600000 | |
# FIVRVoltage20 | |
wrmsr -a 0x150 0x80000211f1e00000 | |
# FIVRVoltage30 | |
wrmsr -a 0x150 0x80000311f6600000 | |
# FIVRVoltage40 | |
wrmsr -a 0x150 0x80000411fec00000 | |
# IccMax | |
wrmsr -a 0x150 0x80000017000003ff | |
wrmsr -a 0x150 0x80000117000003ff | |
wrmsr -a 0x150 0x80000217000003ff | |
# Power limit | |
wrmsr -a 0x610 0xcc84b0002c82d0 | |
iotools mmio_write64 0xfed159a0 0xcc84b0002c82d0 | |
# ConfigTDP UP | |
wrmsr -a 0x64b 0x80000002 | |
# Turbo frequencies | |
wrmsr -a 0x1ad 0x28282828 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment