Ivan Rusanov
Ivan Rusanov
Sorry for the late response. Currently, the only way to change those values in the app is by manually executing the appropriate SMU commands with correct arguments. There's also a...
They all have different SMU commands. Some CPUs support more than one mailbox and commands for these mailboxes also differ. ZenStates does not support APUs currently, but I am working...
Thanks, here's what I've started to document, although I have more commands as well (found mostly experimentally). https://docs.google.com/spreadsheets/d/15qC2GlLiF3gpW5d9pVMP4npJ14yDv_yP2zT6QGEWseg/edit?usp=sharing
Ryzen Master has no support for Carrizo/Bristol Ridge. I can add support for those CPUs in the debug tool and then experiment, but have no such processor, Might see if...
In order to support them in the driver, you need to add codenames, model numbers, mailbox addresses and commands for the basic operations, e.g. you need the commands to get...
@FlyGoat is completely right @psyborg55 According to that document, it's using the D0F0, basically the same 0x0 PCI bus address as the rest of the cpus. address offset is 0xBC...
A debug report would be helpful (Tools -> Debug). Each SKU usually has a different table version with different offsets. These table definitions are loaded based on the codename of...
I can confirm it, but for now I can't understand why it doesn't work correctly. I have tested with -6 on all cores and it sets -10 for the cores...
As soon as I figure out what is going on - yes.
I think the problem lies in the core mask and I need to test with more SKUs from different generations to properly fix. There are duplicate functions for mask in...