msrtool: Release Candidate 1
authorPeter Stuge <peter@stuge.se>
Sat, 22 Nov 2008 17:13:36 +0000 (17:13 +0000)
committerStefan Reinauer <stepan@openbios.org>
Sat, 22 Nov 2008 17:13:36 +0000 (17:13 +0000)
commitdad1e3091f2d9a3fc03b9ca83c2990e23b4ea32c
tree4ca71d53ba7405b720fa977614fd68a96bf3d3bd
parentd24fe7e80ede60847afaa2ae30692b072ea06eda
msrtool: Release Candidate 1

msrtool can decode MSRs and print the value of every field in human
readable form. It can also be used to save a set of MSRs to a file,
and at a later time compare the saved values with current values in
hardware.

Signed-off-by: Peter Stuge <peter@stuge.se>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3766 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
util/msrtool/COPYING [new file with mode: 0644]
util/msrtool/Makefile.in [new file with mode: 0644]
util/msrtool/TODO [new file with mode: 0644]
util/msrtool/configure [new file with mode: 0755]
util/msrtool/cs5536.c [new file with mode: 0644]
util/msrtool/geodelx.c [new file with mode: 0644]
util/msrtool/linux.c [new file with mode: 0644]
util/msrtool/msrtool.c [new file with mode: 0644]
util/msrtool/msrtool.h [new file with mode: 0644]
util/msrtool/msrutils.c [new file with mode: 0644]
util/msrtool/sys.c [new file with mode: 0644]