buildroot/package/iotools/Config.in
Andy Shevchenko aa7217276d package/iotools: new package
The iotools package provides a set of simple command line tools which
allow access to hardware device registers. Supported register interfaces
include PCI, IO, memory mapped IO, SMBus, CPUID, and MSR. Also included
are some utilities which allow for simple arithmetic, logical, and other
operations.

If you ever have to debug hardware, you could probably use these tools.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2024-10-26 14:43:39 +02:00

15 lines
306 B
Plaintext

config BR2_PACKAGE_IOTOOLS
bool "iotools"
help
Tools for poking all types of IO, supported are:
- CMOS NVRAM (via /dev/nvram)
- CPU ID (x86)
- IO port (x86, PowerPC)
- MMIO
- MSR (x86)
- PCI configuration space
- SCOM (PowerPC)
- SMBus
https://github.com/andy-shev/iotools