Add (partly) support for Nuvoton NCT6776F
[coreboot.git] / util / superiotool / superiotool.h
2011-04-22 Stefan ReinauerAdd (partly) support for Nuvoton NCT6776F
2011-04-11 Ruud SchrampAdd detection/dump support for ServerEngines SE-SM...
2011-03-18 Stefan ReinauerDirectHW fixes for coreboot utilities
2011-02-02 Sven SchnelleAdd detection/dump support for the NSC PC87382.
2010-10-24 Jonathan KollaschFix superiotool build on non-NetBSD x86_64.
2010-10-24 Jonathan KollaschProvide for I/O space access on NetBSD.
2010-08-22 Anders Juel JensenAdd another port to find ite8510 on.
2010-08-17 Stefan ReinauerAdd support for Fintek F81216D/DG/AD
2010-07-22 David HendricksSuperiotool support for Nuvoton WPCE775x/NPCE781x.
2010-01-24 Carl-Daniel HailfingerAdd VIA VT82C686A/VT82C686B detection support to superi...
2009-09-01 Stefan Reinauer* Add OSX/Darwin support
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-06-07 Tom SyllaAdd dump support for Winbond (NSC) PC87427. Dumps avail...
2008-05-14 Uwe HermannSome NSC Super I/Os can have their config port at 0x15c...
2008-05-08 Uwe HermannDon't split up register list in two blocks, otherwise...
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-12-13 Ulf JordanAdd dump support for NSC PC8741x.
2007-11-17 Uwe HermannDetection support for more Super I/Os. Small fixes...
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 Idwer VolleringAdd dump support for the Winbond W83697SF.
2007-10-13 Ulf JordanSet the superiotool version number from svn at build...
2007-10-08 Uwe HermannAdd detection support for lots more SMSC Super I/Os...
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-01 Uwe HermannDe-uglify the --version output (trivial).
2007-09-28 Uwe HermannRandom minor fixes. Use svn revision as superiotool...
2007-09-28 Uwe HermannAdd support for some more Fintek chips and an ALi chip.
2007-09-26 Uwe HermannAdd detection support for lots more Winbond Super I...
2007-09-24 Uwe HermannAdd detection support for quite a number of SMSC Super...
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 HermannMake 'struct superio_registers' globally available...
2007-09-16 Uwe HermannSplit up superiotool.c into multiple source files,...