correctly mark code segments as code in SELF
[coreboot.git] / util / superiotool / superiotool.c
2010-08-22 Anders Juel JensenAdd support for non LDN register/device naming.
2010-08-17 Stefan ReinauerAdd support for Fintek F81216D/DG/AD
2010-01-24 Carl-Daniel HailfingerAdd VIA VT82C686A/VT82C686B detection support to superi...
2009-03-25 Uwe Hermann- List SMSC LPC47N227 runtime register block as supported.
2009-03-11 Stefan ReinauerAdd support for the LPC47M182 to superiotool
2008-12-01 Stefan ReinauerThe Winbond Super I/O chips have another indirection...
2008-10-28 Andriy GaponAllow superiotool to compile and work on FreeBSD. Teste...
2008-10-23 Urja RannikkoAdd support for the ITE IT8661F/IT8770F, IT8673F, and...
2008-03-29 Uwe HermannMake a few array entries only as big as they absolutely...
2008-03-17 Uwe HermannVarious smaller fixes in superiotool:
2008-03-01 Uwe HermannSmall coding style fixes and documentation updates...
2008-02-25 Ronald HoogenboomThis patch adds support to dump other registers than...
2008-01-15 Robinson P. TryonAdd new --list-supported switch for printing the list...
2007-11-29 Uwe HermannVarious small fixes (trivial).
2007-11-13 Frieder FerlemannGrouping register dumps by 8 register values per group...
2007-10-31 Uwe HermannUse the preferred order of 'static const' instead of...
2007-10-17 Uwe HermannDrop support for the --human-readable option. It's...
2007-10-17 Uwe HermannPrint the version number always, not only in verbose...
2007-10-13 Ulf JordanSet the superiotool version number from svn at build...
2007-10-07 Uwe HermannPrint a short message if no Super I/O chip could be...
2007-10-04 Uwe Hermann * Convert the NSC code to the common code structure...
2007-10-02 Robinson P. TryonPrint superiotool version when run with --verbose.
2007-10-01 Uwe HermannDe-uglify the --version output (trivial).
2007-09-28 Uwe HermannRandom minor fixes. Use svn revision as superiotool...
2007-09-24 Ward VandewegeFix compilation warning.
2007-09-20 Uwe HermannAdd -D / --dump-readable option which prints the Super...
2007-09-20 Uwe HermannDecouple the ITE code from fintek.c, it doesn't belong...
2007-09-20 Uwe HermannSuperiotool: Add dump support to the Winbond W83697HF/F.
2007-09-19 Uwe HermannImplement usage for --help and put the same information...
2007-09-19 Uwe HermannAdd support for the Winbond W83697HF/F and W83627EHF...
2007-09-19 Uwe HermannFurther code simplifications and improvements.
2007-09-19 Uwe HermannSplit out enter_conf_mode_*()/exit_conf_mode_() functio...
2007-09-19 Uwe HermannUse uint16_t and friends where appropriate (trivial).
2007-09-18 Uwe HermannMake the code a bit more generic (trivial). Different...
2007-09-18 Uwe HermannSuperiotool: Add support for the SMSC FDC37N769.
2007-09-16 Uwe HermannSplit out a dump_superio() function from ite.c, and...
2007-09-16 Uwe HermannSplit up superiotool.c into multiple source files,...
2007-09-01 Uwe HermannSmall consistency fixes (trivial).
2007-09-01 Uwe HermannVarious coding style and whitespace fixes (trivial).
2007-09-01 Carl-Daniel HailfingerAdd ITE IT8716F support to probe_superio. This helps...
2007-09-01 Uwe HermannRename probe_superio.c to superiotool.c.