summaryrefslogtreecommitdiff
path: root/util/msrtool/TODO
diff options
context:
space:
mode:
authorPeter Stuge <peter@stuge.se>2008-11-22 17:13:36 +0000
committerStefan Reinauer <stepan@openbios.org>2008-11-22 17:13:36 +0000
commitdad1e3091f2d9a3fc03b9ca83c2990e23b4ea32c (patch)
tree4ca71d53ba7405b720fa977614fd68a96bf3d3bd /util/msrtool/TODO
parentd24fe7e80ede60847afaa2ae30692b072ea06eda (diff)
downloadcoreboot-dad1e3091f2d9a3fc03b9ca83c2990e23b4ea32c.tar.xz
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
Diffstat (limited to 'util/msrtool/TODO')
-rw-r--r--util/msrtool/TODO8
1 files changed, 8 insertions, 0 deletions
diff --git a/util/msrtool/TODO b/util/msrtool/TODO
new file mode 100644
index 0000000000..c701e72896
--- /dev/null
+++ b/util/msrtool/TODO
@@ -0,0 +1,8 @@
+Systems
+-------
+FreeBSD #defines: see svn diff -r 3697:3698 util/
+
+Other ideas
+-----------
+Move MSR definitions and probe instructions into an external text file?
+Handle PCI registers as well?