correctly mark code segments as code in SELF
[coreboot.git] / util / superiotool /
2007-12-14 Ulf JordanAdd dump support for SMSC LPC47M192.
2007-12-14 Ulf JordanAdd dump support for NSC PC97317.
2007-12-13 Ulf JordanAdd detection and dump support for NSC PC97307.
2007-12-13 Ulf JordanAdd dump support for NSC PC8741x.
2007-12-08 Ulf JordanAdd detection and dump support for NSC PC87309.
2007-12-07 Uwe HermannAdd/fix some LDN descriptions (trivial).
2007-12-07 Ulf JordanFix typo. According to National's datasheet PC87317...
2007-11-29 Uwe HermannVarious small fixes (trivial).
2007-11-25 Robinson P. TryonDump support for SMSC FDC37C67x.
2007-11-24 Ulf JordanAdd dump support for the PC87366.
2007-11-22 Uwe HermannDump support for the SMSC LPC47B27x (trivial).
2007-11-17 Uwe HermannDetection support for more Super I/Os. Small fixes...
2007-11-14 Uwe HermannAdd detection and dump support for the SMSC FDC37N958FR...
2007-11-13 Ulf JordanAdd dump support for NSC PC87360.
2007-11-13 Frieder FerlemannGrouping register dumps by 8 register values per group...
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-17 Uwe HermannPrint the version number always, not only in verbose...
2007-10-17 Idwer VolleringAdd dump support for the Winbond W83697SF.
2007-10-16 Uwe HermannAdd detection support for the Winbond W83977AF as found...
2007-10-16 Uwe HermannFix the detection for the Winbond W83697SF. Unfortunate...
2007-10-16 Idwer VolleringDump support for the Winbond W83977TF.
2007-10-15 Uwe HermannFix stupid thinko in the Winbond detection code which...
2007-10-14 Uwe HermannAdd dump support for the NSC PC8374L (trivial).
2007-10-13 Ulf JordanSet the superiotool version number from svn at build...
2007-10-13 Stefan ReinauerDump support for the SMSC LPC47N227.
2007-10-11 Uwe HermannSuperiotool manpage/documentation improvements (trivial).
2007-10-08 Uwe HermannFixup a register dump attached to the wrong Super I...
2007-10-08 Uwe HermannAdd detection support for lots more SMSC Super I/Os...
2007-10-07 Uwe HermannSome more ITE chips and small fixes (trivial).
2007-10-07 Uwe HermannDetection support for a bunch of NSC Super I/Os (trivial).
2007-10-07 Uwe HermannPrint a short message if no Super I/O chip could be...
2007-10-07 Uwe HermannAdd a list of contributors to the README (trivial)...
2007-10-07 David HendricksAdd dump support for the Winbond W83627THF/THG.
2007-10-07 Uwe HermannAdd a manpage for superiotool (trivial).
2007-10-07 Robinson P. TryonDump support for the SMSC FDC37B72x.
2007-10-07 Robinson P. TryonDump support for the SMSC FDC37B78x.
2007-10-07 Robinson P. TryonDump support for the SMSC FDC37M81x.
2007-10-05 Rasmus WimanAdd dump support for the Winbond W83627HF/F/HG/G.
2007-10-05 Uwe HermannAdd dump support for the SMSC LPC47M10x (trivial).
2007-10-05 Robinson P. TryonAdd dump support for the ITE IT8661F. Note that this...
2007-10-04 Uwe HermannAdd some more Winbond chips (trivial).
2007-10-04 Uwe HermannAdd detection support for the LPC47B387 (trivial).
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-10-03 Uwe HermannAdd a copy of the GPL (trivial).
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-28 Uwe HermannAdd support for some more Fintek chips and an ALi chip.
2007-09-28 Uwe HermannFix up the SMSC detection code to probe _both_ old...
2007-09-26 Uwe HermannAdd detection support for lots more Winbond Super I...
2007-09-26 Uwe HermannDump support for the Fintek F71805 (trivial).
2007-09-24 Uwe HermannDetection support for the Winbond W83627HF (trivial).
2007-09-24 Ward VandewegeFix compilation warning.
2007-09-24 Uwe HermannAdd detection support for quite a number of SMSC Super...
2007-09-23 Uwe HermannMinor fixes/improvements in the Fintek code (trivial).
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 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-18 Uwe HermannAdd a README for superiotool (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,...
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.
2007-09-01 Uwe HermannMove probe_superio into the global util/ directory.