mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
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
|