drivers/elog: Rename ramstage_elog_add_boot_count() to elog_add_boot_count()
[coreboot.git] / util / superiotool / README
blob5086d5690773f420832c5f51635a4d4ac4af584c
1 -------------------------------------------------------------------------------
2 Superiotool README
3 -------------------------------------------------------------------------------
5 Superiotool is a user-space utility which can
7  - detect which Super I/O chip is soldered onto your mainboard,
9  - at which configuration port it's located (usually 0x2e or 0x4e), and
11  - dump all register contents of the Super I/O chip, together with the
12    default values as per datasheet (to make comparing the values easy).
14 It is mainly used for coreboot development purposes (see coreboot.org
15 for details on coreboot), but it may also be useful for other things.
18 Installation
19 ------------
21  $ git clone https://review.coreboot.org/coreboot.git
23  $ cd coreboot/util/superiotool
25 Optional: Edit the Makefile and set 'CONFIG_PCI = no' if you don't want to
26 support PCI-attached "Super I/Os" (which needs libpci-dev) such as the
27 VIA VT82686A/B southbridge with integrated Super I/O functionality.
29  $ make
31  $ sudo make install
34 Usage
35 -----
37 Please read the superiotool(8) manpage or type 'superiotool --help'.
39 Per default (no options) superiotool will just probe for a Super I/O
40 and print its vendor, name, ID, revision, and config port.
42 Typical usage of superiotool:
44  - Probe/detect the Super I/O in your mainboard:
46    $ superiotool
48  - Register dump as table of hex-values of the Super I/O (if detected):
50    $ superiotool -d
53 Supported Super I/O Chips
54 -------------------------
56 Please see https://www.coreboot.org/Superiotool#Supported_devices, or type
58  $ superiotool -l
60 There's also a collection of sample register dumps from various Super I/O
61 chips on that web page. Please send further register dumps (either from a
62 proprietary BIOS and/or from coreboot) to the coreboot mailing list
63 (https://www.coreboot.org/Mailinglist).
66 Website and Mailing List
67 ------------------------
69 The main website is https://www.coreboot.org/Superiotool.
71 For additional information, patches, and discussions, please join the
72 coreboot mailing list at https://www.coreboot.org/Mailinglist, where most
73 superiotool developers are subscribed.
76 Copyright and License
77 ---------------------
79 Superiotool is copyrighted by a number of individual developers. Please
80 refer to the respective source code files for details.
82 It is licensed under the terms of the GNU General Public License (GPL),
83 either version 2 of the license, or (at your option) any later version.
86 Contributors
87 ------------
89 Anders Juel Jensen <andersjjensen@gmail.com>
90 Andriy Gapon <avg@icyb.net.ua>
91 Arjan Koers <0h3q2rmn2bdb@list.nospam.xutrox.com>
92 Bingxun Shi <bingxunshi@gmail.com>
93 Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
94 David Bartley <dtbartle@csclub.uwaterloo.ca>
95 David Hendricks <david.hendricks@gmail.com>
96 Edward O'Callaghan <eocallaghan@alterapraxis.com>
97 François-Regis Vuillemin <coreboot@miradou.com>
98 Frieder Ferlemann <Frieder.Ferlemann@web.de>
99 Idwer Vollering <idwer_v@hotmail.com>
100 Ioannis Barkas <tripl3fault@yahoo.com>
101 Josh Profitt <zorn169@gmail.com>
102 Luc Verhaegen <libv@skynet.be>
103 Michael Gold <mgold@ncf.ca>
104 Michał Mirosław <mirq-linux@rere.qmqm.pl>
105 Nicola Corna <nicola@corna.info>
106 Nikos Barkas <levelwol@gmail.com>
107 Rasmus Wiman <rasmus@wiman.org>
108 Robinson P. Tryon <bishop.robinson@gmail.com>
109 Ronald Hoogenboom <hoogenboom30@zonnet.nl>
110 Ronald Minnich <rminnich@gmail.com>
111 Sean Young <sean@mess.org>
112 Stefan Reinauer <stepan@coresystems.de>
113 Tom Sylla <tsylla@gmail.com>
114 Ulf Jordan <jordan@chalmers.se>
115 Urja Rannikko <urjaman@gmail.com>
116 Uwe Hermann <uwe@hermann-uwe.de>
117 Ward Vandewege <ward@gnu.org>
118 Wilbert Duijvenvoorde <w.a.n.duijvenvoorde@gmail.com>