Msrtool: Difference between revisions

From coreboot
Jump to navigation Jump to search
(Add basic msrtool wiki page.)
 
m (→‎Installation: svn paths)
Line 11: Line 11:
'''Manual installation'''
'''Manual installation'''


  $ svn co svn://coreboot.org/repos/trunk/util/msrtool
  $ svn co svn://coreboot.org/coreboot/trunk/util/msrtool
  $ cd msrtool
  $ cd msrtool
  $ ./configure
  $ ./configure

Revision as of 18:38, 30 October 2009

msrtool is a small utility that dumps chipset-specific MSR registers.

Supported chipsets

  • AMD Geode LX
  • AMD Geode CS5536
  • AMD K8

Installation

Manual installation

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

You can browse the msrtool source code using the trac web interface.

Usage

Show basic information:

$ msrtool

Please see msrtool -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.