Inteltool: Difference between revisions

From coreboot
Jump to navigation Jump to search
(Exapnd page, add more info.)
m (→‎Installation: svn paths)
Line 9: Line 9:
'''Manual installation'''
'''Manual installation'''


  $ svn co svn://coreboot.org/repos/trunk/util/inteltool
  $ svn co svn://coreboot.org/coreboot/trunk/util/inteltool
  $ cd inteltool
  $ cd inteltool
  $ make
  $ make

Revision as of 18:46, 30 October 2009

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

$ svn co svn://coreboot.org/coreboot/trunk/util/inteltool
$ cd inteltool
$ make
$ sudo make install

You can browse the inteltool source code using the trac 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.