summaryrefslogtreecommitdiffstats
path: root/util/superiotool/superiotool.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* util/: Replace GPLv2 boiler plate with SPDX headerPatrick Georgi2020-05-091-11/+1
* AUTHORS, util/: Drop individual copyright noticesPatrick Georgi2020-05-091-7/+1
* Use more secure HTTPS URLs for coreboot sitesPaul Menzel2017-06-071-1/+1
* superiotool: Add an alternative dump formatNico Huber2016-10-311-29/+57
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel2013-03-011-1/+1
* superiotool: Add support for function to dump superio chip data registersGuenter Roeck2012-07-121-0/+29
* Add support for non LDN register/device naming.Anders Juel Jensen2010-08-221-1/+4
* Add support for Fintek F81216D/DG/ADStefan Reinauer2010-08-171-0/+12
* Add VIA VT82C686A/VT82C686B detection support to superiotool.Carl-Daniel Hailfinger2010-01-241-0/+7
* - List SMSC LPC47N227 runtime register block as supported.Uwe Hermann2009-03-251-5/+5
* Add support for the LPC47M182 to superiotoolStefan Reinauer2009-03-111-0/+14
* The Winbond Super I/O chips have another indirection of registers. TheStefan Reinauer2008-12-011-4/+4
* Allow superiotool to compile and work on FreeBSD. Tested on FreeBSD 7.Andriy Gapon2008-10-281-7/+23
* Add support for the ITE IT8661F/IT8770F, IT8673F, and IT8671F/IT8687R.Urja Rannikko2008-10-231-1/+1
* Make a few array entries only as big as they absolutely need to be (trivial).Uwe Hermann2008-03-291-1/+1
* Various smaller fixes in superiotool:Uwe Hermann2008-03-171-0/+1
* Small coding style fixes and documentation updates (trivial).Uwe Hermann2008-03-011-2/+1
* This patch adds support to dump other registers than the primaryRonald Hoogenboom2008-02-251-2/+6
* Add new --list-supported switch for printing the list of Super I/OsRobinson P. Tryon2008-01-151-1/+42
* Various small fixes (trivial).Uwe Hermann2007-11-291-1/+1
* Grouping register dumps by 8 register values per group for better readability.Frieder Ferlemann2007-11-131-21/+21
* Use the preferred order of 'static const' instead of 'const static'.Uwe Hermann2007-10-311-1/+1
* Drop support for the --human-readable option. It's not any more useful thanUwe Hermann2007-10-171-13/+2
* Print the version number always, not only in verbose mode.Uwe Hermann2007-10-171-2/+2
* Set the superiotool version number from svn at build time.Ulf Jordan2007-10-131-6/+1
* Print a short message if no Super I/O chip could be detected (trivial).Uwe Hermann2007-10-071-0/+6
* * Convert the NSC code to the common code structure all other Super I/Os use.Uwe Hermann2007-10-041-8/+4
* Print superiotool version when run with --verbose.Robinson P. Tryon2007-10-021-5/+13
* De-uglify the --version output (trivial).Uwe Hermann2007-10-011-1/+5
* Random minor fixes. Use svn revision as superiotool version number.Uwe Hermann2007-09-281-4/+6
* Fix compilation warning.Ward Vandewege2007-09-241-1/+2
* Add -D / --dump-readable option which prints the Super I/O registerUwe Hermann2007-09-201-6/+17
* Decouple the ITE code from fintek.c, it doesn't belong there.Uwe Hermann2007-09-201-0/+12
* Superiotool: Add dump support to the Winbond W83697HF/F.Uwe Hermann2007-09-201-49/+58
* Implement usage for --help and put the same information into the README, too.Uwe Hermann2007-09-191-1/+1
* Add support for the Winbond W83697HF/F and W83627EHF/EF/EHG/EG.Uwe Hermann2007-09-191-0/+11
* Further code simplifications and improvements.Uwe Hermann2007-09-191-2/+64
* Split out enter_conf_mode_*()/exit_conf_mode_() functions, we'll soon needUwe Hermann2007-09-191-5/+9
* Use uint16_t and friends where appropriate (trivial).Uwe Hermann2007-09-191-12/+11
* Make the code a bit more generic (trivial). Different Super I/OsUwe Hermann2007-09-181-11/+7
* Superiotool: Add support for the SMSC FDC37N769.Uwe Hermann2007-09-181-10/+14
* Split out a dump_superio() function from ite.c, and make it slightly moreUwe Hermann2007-09-161-0/+60
* Split up superiotool.c into multiple source files, one per vendor.Uwe Hermann2007-09-161-510/+1
* Small consistency fixes (trivial).Uwe Hermann2007-09-011-36/+16
* Various coding style and whitespace fixes (trivial).Uwe Hermann2007-09-011-192/+189
* Add ITE IT8716F support to probe_superio. This helps especiallyCarl-Daniel Hailfinger2007-09-011-0/+48
* Rename probe_superio.c to superiotool.c.Uwe Hermann2007-09-011-0/+538