![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Package inteltool
Dump Intel CPU / chipset configuration parameters
inteltool is a tool for dumping the configuration space of Intel CPUs, northbridges and southbridges.
This includes register contents of e.g. GPIO, RCBA, PMBASE, MCHBAR, EPBAR, DMIBAR, PCIEXBAR, and more.
It has been developed for the coreboot project (see http://coreboot.org for details on coreboot), but may also be useful for other purposes.
Inteltool
Jump to: navigation, search
Inteltool is a small utility that provides some information about the Intel CPU/chipset hardware configuration (register contents, MSRs, etc).Supported devices
TODOInstallation
Manual installation$ git clone http://review.coreboot.org/coreboot.git $ cd coreboot/util/inteltool $ make $ sudo make installYou can browse the inteltool source code using the web interface.
Usage
Show basic information:$ inteltoolShow all available information and register contents:
$ inteltool -a
Please see the manpage (or type inteltool -h) for information on various other options.
http://www.coreboot.org/Inteltool