superiotool

Super I/O detection tool

Install

All systems
curl cmd.cat/superiotool.sh
Debian Debian
apt-get install superiotool
Ubuntu
apt-get install superiotool
image/svg+xml Kali Linux
apt-get install superiotool
Fedora
dnf install superiotool
Windows (WSL2)
sudo apt-get update sudo apt-get install superiotool
Raspbian
apt-get install superiotool

superiotool

Super I/O detection tool

Superiotool is a user-space utility which can - detect which Super I/O chip is soldered onto your mainboard, - at which configuration port it's located (usually 0x2e or 0x4e), and - dump all register contents of the Super I/O chip, together with the default values as per datasheet (to make comparing the values easy). It is mainly used for coreboot (previously known as LinuxBIOS) development purposes (see coreboot.org for details on coreboot), but it may also be useful for other things.

coreboot-utils

Various utilities from coreboot project