summaryrefslogtreecommitdiffstats
path: root/docs/resources/misc/r500_dumps/msrtool.log
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2016-03-10 23:20:52 (EST)
committer Francis Rowe <info@gluglug.org.uk>2016-03-10 23:25:57 (EST)
commit464076335d6ca5e6f801f863e95dc3847616a595 (patch)
tree0cb308ea155de7d0a65bba2de23cfbee92ebed60 /docs/resources/misc/r500_dumps/msrtool.log
parent2d68bc1581647ca27ce8350a295de03cb7ff23d8 (diff)
downloadlibreboot-464076335d6ca5e6f801f863e95dc3847616a595.zip
libreboot-464076335d6ca5e6f801f863e95dc3847616a595.tar.gz
libreboot-464076335d6ca5e6f801f863e95dc3847616a595.tar.bz2
Remove ThinkPad R500 support (wasn't ready for production use yet anyway)
R500 support in its current state should not be merged in the master branch. This will likely not make it into the immediate upcoming release. This patch will be reverted in a separate experimental branch, for the time being.
Diffstat (limited to 'docs/resources/misc/r500_dumps/msrtool.log')
-rw-r--r--docs/resources/misc/r500_dumps/msrtool.log25
1 files changed, 0 insertions, 25 deletions
diff --git a/docs/resources/misc/r500_dumps/msrtool.log b/docs/resources/misc/r500_dumps/msrtool.log
deleted file mode 100644
index a6d485c..0000000
--- a/docs/resources/misc/r500_dumps/msrtool.log
+++ /dev/null
@@ -1,25 +0,0 @@
-syntax: msrtool [-hvqrkl] [-c cpu] [-m system] [-t target ...]
- [-i addr=hi[:]lo] | [-s file] | [-d [:]file] | addr...
- -h show this help text
- -v be verbose
- -q be quiet (overrides -v)
- -r include [Reserved] values
- -k list all known systems and targets
- -l list MSRs and bit fields for current target(s) (-kl for ALL targets!)
- -c access MSRs on the specified CPU, default=0
- -m force a system, e.g: -m linux
- -t force a target, can be used multiple times, e.g: -t geodelx -t cs5536
- -i immediate mode
- decode hex addr=hi:lo for the target without reading hw value
- e.g: -i 4c00000f=f2f100ff56960004
- -s stream mode
- read one MSR address per line and append current hw value to the line
- use the filename - for stdin/stdout
- using -l -s ignores input and will output all MSRs with values
- -d diff mode
- read one address and value per line and compare with current hw value,
- printing differences to stdout. use the filename - to read from stdin
- use :file or :- to reverse diff, normally hw values are considered new
- addr.. direct mode, read and decode values for the given MSR address(es)
-
-No mode or address(es) specified!