Ivan Rusanov
Ivan Rusanov
@modmanx You can see the defined properties in the source, which will give you and idea what to override. The styles for default buttons can be found here: https://github.com/benruehl/adonis-ui/blob/master/src/AdonisUI.ClassicTheme/DefaultStyles/Button.xaml I...
@ocerman Have you figured out the SVI2 addresses on Renoir? I've asked a user to scan the usual offsets, but they are empty with the exception 0x0005A08C: 0x00000008 ```python ########################################################...
SVI2 for Renoir seems to be ```c public const uint F17H_M02H_SVI = 0x0006F000; public const uint F17H_M60H_SVI_TEL_PLANE0 = (F17H_M02H_SVI + 0x38); public const uint F17H_M60H_SVI_TEL_PLANE1 = (F17H_M02H_SVI + 0x3C); ```...
@abucodonosor Yes, SVI2 base address on desktop, server and mobile SKUs seems to be 0x0005A000. The only exception so far is Renoir with a base address of 0x0006F000, but I...
@abucodonosor The offsets on the desktop are the same. I have dumps from both desktop and mobile Renoir.
Yes, family 0x17, model 0x60. https://en.wikichip.org/wiki/amd/cpuid#Family_23_.2817h.29 They only differ in package type, I think.
SMUDebugTool (actually much more than just the communication with the SMU coprocessor) was a tool I've quickly coded to help me debug and poke the black box that Ryzen is....
I don't really know what to recommend. I'm working for a year and half on that stuff and most of it had been trial and error, especially in the beginning....
It's not that easy to support all possible CPUs. It's a little bit easier now with the information we have, but it was much harder 1 year ago. Every generation...
I don't know how to read AGESA version. If I ever find how, will also like to include it.