Add dump support for NSC PC87360.
[coreboot.git] / util / superiotool / nsc.c
1 /*
2  * This file is part of the superiotool project.
3  *
4  * Copyright (C) 2006 Ronald Minnich <rminnich@gmail.com>
5  * Copyright (C) 2007 Uwe Hermann <uwe@hermann-uwe.de>
6  *
7  * This program is free software; you can redistribute it and/or modify
8  * it under the terms of the GNU General Public License as published by
9  * the Free Software Foundation; either version 2 of the License, or
10  * (at your option) any later version.
11  *
12  * This program is distributed in the hope that it will be useful,
13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15  * GNU General Public License for more details.
16  *
17  * You should have received a copy of the GNU General Public License
18  * along with this program; if not, write to the Free Software
19  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
20  */
21
22 #include "superiotool.h"
23
24 #define CHIP_ID_REG     0x20    /* Super I/O ID (SID) / family */
25 #define CHIP_REV_REG    0x27    /* Super I/O revision ID (SRID) */
26
27 static const struct superio_registers reg_table[] = {
28         {0xd0, "PC87371", {     /* From sensors-detect */
29                 {EOT}}},
30         {0xdf, "PC97371", {     /* From sensors-detect */
31                 {EOT}}},
32         {0xe1, "PC87360", {
33                 {NOLDN, NULL,
34                         {0x20,0x21,0x22,0x23,0x24,0x25,0x26,0x27,0x28,0x2a,
35                          0x2b,0x2c,0x2d,0x2e,EOT},
36                         {0xe1,0x11,0x00,0x03,0x00,0x00,0x00,NANA,0x00,MISC,
37                          0x00,0x00,0x00,RSVD,EOT}},
38                 {0x0, "Floppy",
39                         {0x30,0x60,0x61,0x70,0x71,0x74,0x75,0xf0,0xf1,EOT},
40                         {0x00,0x03,0xf2,0x06,0x03,0x02,0x04,0x24,0x00,EOT}},
41                 {0x1, "Parallel port",
42                         {0x30,0x60,0x61,0x70,0x71,0x74,0x75,0xf0,EOT},
43                         {0x00,0x02,0x78,0x07,0x02,0x04,0x04,0xf2,EOT}},
44                 {0x2, "COM2",
45                         {0x30,0x60,0x61,0x70,0x71,0x74,0x75,0xf0,EOT},
46                         {0x00,0x02,0xf8,0x03,0x03,0x04,0x04,0x02,EOT}},
47                 {0x3, "COM1",
48                         {0x30,0x60,0x61,0x70,0x71,0x74,0x75,0xf0,EOT},
49                         {0x00,0x03,0xf8,0x04,0x03,0x04,0x04,0x02,EOT}},
50                 {0x4, "System wake-up control (SWC)",
51                         {0x30,0x60,0x61,0x70,0x71,0x74,0x75,EOT},
52                         {0x00,0x00,0x00,0x00,0x03,0x04,0x04,EOT}},
53                 {0x5, "Mouse",
54                         {0x30,0x70,0x71,0x74,0x75,EOT},
55                         {0x00,0x0c,0x02,0x04,0x04,EOT}},
56                 {0x6, "Keyboard",
57                         {0x30,0x60,0x61,0x62,0x63,0x70,0x71,0x74,0x75,0xf0,
58                          EOT},
59                         {0x01,0x00,0x60,0x00,0x64,0x01,0x02,0x04,0x04,0x40,
60                          EOT}},
61                 {0x7, "GPIO",
62                         {0x30,0x60,0x61,0x70,0x71,0x74,0x75,0xf0,0xf1,0xf2,
63                          EOT},
64                         {0x00,0x00,0x00,0x00,0x03,0x04,0x04,0x00,0x00,0x00,
65                          EOT}},
66                 {0x8, "ACCESS.bus (ACB)",
67                         {0x30,0x60,0x61,0x70,0x71,0x74,0x75,0xf0,EOT},
68                         {0x00,0x00,0x00,0x00,0x03,0x04,0x04,0x00,EOT}},
69                 {0x9, "Fan speed control and monitor (FSCM)",
70                         {0x30,0x60,0x61,0x70,0x71,0x74,0x75,0xf0,EOT},
71                         {0x00,0x00,0x00,0x00,0x03,0x04,0x04,0x00,EOT}},
72                 {0xa, "Watchdog timer",
73                         {0x30,0x60,0x61,0x70,0x71,0x74,0x75,0xf0,EOT},
74                         {0x00,0x00,0x00,0x00,0x03,0x04,0x04,0x02,EOT}},
75                 {EOT}}},
76         {0xe2, "PC87351", {
77                 {NOLDN, NULL,
78                         {0x20,0x21,0x22,0x23,0x24,0x27,0x2e,EOT},
79                         {0xe2,0x11,0xa1,0x00,MISC,NANA,RSVD,EOT}},
80                 {0x0, "Floppy",
81                         {0x30,0x60,0x61,0x70,0x71,0x74,0x75,0xf0,0xf1,EOT},
82                         {0x00,0x03,0xf2,0x06,0x03,0x02,0x04,0x24,0x00,EOT}},
83                 {0x1, "Parallel port",
84                         {0x30,0x60,0x61,0x70,0x71,0x74,0x75,0xf0,EOT},
85                         {0x00,0x02,0x78,0x07,0x02,0x04,0x04,0xf2,EOT}},
86                 {0x2, "COM2",
87                         {0x30,0x60,0x61,0x70,0x71,0x74,0x75,0xf0,EOT},
88                         {0x00,0x02,0xf8,0x03,0x03,0x04,0x04,0x02,EOT}},
89                 {0x3, "COM1",
90                         {0x30,0x60,0x61,0x70,0x71,0x74,0x75,0xf0,EOT},
91                         {0x00,0x03,0xf8,0x04,0x03,0x04,0x04,0x02,EOT}},
92                 {0x4, "System wake-up control (SWC)",
93                         {0x30,0x60,0x61,0x70,0x71,0x74,0x75,EOT},
94                         {0x00,0x00,0x00,0x00,0x03,0x04,0x04,EOT}},
95                 {0x5, "Mouse",
96                         {0x30,0x70,0x71,0x74,0x75,EOT},
97                         {0x00,0x0c,0x02,0x04,0x04,EOT}},
98                 {0x6, "Keyboard",
99                         {0x30,0x60,0x61,0x62,0x63,0x70,0x71,0x74,0x75,
100                          0xf0,EOT},
101                         {0x01,0x00,0x60,0x00,0x64,0x01,0x02,0x04,0x04,
102                          0x40,EOT}},
103                 {0x7, "GPIO",
104                         {0x30,0x60,0x61,0x70,0x71,0x74,0x75,0xf0,0xf1,EOT},
105                         {0x00,0x00,0x00,0x00,0x03,0x04,0x04,0x00,0x00,EOT}},
106                 {0x8, "Fan speed control",
107                         {0x30,0x60,0x61,0x70,0x71,0x74,0x75,0xf0,EOT},
108                         {0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x00,EOT}},
109                 {EOT}}},
110         {0xe4, "PC87364", {
111                 {EOT}}},
112         {0xe5, "PC87365", {     /* SRID[7..0] == chip revision */
113                 {EOT}}},
114         {0xe8, "PC87363", {
115                 {EOT}}},
116         {0xe9, "PC87366", {
117                 {EOT}}},
118
119         /* SID[7..0]: family, SRID[7..5]: ID, SRID[4..0]: rev. */
120         {0xea, "PC8739x", {
121                 {EOT}}},
122         {0xec, "PC87591x", {
123                 /* SRID[7..5]: 000=PC87591E, 001=PC87591S, 100=PC87591L */
124                 {EOT}}},
125         {0xee, "PC8741x", {
126                 /* SRID[7..5] is marked as "not applicable for the PC8741x". */
127                 {EOT}}},
128         {0xf0, "PC87372", {
129                 {EOT}}},
130         {0xf1, "PC8374L", {
131                 {NOLDN, NULL,
132                         {0x10,0x12,0x13,0x20,0x21,0x22,0x23,0x24,0x25,0x26,
133                          0x27,0x28,0x29,0x2a,0x2b,0x2c,0x2d,0x2e,0x2f,EOT},
134                         {0x00,0x00,0x00,0xf1,0x11,0x00,0x00,0x00,RSVD,0x00,
135                          MISC,RSVD,0x01,0x2e,RSVD,RSVD,RSVD,RSVD,RSVD,EOT}},
136                 {0x0, "Floppy",
137                         {0x30,0x60,0x61,0x70,0x71,0x74,0x75,0xf0,0xf1,0xf8,
138                          EOT},
139                         {0x00,0x03,0xf2,0x06,0x03,0x02,0x04,0x24,0x00,0x24,
140                          EOT}},
141                 {0x1, "Parallel port",
142                         {0x30,0x60,0x61,0x70,0x71,0x74,0x75,0xf0,0xf8,EOT},
143                         {0x00,0x02,0x78,0x07,0x02,0x04,0x04,0xf2,0x07,EOT}},
144                 {0x2, "COM2 / IR",
145                         {0x30,0x60,0x61,0x70,0x71,0x74,0x75,0xf0,EOT},
146                         {0x00,0x02,0xf8,0x03,0x03,0x04,0x04,0x02,EOT}},
147                 {0x3, "COM1",
148                         {0x30,0x60,0x61,0x70,0x71,0x74,0x75,0xf0,EOT},
149                         {0x00,0x03,0xf8,0x04,0x03,0x04,0x04,0x02,EOT}},
150                 {0x4, "System wake-up control (SWC)",
151                         {0x30,0x50,0x60,0x61,0x62,0x63,0x70,0x71,0x74,0x75,
152                          EOT},
153                         {0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x04,0x04,
154                          EOT}},
155                 {0x5, "Mouse",
156                         {0x30,0x70,0x71,0x74,0x75,EOT},
157                         {0x00,0x0c,0x02,0x04,0x04,EOT}},
158                 {0x6, "Keyboard",
159                         {0x30,0x60,0x61,0x62,0x63,0x70,0x71,0x74,0x75,0xf0,
160                          EOT},
161                         {0x00,0x00,0x60,0x00,0x64,0x01,0x02,0x04,0x04,0x40,
162                          EOT}},
163                 {0x7, "GPIO",
164                         {0x30,0x50,0x60,0x61,0x70,0x71,0x74,0x75,0xf0,0xf1,
165                          0xf2,0xf3,0xf8,EOT},
166                         {0x00,0x00,0x00,0x00,0x00,0x03,0x04,0x04,0x00,MISC,
167                          0x00,MISC,0x01,EOT}},
168                 {0x8, "Health management",
169                         {0x30,0x50,0x60,0x61,0x70,0x71,0x74,0x75,0xf0,EOT},
170                         {0x00,0x00,0x00,0x00,0x00,0x03,0x04,0x04,0x05,EOT}},
171                 {EOT}}},
172         {0xf2, "PC87427", {
173                 /* SRID[7..5] is marked as "not applicable for the PC87427". */
174                 {EOT}}},
175         {0xf3, "PC87373", {
176                 {EOT}}},
177         {EOT}
178 };
179
180 void probe_idregs_nsc(uint16_t port)
181 {
182         uint8_t id, rev;
183
184         probing_for("NSC", "", port);
185
186         outb(CHIP_ID_REG, port);
187         if (inb(port) != CHIP_ID_REG) {
188                 if (verbose)
189                         printf(NOTFOUND "port=0x%02x, port+1=0x%02x\n",
190                                inb(port), inb(port + 1));
191                 return;
192         }
193         id = inb(port + 1);
194
195         outb(CHIP_REV_REG, port);
196         if (inb(port) != CHIP_REV_REG) {
197                 printf("Warning: Can't get chip revision. Setting to 0xff.\n");
198                 rev = 0xff;
199         } else {
200                 rev = inb(port + 1);
201         }
202
203         if (superio_unknown(reg_table, id)) {
204                 if (verbose)
205                         printf(NOTFOUND "sid=0x%02x, srid=0x%02x\n", id, rev);
206                 return;
207         }
208
209         printf("Found NSC %s (sid=0x%02x, srid=0x%02x) at 0x%x\n",
210                get_superio_name(reg_table, id), id, rev, port);
211         chip_found = 1;
212
213         dump_superio("NSC", reg_table, port, id);
214 }