mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-26 23:13:27 +08:00
aa7217276d
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>
15 lines
306 B
Plaintext
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
|