kevinlekiller / amdctl

Set P-State voltages and clock speeds on recent AMD CPUs on Linux.
GNU General Public License v3.0
241 stars 22 forks source link

Report AGESA version #31

Closed drws closed 2 years ago

drws commented 2 years ago

There is a shortage of Linux tools that could report AMD's AGESA (AMD Generic Encapsulated Software Architecture) version. Windows-based HWiNFO and AIDA64 reportedly have the ability, but I couldn't find any Linux-based solution.

kevinlekiller commented 2 years ago

I did a quick search in the Zen 3 PUB, but couldn't find anything to get the version, maybe there's something in some of the other documentation available?

Unfortunately, those Windows tools are all proprietary (CPU-Z included) ; no source code, impossible to know how they're doing it without reverse engineering which is not something I want to do.

kevinlekiller commented 2 years ago

Going to close, since I can't find any information on how to get the AGESA version.

inxi shows a lot of info, but not the AGESA version: sudo inxi -F

drws commented 2 years ago

@kevinlekiller apparently more information was available all along. If you're still interested in this please also see RyzenAdj and inxi issues.