All Projects → zamaudio → smutool

zamaudio / smutool

Licence: other
Tool for working with AMD SMU

Programming Languages

c
50402 projects - #5 most used programming language
C++
36643 projects - #6 most used programming language
assembly
5116 projects
python
139335 projects - #7 most used programming language
shell
77523 projects
Makefile
30231 projects
objective c
16641 projects - #2 most used programming language

smutool

This tool aids in the reverse engineering of AMD SMU. The SMU is a LatticeMico32 co-processor residing in the mainboard for controlling thermal management, clocks, and fans etc.

The purpose of this project is to collaborate with others to create a free alternative firmware SMU stack that interoperates with coreboot.

Compiling

You need libpci-dev

make

RAM dumping

sudo ./smudump > ram

ROM dumping

(Code needs tweaking on different machines):

sudo ./smutool > rom

User firmware signing

python signsmu.py myfirmware

License

This project is released under GPLv3

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].