summaryrefslogtreecommitdiffstats
path: root/usr.sbin/eeprom/eeprom.8
blob: 8b72a3d1655f6686c7c005cdefa1efd3f01e7edd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
.\"	$OpenBSD: eeprom.8,v 1.22 2020/01/08 14:45:36 kn Exp $
.\"	$NetBSD: eeprom.8,v 1.2 1996/02/28 01:13:24 thorpej Exp $
.\"
.\" Copyright (c) 1996 The NetBSD Foundation, Inc.
.\" All rights reserved.
.\"
.\" This code is derived from software contributed to The NetBSD Foundation
.\" by Jason R. Thorpe.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
.\" 1. Redistributions of source code must retain the above copyright
.\"    notice, this list of conditions and the following disclaimer.
.\" 2. Redistributions in binary form must reproduce the above copyright
.\"    notice, this list of conditions and the following disclaimer in the
.\"    documentation and/or other materials provided with the distribution.
.\"
.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
.\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE
.\" LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
.Dd $Mdocdate: January 8 2020 $
.Dt EEPROM 8
.Os
.Sh NAME
.Nm eeprom
.Nd display or modify contents of the EEPROM or OpenPROM
.Sh SYNOPSIS
.Nm eeprom
.Op Fl cipv
.Op Fl f Ar device
.Op Fl N Ar system
.Oo
.Ar field Ns Op = Ns Ar value
.Ar ...
.Oc
.Sh DESCRIPTION
.Nm eeprom
provides an interface for displaying and changing the contents of the
EEPROM or OpenPROM.
Without any arguments,
.Nm eeprom
will list all of the known fields and their corresponding values.
When given the name of a specific field,
.Nm eeprom
will display that value or set it if the field name is followed by
.Sq =
and a value.
Only the superuser may modify the contents of the EEPROM or OpenPROM.
.Pp
The options are as follows:
.Bl -tag -width Ds
.It Fl
Commands are taken from stdin and displayed on stdout.
.It Fl c
.Nm eeprom
will fix incorrect checksum values and exit.
This flag is quietly ignored on systems with an OpenPROM.
.It Fl f Ar device
On systems with an EEPROM, use
.Ar device
instead of the default
.Pa /dev/eeprom .
On systems with an OpenPROM, use
.Ar device
instead of the default
.Pa /dev/openprom .
.It Fl i
If checksum values are incorrect,
.Nm eeprom
will ignore them and continue after displaying a warning.
This flag is quietly ignored on systems with an OpenPROM.
.It Fl N Ar system
Use the system image
.Ar system
instead of the default
.Pa /bsd .
.It Fl p
On systems with an OpenPROM, display the tree derived from it and exit.
This flag is quietly ignored on systems with an EEPROM.
.It Fl v
On systems with an OpenPROM, be verbose when setting a value.
Systems with an EEPROM are always verbose.
.El
.Sh FIELDS AND VALUES
The following fields and values are for systems with an EEPROM:
.Bl -tag -width "watchdog_reboot  "
.It Ar hwupdate
A valid date, such as
.Dq 7/12/95 .
The strings
.Dq today
and
.Dq now
are also acceptable.
.It Ar memsize
How much memory, in megabytes, is installed in the system.
.It Ar memtest
How much memory, in megabytes, is to be tested upon power-up.
.It Ar scrsize
The size of the screen.
Acceptable values are
.Dq 1024x1024 ,
.Dq 1152x900 ,
.Dq 1600x1280 ,
and
.Dq 1440x1440 .
.It Ar watchdog_reboot
If true, the system will reboot upon reset.
Otherwise, the system will fall into the monitor.
.It Ar default_boot
If true, the system will use the boot device stored in
.Ar bootdev .
.It Ar bootdev
Specifies the default boot device in the form cc(x,x,x), where
.Dq cc
is a combination of two letters such as
.Dq sd
or
.Dq le
and each
.Dq x
is a hexadecimal number between 0 and ff, less the prepending
.Dq 0x .
.It Ar kbdtype
This value is
.Dq 0
for all Sun keyboards.
.It Ar console
Specifies the console type.
Valid values are
.Dq b&w ,
.Dq ttya ,
.Dq ttyb ,
.Dq color ,
and
.Dq p4opt .
.It Ar keyclick
If true, the keys click annoyingly.
.It Ar diagdev
This is a string very similar to that used by
.Ar bootdev .
It specifies the default boot device when the diagnostic switch is
turned on.
.It Ar diagpath
A 40-character, NULL-terminated string specifying the kernel or stand-alone
program to load when the diagnostic switch is turned on.
.It Ar columns
An 8-bit integer specifying the number of columns on the console.
.It Ar rows
An 8-bit integer specifying the number of rows on the console.
.It Ar ttya_use_baud
Use the baud rate stored in
.Ar ttya_baud
instead of the default 9600.
.It Ar ttya_baud
A 16-bit integer specifying the baud rate to use on ttya.
.It Ar ttya_no_rtsdtr
If true, disables RTS/DTR.
.It Ar ttyb_use_baud
Similar to
.Ar ttya_use_baud ,
but for ttyb.
.It Ar ttyb_baud
Similar to
.Ar ttya_baud ,
but for ttyb.
.It Ar ttyb_no_rtsdtr
Similar to
.Ar ttya_no_rtsdtr ,
but for ttyb.
.It Ar banner
An 80-character, NULL-terminated string to use at power-up instead
of the default Sun banner.
.El
.Pp
Note that the
.Ar secure ,
.Ar bad_login ,
and
.Ar password
fields are not currently supported.
.Pp
Since the OpenPROM is designed such that the field names are arbitrary,
explaining them here is dubious.
Below are field names and values that
one is likely to see on a system with an OpenPROM.
NOTE: this list
may be incomplete or incorrect due to differences between revisions
of the OpenPROM.
.Bl -tag -width "last-hardware-update  "
.It Ar sunmon-compat?
If true, the old EEPROM-style interface will be used while in the monitor,
rather than the OpenPROM-style interface.
.It Ar selftest-#megs
A 32-bit integer specifying the number of megabytes of memory to
test upon power-up.
.It Ar oem-logo
A 64bitx64bit bitmap in Sun Iconedit format.
To set the bitmap, give the pathname of the file containing the image.
NOTE: this property is not yet supported.
.It Ar oem-logo?
If true, enables the use of the bitmap stored in
.Ar oem-logo
rather than the default Sun logo.
.It Ar oem-banner
A string to use at power-up, rather than the default Sun banner.
.It Ar oem-banner?
If true, enables the use of the banner stored in
.Ar oem-banner
rather than the default Sun banner.
.It Ar ttya-mode
A string of five comma separated fields in the format
.Dq 9600,8,n,1,- .
The first field is the baud rate.
The second field is the number of data bits.
The third field is the parity; acceptable values for parity are
.Dq n
(none),
.Dq e
(even),
.Dq o
(odd),
.Dq m
(mark), and
.Dq s
(space).
The fourth field is the number of stop bits.
The fifth field is the
.Dq handshake
field; acceptable values are
.Dq -
(none),
.Dq h
(RTS/CTS), and
.Dq s
(XON/XOFF).
.It Ar ttya-rts-dtr-off
If true, the system will ignore RTS/DTR.
.It Ar ttya-ignore-cd
If true, the system will ignore carrier detect.
.It Ar ttyb-mode
Similar to
.Ar ttya-mode ,
but for ttyb.
.It Ar ttyb-rts-dtr-off
Similar to
.Ar ttya-rts-dtr-off ,
but for ttyb.
.It Ar ttyb-ignore-cd
Similar to
.Ar ttya-ignore-cd ,
but for ttyb.
.It Ar sbus-probe-list
Four digits in the format
.Dq 0123
specifying which order to probe the SBus at power-up.
It is unlikely that this value should ever be changed.
.It Ar screen-#columns
An 8-bit integer specifying the number of columns on the console.
.It Ar screen-#rows
An 8-bit integer specifying the number of rows on the console.
.It Ar boot-device
Space separated list of device aliases or device paths to boot from,
in the given order.
.It Ar boot-file
File to boot.
The empty string lets the second-stage boot program
.Sy ofwboot
choose the default.
.It Ar auto-boot?
If true, the system will boot automatically at power-up.
.It Ar watchdog-reboot?
If true, the system will reboot upon reset.
Otherwise, the system will fall into the monitor.
.It Ar input-device
One of the strings
.Dq keyboard ,
.Dq ttya ,
or
.Dq ttyb
specifying the default console input device.
.It Ar output-device
One of the strings
.Dq screen ,
.Dq ttya ,
or
.Dq ttyb
specifying the default console output device.
.It Ar keyboard-click?
If true, the keys click annoyingly.
.It Ar sd-targets
A string in the format
.Dq 31204567
describing the translation of physical to logical target.
.It Ar st-targets
Similar to
.Ar sd-targets ,
but for tapes.
The default translation is
.Dq 45670123 .
.It Ar scsi-initiator-id
The SCSI ID of the on-board SCSI controller.
.It Ar hardware-revision
A 7-character string describing a date, such as
.Dq 25May95 .
.It Ar last-hardware-update
Similar to
.Ar hardware-revision ,
describing when the CPU was last updated.
.It Ar diag-switch?
If true, the system will boot and run in diagnostic mode.
.It Ar local-mac-address?
When set to
.Em false ,
all Ethernet devices will use the same system default MAC address.
When
.Em true ,
Ethernet devices which have a unique MAC address will use it
rather than the system default MAC address.
This option only really affects FCode-based Ethernet devices.
On Sparc64, all on-board devices,
as well as plug-in
.Xr hme 4
boards, will respect this setting;
other hardware will not.
.El
.Sh FILES
.Bl -tag -width "/dev/openprom" -compact
.It /dev/eeprom
the EEPROM device on systems with an EEPROM
.It /dev/openprom
the OpenPROM device on systems with an OpenPROM
.El
.Sh SEE ALSO
.Xr openprom 4
.Sh CAVEATS
The fields and their values are not necessarily well defined on
systems with an OpenPROM.
Your mileage may vary.
.Pp
There are a few fields known to exist in some revisions of the EEPROM
and/or OpenPROM that are not yet supported.
Most notable are those
relating to password protection of the EEPROM or OpenPROM.
.Pp
Avoid gratuitously changing the contents of the EEPROM.
It has a limited number of write cycles.
.Pp
The date parser isn't very intelligent.