superiotool: Cosmetics and coding style fixes.
[coreboot.git] / util / superiotool / ite.c
2011-06-09 Uwe Hermannsuperiotool: Cosmetics and coding style fixes.
2011-02-03 Christian RuppertAdd support for the IT8720F Super I/O
2011-01-01 Uwe HermannAdd detection support for the ITE IT8721F.
2010-12-30 Stefan Reinauersuperiotool: Don't skip probing on a port if a a chip...
2010-08-22 Anders Juel JensenAdd suport for normal register dumping on ite8510E...
2010-08-10 Donald HuangSuperiotool support for the IT8500 embedded controller.
2010-08-09 David HendricksSome chips do not require enter/exit sequences. This...
2010-08-02 Mattias MattssonAdds id for ITE IT8707F to superiotool.
2010-06-29 Anton KochkovAdd support to IT85xx series
2010-05-14 Uwe HermannVarious superiotool fixes.
2010-05-09 Anton KochkovBegin implementation support to IT8512/IT8513
2010-05-08 Anders JenboAdd registers for the it8671f chip.
2010-01-23 Anders Juel JensenAdd detection support for ITE IT8510E/TE/G and IT8511E...
2009-07-12 Luc VerhaegenSuperiotool: Add IT8703F support.
2008-12-01 Stefan ReinauerThe Winbond Super I/O chips have another indirection...
2008-11-12 Uwe HermannAdd detection support for ITE IT8228E, IT8711F, IT8722F...
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-10-14 Uwe HermannDrop global register 0x07 for all Super I/Os (trivial).
2008-10-14 Josh ProfittAdd dump support to ITE IT8726F, and add comments and...
2008-10-01 Uwe HermannAdd some more Super I/O IDs/names (trivial).
2008-05-08 Uwe HermannAdd support for dumping ITE IT8718F EC registers (trivial).
2008-05-08 Uwe HermannDon't split up register list in two blocks, otherwise...
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-07 Uwe HermannAdd/fix some LDN descriptions (trivial).
2007-11-12 Uwe HermannDrop superfluous exit_conf_mode*() calls, we don't...
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-07 Uwe HermannSome more ITE chips and small fixes (trivial).
2007-10-07 Uwe HermannPrint a short message if no Super I/O chip could be...
2007-10-05 Robinson P. TryonAdd dump support for the ITE IT8661F. Note that this...
2007-10-04 Robinson P. TryonAdd dump support for the ITE IT8705F/AF.
2007-10-04 Uwe Hermann * Convert the NSC code to the common code structure...
2007-09-28 Uwe HermannRandom minor fixes. Use svn revision as superiotool...
2007-09-24 Uwe HermannAdd detection support for quite a number of SMSC Super...
2007-09-21 Uwe HermannAdd register dump capability for ITE IT8718F (trivial).
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 HermannFix up and generalize the ITE IT8708F code. It was...
2007-09-20 Uwe HermannSuperiotool: Add dump support to the Winbond W83697HF/F.
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-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,...