Add dump support to ITE IT8726F, and add comments and a missing GPIO
[coreboot.git] / util / superiotool / ite.c
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,...