Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add some SMU registers explanation
Update README.md
Update README.md
  • Loading branch information
irusanov committed Aug 21, 2019
1 parent 9e327a9 commit 4f830b2
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,22 @@
This project was originally created to enable simple P-state overclocking on ASUS AM4 motherboards from the OS. It's no longer maintained but may be freely used as a base or for parts for anyone interested in continuing this project.

It was created using Visual Studio 2017 and requires the WinRing driver and library to run (https://1drv.ms/u/s!Atmpv-6qHr_6r-YV1-C0ht0nCQiHKA).


# SMU Commands

There's no public document describing the available commands, however I was able to guess some of them with trial and error and the help of the publicly released "worktool" app and the info provided by FlyGoat's repo: (https://github.com/FlyGoat/ryzen_nb_smu)

| ID | Name | Note |
| :------| :------ | :------ |
| 0x1 | TestMessage | |
| 0x2 | GetSmuVersion | |
| 0x24 | EnableOverclocking | Forces base clock and manual overclock mode. |
| 0x25 | DisableOverclocking | |
| 0x26 | SetOverclockFreqAllCore | Sets all core frequency, EnableOverclocking first. |
| 0x27 | SetOverclockFreqPerCore | Always sets core #0, probably needs additional parameters. EnableOverclocking first. |
| 0x28 | SetOverclockVid | Alters the VID (in HEX). EnableOverclocking first. |
| 0x29 | SetBoostLimitFreqAllCores | Probably sets fmax |
| 0x2B | ? | Sets maximum boost frequency |
| 0x2C | GetOverclockCap | ? |
| 0x2F | ? | With multi manually set to 40x, sets the multi to 39.50x |

0 comments on commit 4f830b2

Please sign in to comment.