summaryrefslogtreecommitdiffstats
path: root/util/msrtool
Commit message (Expand)AuthorAgeFilesLines
* util/msrtool: teach the configure script to use clangIdwer Vollering2021-02-111-1/+1
* util: Update all shebangs to use /usr/bin/envMartin Roth2021-01-251-1/+1
* msrtool: fix build with gcc 10.Michal Suchanek2021-01-211-2/+2
* .gitignore: Ignore .test/.dependencies globallyPatrick Georgi2020-10-311-2/+0
* .gitignore: Split into subdirectory filesPatrick Georgi2020-10-301-0/+5
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-1124-24/+0
* treewide: replace GPLv2 long form headers with SPDX headerPatrick Georgi2020-05-0622-241/+22
* treewide: move copyrights and authors to AUTHORSPatrick Georgi2020-05-0624-76/+22
* util/msrtool: Fix formatting issues reported by checkpatchPatrick Georgi2020-01-3010-1359/+1377
* util/msrtool: Fix typosPatrick Georgi2020-01-303-8/+8
* util/msrtool: Fix typosElyes HAOUAS2018-08-283-22/+22
* util: Add description.md to each utilTom Hiller2018-07-261-0/+1
* util/msrtool: Add Pentium D supportElyes HAOUAS2018-06-044-1/+560
* msrtool: add VIA C7Lubomir Rintel2018-05-154-1/+479
* util/msrtool: Check for VENDOR_AMD for K8 probeKyösti Mälkki2018-05-151-1/+1
* util/msrtool: Fix swapped IA32_MC3_x and IA32_MC4_xKyösti Mälkki2018-05-157-37/+37
* util/msrtool: Fix names from IA32_MCO_xx to IA32_MC0_xxKyösti Mälkki2018-05-153-9/+9
* msrtool: use a bit more clever cpuid vendor matchLubomir Rintel2018-05-152-3/+3
* msrtool: add support for printing string valuesLubomir Rintel2018-05-132-1/+25
* mstrool: only use intel targets for actual intel CPUsLubomir Rintel2018-05-139-10/+23
* util/msrtool: Exit program after displaying the help messageMaciej Suminski2017-08-221-1/+1
* msrtool: Remove `no-pic` from `CFLAGS`Paul Menzel2017-06-091-1/+1
* Use more secure HTTPS URLs for coreboot sitesPaul Menzel2017-06-072-2/+2
* util/msrtool: Use tabs for indentsElyes HAOUAS2016-10-191-12/+12
* util/msrtool: update register for Pentium4_laterElyes HAOUAS2016-07-281-61/+412
* msrtool/README: Remove trailing spacesElyes HAOUAS2016-07-281-3/+3
* msrtool/configure: change svn to gitIru Cai2015-12-141-1/+1
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-3122-88/+0
* Remove empty lines at end of fileElyes HAOUAS2015-06-084-6/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-2122-22/+22
* utils/msrtool: add westmere cpuids to nehalemAlexander Couzens2015-02-111-1/+4
* msrtool: Fix verbose ignored by cpuid().Benoît Legat2013-07-081-1/+3
* Intel Atom cpu support to msrtoolOlivier Langlois2013-06-065-2/+1155
* GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel2013-03-0121-21/+21
* msrtool: Decoding for most of Intel Core 2 MSRsAnton Kochkov2013-01-281-47/+808
* msrtool: Factor out cpuid() from target probe functions into main()Anton Kochkov2012-07-2114-49/+41
* msrtool: add support for cs5536 LPC_SERIRQ (0x5140004e)Christian Gmeiner2012-07-131-0/+41
* msrtool: Add Intel Nehalem CPUs supportAnton Kochkov2012-07-104-1/+2287
* msrtool: Fix Intel CPUs detectionAnton Kochkov2012-07-108-7/+35
* msrtool: added support for Intel CPUsAnton Kochkov2011-06-2810-2/+2380
* msrtool: Update to use DirectHW on Mac OS XStefan Reinauer2011-03-144-6/+6
* Add Geode GX2 memmory descriptors. ...Nils Jacobs2011-01-192-0/+1224
* msrtool: Print hex values using only as many digits as the field needsPeter Stuge2010-05-171-1/+23
* msrtool: Remove some unneeded castsPeter Stuge2010-05-171-3/+3
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-273-3/+3
* msrtool: Fix typoPaul Menzel2010-01-171-1/+1
* msrtool: Read both MSR values from file in diff modePeter Stuge2010-01-171-22/+37
* msrtool: Add endptr to str2msr() showing how many characters were parsedPeter Stuge2010-01-173-7/+8
* msrtool: More trivial rearrangementPeter Stuge2010-01-161-14/+13
* msrtool: Remove indent by using continue inside for() to avoid an if blockPeter Stuge2010-01-161-13/+14