index
:
coreboot
2560p
820g2
autoport-hsw
broadwell_refcode
e6230
e7240_bdw
haswell-mrc
hp820g1
hp9480m
mec1322
Some coreboot project code with my work
vimacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util
/
superiotool
/
nsc.c
Age
Commit message (
Expand
)
Author
2015-10-31
tree: drop last paragraph of GPL copyright header
Patrick Georgi
2015-05-21
Remove address from GPLv2 headers
Patrick Georgi
2013-03-01
GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«
Paul Menzel
2011-03-06
Add support for the NSC PC87364 Super I/O.
Michael Karcher
2011-02-02
Add detection/dump support for the NSC PC87382.
Sven Schnelle
2009-11-09
Add detection and dump support for the Winbond WPCD376I.
Sean Young
2009-06-26
This adds register definitions for all logical devices on the SMSC
Michael Gold
2008-12-20
This adds register map based on NSC PC87392 datasheet. LDN#2 can be
Michał Mirosław
2008-12-01
The Winbond Super I/O chips have another indirection of registers. The
Stefan Reinauer
2008-10-28
Allow superiotool to compile and work on FreeBSD. Tested on FreeBSD 7.
Andriy Gapon
2008-06-07
Add dump support for Winbond (NSC) PC87427. Dumps available from real hardware.
Tom Sylla
2008-01-15
Add new --list-supported switch for printing the list of Super I/Os
Robinson P. Tryon
2007-12-17
Add dump support for NSC PC87317.
Ulf Jordan
2007-12-14
Add dump support for NSC PC97317.
Ulf Jordan
2007-12-13
Add detection and dump support for NSC PC97307.
Ulf Jordan
2007-12-13
Add dump support for NSC PC8741x.
Ulf Jordan
2007-12-08
Add detection and dump support for NSC PC87309.
Ulf Jordan
2007-12-07
Add/fix some LDN descriptions (trivial).
Uwe Hermann
2007-12-07
Fix typo. According to National's datasheet PC87317 has SID = 0xd0 and
Ulf Jordan
2007-11-24
Add dump support for the PC87366.
Ulf Jordan
2007-11-13
Add dump support for NSC PC87360.
Ulf Jordan
2007-11-12
Drop superfluous exit_conf_mode*() calls, we don't want to call them twice.
Uwe Hermann
2007-10-31
Use the preferred order of 'static const' instead of 'const static'.
Uwe Hermann
2007-10-17
Drop support for the --human-readable option. It's not any more useful than
Uwe Hermann
2007-10-14
Add dump support for the NSC PC8374L (trivial).
Uwe Hermann
2007-10-07
Detection support for a bunch of NSC Super I/Os (trivial).
Uwe Hermann
2007-10-07
Print a short message if no Super I/O chip could be detected (trivial).
Uwe Hermann
2007-10-04
* Convert the NSC code to the common code structure all other Super I/Os use.
Uwe Hermann
2007-09-28
Random minor fixes. Use svn revision as superiotool version number.
Uwe Hermann
2007-09-20
Add -D / --dump-readable option which prints the Super I/O register
Uwe Hermann
2007-09-20
Fix up and generalize the ITE IT8708F code. It was only working out of
Uwe Hermann
2007-09-19
Further code simplifications and improvements.
Uwe Hermann
2007-09-19
Use uint16_t and friends where appropriate (trivial).
Uwe Hermann
2007-09-16
Split up superiotool.c into multiple source files, one per vendor.
Uwe Hermann