Inteltool

From coreboot
Revision as of 18:43, 20 March 2013 by PatrickGeorgi (talk | contribs) (→‎Installation)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

The wiki is being retired!

Documentation is now handled by the same processes we use for code: Add something to the Documentation/ directory in the coreboot repo, and it will be rendered to https://doc.coreboot.org/. Contributions welcome!

Inteltool is a small utility that provides some information about the Intel CPU/chipset hardware configuration (register contents, MSRs, etc).

Supported devices

TODO

Installation

Manual installation

$ git clone http://review.coreboot.org/coreboot.git
$ cd coreboot/util/inteltool
$ make
$ sudo make install

You can browse the inteltool source code using the web interface.

Usage

Show basic information:

$ inteltool

Show all available information and register contents:

$ inteltool -a

Please see the manpage (or type inteltool -h) for information on various other options.


Public domain I, the copyright holder of this work, hereby release it into the public domain. This applies worldwide.

In case this is not legally possible:
I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.