correctly mark code segments as code in SELF
[coreboot.git] / util / superiotool / nsc.c
2011-03-06 Michael KarcherAdd support for the NSC PC87364 Super I/O.
2011-02-02 Sven SchnelleAdd detection/dump support for the NSC PC87382.
2009-11-09 Sean YoungAdd detection and dump support for the Winbond WPCD376I.
2009-06-26 Michael GoldThis adds register definitions for all logical devices...
2008-12-20 Michał MirosławThis adds register map based on NSC PC87392 datasheet...
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-06-07 Tom SyllaAdd dump support for Winbond (NSC) PC87427. Dumps avail...
2008-01-15 Robinson P. TryonAdd new --list-supported switch for printing the list...
2007-12-17 Ulf JordanAdd dump support for NSC PC87317.
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-24 Ulf JordanAdd dump support for the PC87366.
2007-11-13 Ulf JordanAdd dump support for NSC PC87360.
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-14 Uwe HermannAdd dump support for the NSC PC8374L (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-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-20 Uwe HermannAdd -D / --dump-readable option which prints the Super...
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 HermannUse uint16_t and friends where appropriate (trivial).
2007-09-16 Uwe HermannSplit up superiotool.c into multiple source files,...