correctly mark code segments as code in SELF
[coreboot.git] / util / superiotool / fintek.c
2010-11-29 David HendricksAdd Fintek F71889 detection and dump support.
2010-11-05 Zheng BaoAdd detection support for the Fintek F81865/F81865-I.
2010-10-24 Uwe HermannAdd small comment about LDN 5 on F71872F/FG / F71806F/FG.
2010-10-24 Jonathan KollaschTeach superiotool about the registers in a Fintek F7180...
2010-08-17 Stefan ReinauerAdd support for Fintek F81216D/DG/AD
2010-05-14 Uwe HermannVarious superiotool fixes.
2009-06-26 Arjan KoersAdd dump information for F71862FG and F71863FG.
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-14 Uwe HermannDrop global register 0x07 for all Super I/Os (trivial).
2008-10-09 Uwe HermannAdd Fintek F71882FG support (trivial).
2008-10-01 Uwe HermannAdd some more Super I/O IDs/names (trivial).
2008-01-15 Robinson P. TryonAdd new --list-supported switch for printing the list...
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 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-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 HermannDump support for the Fintek F71805 (trivial).
2007-09-23 Uwe HermannMinor fixes/improvements in the Fintek code (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-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 up superiotool.c into multiple source files,...