summaryrefslogtreecommitdiff
path: root/system/alpha/h/eb64.h
blob: e79e09ee287c4ee3a182e8b067c12a9677014198 (plain)
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
#ifndef __EB64_H_LOADED
#define __EB64_H_LOADED
/*****************************************************************************

       Copyright © 1993, 1994 Digital Equipment Corporation,
                       Maynard, Massachusetts.

                        All Rights Reserved

Permission to use, copy, modify, and distribute this software and its
documentation for any purpose and without fee is hereby granted, provided
that the copyright notice and this permission notice appear in all copies
of software and supporting documentation, and that the name of Digital not
be used in advertising or publicity pertaining to distribution of the software
without specific, written prior permission. Digital grants this permission
provided that you prominently mark, as not part of the original, any
modifications made to this software or documentation.

Digital Equipment Corporation disclaims all warranties and/or guarantees
with regard to this software, including all implied warranties of fitness for
a particular purpose and merchantability, and makes no representations
regarding the use of, or the results of the use of, the software and
documentation in terms of correctness, accuracy, reliability, currentness or
otherwise; and you rely on the software, documentation and results solely at
your own risk.

******************************************************************************/

/*
 *  $Id: eb64.h,v 1.1.1.1 1997/10/30 23:27:14 verghese Exp $;
 */

/*
 * $Log: eb64.h,v $
 * Revision 1.1.1.1  1997/10/30 23:27:14  verghese
 * current 10/29/97
 *
 * Revision 1.19  1995/03/05  12:06:43  fdh
 * Adjusted ROMINC to access ROM bytes at
 * longword boundaries as required.
 *
 * Revision 1.18  1995/03/05  04:18:20  fdh
 * Changed ROMBASE and ROMINC definitions to use the
 * I/O bus addresses by using inrom().
 *
 * Revision 1.17  1995/02/10  02:56:08  fdh
 * Disabled bootopt command because the current SROM doesn't support it.
 *
 * Revision 1.16  1994/11/28  18:26:46  fdh
 * Added definition to enable the special ROM access
 * required for the EB64.
 *
 * Revision 1.15  1994/11/08  21:36:10  fdh
 * Added ROM definitions.  Moved from rom.c
 *
 * Revision 1.14  1994/08/05  20:13:47  fdh
 * Updated Copyright header and RCS $Id: identifier.
 *
 * Revision 1.13  1994/07/21  18:09:32  fdh
 * Added MAXIMUM_SYSTEM_CACHE definition.
 *
 * Revision 1.12  1994/06/20  14:18:59  fdh
 * Fixup header file preprocessor #include conditionals.
 *
 * Revision 1.11  1994/04/06  05:09:11  fdh
 * Removed an ethernet driver.
 *
 * Revision 1.10  1994/04/04  15:15:44  fdh
 * Added definition for LEDPORT.
 *
 * Revision 1.9  1994/04/01  13:57:22  fdh
 * Added MINIMUM_SYSTEM_MEMORY definition and
 * removed obsoleted PAL_IMPURE definition.
 *
 * Revision 1.8  1994/03/24  21:42:14  fdh
 * Removed unnecessary compile-time conditionals.
 *
 * Revision 1.7  1994/02/14  16:25:01  rusling
 * Allow remote debug support in the NT build case.
 *
 * Revision 1.6  1994/01/19  10:22:28  rusling
 * Ported to ALpha Windows NT.
 *
 * Revision 1.5  1993/11/22  15:24:30  rusling
 * Fixed up am79c960 embedded definitions.
 *
 * Revision 1.4  1993/11/22  14:20:41  rusling
 * Modified am79c960 definitions.
 *
 * Revision 1.3  1993/11/22  13:17:13  rusling
 * Merged with PCI/21040 changes.
 *
 * Revision 1.2  1993/11/22  12:16:20  rusling
 * Added in further definitions
 *
 * Revision 1.1  1993/11/22  11:42:50  rusling
 * Initial revision
 *
 */

#ifdef EB64

#define BANNER "DECchip 21064 Evaluation Board (EB64) Debug Monitor"
#define PROMPT "EB64> "

/****************************************************************************
 * Basic                                                                    *
 ****************************************************************************/

#define NEEDSCTL
#define NEEDDEBUGGER
#define NEEDAM79C960
#define NEEDFLOPPY
#define NEEDEB64SPECIALROMACCESS
#define DISABLEBOOTOPTION   /* Current SROM does not support this */

/****************************************************************************
 * Plug in cards, what does it have?                                        *
 ****************************************************************************/
/*
 * The Allied Telesis card is an ISA card based on the am79c960
 * chip.
 */
#define ALLIED_TELESIS_AT_1500T

/*
 *  The DEC Etherworks ISA card is a LANCE like device.
 */
#define DEC_ETHERWORKS

/****************************************************************************
 * ISA Address Space                                                        *
 ****************************************************************************/

#define LEDPORT                             0x80  /* JDR Microdevices P.O.S.T. Diagnostics Card. */

/*
 *  am79c960 definitions, see /h/am79c960.h for more definitions
 *  and /ether/am79c960_driver.c for the device driver.
 */
#ifdef NEEDAM79C960
#define EMBEDDED_AM79C960
#define EMBEDDED_AM79C960_BASE              0x360
#define EMBEDDED_AM79C960_INT 	            9
#define EMBEDDED_AM79C960_DMA               1
#endif

/*
 * Allied telesis is optional.  We treat it like an optional
 * am79c960 as far as the driver is concerned, see /h/am79c960.h
 * for more definitions.
 */
#ifdef ALLIED_TELESIS_AT_1500T
#define OPTIONAL_AM79C960		/* warning only define this once */
#define OPTIONAL_AM79C960_BASE              0x340
#define OPTIONAL_AM79C960_INT               12
#define OPTIONAL_AM79C960_DMA               2
#endif

#ifdef DEC_ETHERWORKS
#define DEC_ETHERWORKS_BASE                 0x300
#endif

/****************************************************************************
 * System Address Space                                                     *
 ****************************************************************************/

#define MINIMUM_SYSTEM_MEMORY    0x400000
#define MAXIMUM_SYSTEM_CACHE     0x80000
#define DMA_BUFF_BASE            0x100000

#define ROMBASE 0x0
#define ROMSIZE 0x80000
#define ROMINC 0x4

#endif /* EB64 */
#endif /* __EB64_H_LOADED */