index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util
/
msrtool
Age
Commit message (
Expand
)
Author
2020-10-31
.gitignore: Ignore .test/.dependencies globally
Patrick Georgi
2020-10-30
.gitignore: Split into subdirectory files
Patrick Georgi
2020-05-11
treewide: Remove "this file is part of" lines
Patrick Georgi
2020-05-06
treewide: replace GPLv2 long form headers with SPDX header
Patrick Georgi
2020-05-06
treewide: move copyrights and authors to AUTHORS
Patrick Georgi
2020-01-30
util/msrtool: Fix formatting issues reported by checkpatch
Patrick Georgi
2020-01-30
util/msrtool: Fix typos
Patrick Georgi
2018-08-28
util/msrtool: Fix typos
Elyes HAOUAS
2018-07-26
util: Add description.md to each util
Tom Hiller
2018-06-04
util/msrtool: Add Pentium D support
Elyes HAOUAS
2018-05-15
msrtool: add VIA C7
Lubomir Rintel
2018-05-15
util/msrtool: Check for VENDOR_AMD for K8 probe
Kyösti Mälkki
2018-05-15
util/msrtool: Fix swapped IA32_MC3_x and IA32_MC4_x
Kyösti Mälkki
2018-05-15
util/msrtool: Fix names from IA32_MCO_xx to IA32_MC0_xx
Kyösti Mälkki
2018-05-15
msrtool: use a bit more clever cpuid vendor match
Lubomir Rintel
2018-05-13
msrtool: add support for printing string values
Lubomir Rintel
2018-05-13
mstrool: only use intel targets for actual intel CPUs
Lubomir Rintel
2017-08-22
util/msrtool: Exit program after displaying the help message
Maciej Suminski
2017-06-09
msrtool: Remove `no-pic` from `CFLAGS`
Paul Menzel
2017-06-07
Use more secure HTTPS URLs for coreboot sites
Paul Menzel
2016-10-19
util/msrtool: Use tabs for indents
Elyes HAOUAS
2016-07-28
util/msrtool: update register for Pentium4_later
Elyes HAOUAS
2016-07-28
msrtool/README: Remove trailing spaces
Elyes HAOUAS
2015-12-14
msrtool/configure: change svn to git
Iru Cai
2015-10-31
tree: drop last paragraph of GPL copyright header
Patrick Georgi
2015-06-08
Remove empty lines at end of file
Elyes HAOUAS
2015-05-21
Remove address from GPLv2 headers
Patrick Georgi
2015-02-11
utils/msrtool: add westmere cpuids to nehalem
Alexander Couzens
2013-07-08
msrtool: Fix verbose ignored by cpuid().
Benoît Legat
2013-06-06
Intel Atom cpu support to msrtool
Olivier Langlois
2013-03-01
GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«
Paul Menzel
2013-01-28
msrtool: Decoding for most of Intel Core 2 MSRs
Anton Kochkov
2012-07-21
msrtool: Factor out cpuid() from target probe functions into main()
Anton Kochkov
2012-07-13
msrtool: add support for cs5536 LPC_SERIRQ (0x5140004e)
Christian Gmeiner
2012-07-10
msrtool: Add Intel Nehalem CPUs support
Anton Kochkov
2012-07-10
msrtool: Fix Intel CPUs detection
Anton Kochkov
2011-06-28
msrtool: added support for Intel CPUs
Anton Kochkov
2011-03-14
msrtool: Update to use DirectHW on Mac OS X
Stefan Reinauer
2011-01-19
Add Geode GX2 memmory descriptors. ...
Nils Jacobs
2010-05-17
msrtool: Print hex values using only as many digits as the field needs
Peter Stuge
2010-05-17
msrtool: Remove some unneeded casts
Peter Stuge
2010-04-27
Since some people disapprove of white space cleanups mixed in regular commits
Stefan Reinauer
2010-01-17
msrtool: Fix typo
Paul Menzel
2010-01-17
msrtool: Read both MSR values from file in diff mode
Peter Stuge
2010-01-17
msrtool: Add endptr to str2msr() showing how many characters were parsed
Peter Stuge
2010-01-16
msrtool: More trivial rearrangement
Peter Stuge
2010-01-16
msrtool: Remove indent by using continue inside for() to avoid an if block
Peter Stuge
2010-01-15
(missing svn add)
Nils Jacobs
2010-01-15
Support for the AMD Geode GX2
Nils Jacobs
2009-11-28
msrtool: Fix simple breakage in r4964
Peter Stuge
2009-11-28
msrtool: Add FreeBSD support using /dev/cpuctl ioctl interface
Andriy Gapon
2009-11-28
msrtool: Make configure more POSIX sh friendly
Andriy Gapon
2009-11-28
msrtool: Actually do PREFIX substitution in Makefile
Peter Stuge
2009-11-26
Remove commented out example MSR definitions
Peter Stuge
2009-11-26
Add the following GeodeLX memory controller MSRs
Nathan Williams
2009-11-25
msrtool: Fix Geode LX probe function, Family/Model were swapped
Peter Stuge
2009-11-21
Add GLCP_SYS_RSTPLL MSR defines for GeodeLX
Peter Stuge
2009-11-16
msrtool: Add comment with DirectIO URL to the code where it is used.
Peter Stuge
2009-10-05
fix building on Linux again, working around crude runtime OS detection.
Stefan Reinauer
2009-09-01
port msrtool to darwin.
Stefan Reinauer
2009-07-10
msrtool: CS5536: The most important interrupt MSRs and some DIVIL MSRs.
Peter Stuge
2009-04-10
Add a note that 'modprobe msr' might be required.
Uwe Hermann
2009-03-23
msrtool: If an MSR name lookup fails in msraddrbyname(), return the strtoul()...
Peter Stuge
2009-03-08
Add some basic K8 MSRs.
Marc Jones
2009-01-26
msrtool: Allow MSR symbols (names) to also be used as addresses.
Peter Stuge
2009-01-26
msrtool: Linux /dev/cpu/*/msr returns the low 32 bits before the high 32 bits.
Peter Stuge
2009-01-26
msrtool: AMD CS5536 probe implementation.
Peter Stuge
2009-01-26
msrtool: Make configure work with zsh, the default shell in Darwin.
Peter Stuge
2008-11-25
msrtool: Use libpci to let system and target probes find PCI devices.
Peter Stuge
2008-11-22
msrtool: Very small fixes I made after sending out the rc1 tarball.
Peter Stuge
2008-11-22
msrtool: Release Candidate 1
Peter Stuge