OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [ecos-3.0/] [packages/] [devs/] [flash/] [amd/] [am29xxxxx/] [current/] [cdl/] [flash_amd_am29xxxxx.cdl] - Blame information for rev 845

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 786 skrzyp
# ====================================================================
2
#
3
#      flash_amd_am29xxxxx.cdl
4
#
5
#      FLASH memory - Hardware support for AMD AM29xxxxx parts
6
#
7
# ====================================================================
8
## ####ECOSGPLCOPYRIGHTBEGIN####
9
## -------------------------------------------
10
## This file is part of eCos, the Embedded Configurable Operating System.
11
## Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
12
##
13
## eCos is free software; you can redistribute it and/or modify it under
14
## the terms of the GNU General Public License as published by the Free
15
## Software Foundation; either version 2 or (at your option) any later
16
## version.
17
##
18
## eCos is distributed in the hope that it will be useful, but WITHOUT
19
## ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
20
## FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
21
## for more details.
22
##
23
## You should have received a copy of the GNU General Public License
24
## along with eCos; if not, write to the Free Software Foundation, Inc.,
25
## 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
26
##
27
## As a special exception, if other files instantiate templates or use
28
## macros or inline functions from this file, or you compile this file
29
## and link it with other works to produce a work based on this file,
30
## this file does not by itself cause the resulting work to be covered by
31
## the GNU General Public License. However the source code for this file
32
## must still be made available in accordance with section (3) of the GNU
33
## General Public License v2.
34
##
35
## This exception does not invalidate any other reasons why a work based
36
## on this file might be covered by the GNU General Public License.
37
## -------------------------------------------
38
## ####ECOSGPLCOPYRIGHTEND####
39
# ====================================================================
40
######DESCRIPTIONBEGIN####
41
#
42
# Author(s):      gthomas
43
# Contributors:   gthomas, jskov, Koichi Nagashima
44
# Date:           2001-02-20
45
#
46
#####DESCRIPTIONEND####
47
#
48
# ====================================================================
49
 
50
cdl_package CYGPKG_DEVS_FLASH_AMD_AM29XXXXX {
51
    display       "AMD AM29XXXXX FLASH memory support"
52
    description   "FLASH memory device support for AMD AM29XXXXX"
53
    parent        CYGPKG_IO_FLASH
54
    active_if     CYGPKG_IO_FLASH
55
 
56
    active_if     CYGINT_DEVS_FLASH_AMD_AM29XXXXX_REQUIRED
57
 
58
    implements    CYGHWR_IO_FLASH_DEVICE
59
    implements    CYGHWR_IO_FLASH_DEVICE_LEGACY
60
 
61
    include_dir   cyg/io
62
 
63
    requires      { CYGINT_DEVS_FLASH_AMD_VARIANTS != 0 }
64
 
65
    cdl_interface CYGINT_DEVS_FLASH_AMD_VARIANTS {
66
        display   "Number of included variants"
67
    }
68
 
69
    cdl_option CYGHWR_DEVS_FLASH_AMD_AM29F002T {
70
        display       "AMD AM29F002T flash memory support"
71
        default_value 0
72
        implements    CYGINT_DEVS_FLASH_AMD_VARIANTS
73
        description   "
74
            When this option is enabled, the AMD flash driver will be
75
            able to recognize and handle the AMD29F002T (top boot block)
76
            part in the family."
77
    }
78
 
79
    cdl_option CYGHWR_DEVS_FLASH_AMD_AM29F010 {
80
        display       "AMD AM29F010 flash memory support"
81
        default_value 0
82
        implements    CYGINT_DEVS_FLASH_AMD_VARIANTS
83
        description   "
84
            When this option is enabled, the AMD flash driver will be
85
            able to recognize and handle the AMD29F010
86
            part in the family."
87
    }
88
 
89
    cdl_option CYGHWR_DEVS_FLASH_AMD_AM29F040B {
90
        display       "AMD AM29F040B flash memory support"
91
        default_value 0
92
        implements    CYGINT_DEVS_FLASH_AMD_VARIANTS
93
        description   "
94
            When this option is enabled, the AMD flash driver will be
95
            able to recognize and handle the AMD29F040B
96
            part in the family."
97
    }
98
 
99
    cdl_option CYGHWR_DEVS_FLASH_AMD_AM29LV128 {
100
        display       "AMD AM29LV128 flash memory support"
101
        default_value 0
102
        implements    CYGINT_DEVS_FLASH_AMD_VARIANTS
103
        description   "
104
            When this option is enabled, the AMD flash driver will be
105
            able to recognize and handle the AMD29LV128
106
            part in the family."
107
    }
108
 
109
    cdl_option CYGHWR_DEVS_FLASH_AMD_MX29LV128 {
110
        display       "MXIC MX29LV128 flash memory support"
111
        default_value 0
112
        implements    CYGINT_DEVS_FLASH_AMD_VARIANTS
113
        description   "
114
            When this option is enabled, the AMD flash driver will be
115
            able to recognize and handle the MX29LV128
116
            part in the family."
117
    }
118
 
119
    cdl_option CYGHWR_DEVS_FLASH_AMD_AM29LV160 {
120
        display       "AMD AM29LV160 flash memory support"
121
        default_value 0
122
        implements    CYGINT_DEVS_FLASH_AMD_VARIANTS
123
        description   "
124
            When this option is enabled, the AMD flash driver will be
125
            able to recognize and handle the AMD29LV160
126
            part in the family."
127
    }
128
 
129
    cdl_option CYGHWR_DEVS_FLASH_AMD_AM29PL160 {
130
        display       "AMD AM29PL160 flash memory support"
131
        default_value 0
132
        implements    CYGINT_DEVS_FLASH_AMD_VARIANTS
133
        description   "
134
            When this option is enabled, the AMD flash driver will be
135
            able to recognize and handle the AMD29PL160
136
            part in the family."
137
    }
138
 
139
    cdl_option CYGHWR_DEVS_FLASH_AMD_AM29LV320D {
140
        display       "AMD AM29LV320 flash memory support"
141
        default_value 0
142
        implements    CYGINT_DEVS_FLASH_AMD_VARIANTS
143
        description   "
144
            When this option is enabled, the AMD flash driver will be
145
            able to recognize and handle the AMD29LV320
146
            part in the family."
147
    }
148
 
149
    cdl_option CYGHWR_DEVS_FLASH_ST_M29W320D {
150
        display       "ST M29W320D flash memory support"
151
        default_value 0
152
        implements    CYGINT_DEVS_FLASH_AMD_VARIANTS
153
        description   "
154
            When this option is enabled, the AMD flash driver will be
155
            able to recognize and handle the ST M29W320D
156
            part in the family."
157
    }
158
 
159
    cdl_option CYGHWR_DEVS_FLASH_AMD_AM29LV200 {
160
        display       "AMD AM29LV200 flash memory support"
161
        default_value 0
162
        implements    CYGINT_DEVS_FLASH_AMD_VARIANTS
163
        description   "
164
            When this option is enabled, the AMD flash driver will be
165
            able to recognize and handle the AMD29LV200
166
            part in the family."
167
    }
168
 
169
    cdl_option CYGHWR_DEVS_FLASH_ST_M29W200B {
170
        display       "ST M29W200B flash memory support"
171
        default_value 0
172
        implements    CYGINT_DEVS_FLASH_AMD_VARIANTS
173
        description   "
174
            When this option is enabled, the AMD flash driver will be
175
            able to recognize and handle the ST M29W200B part. This
176
            memory device is pin- and software compatible with the
177
            AMD AM29LV200 device."
178
    }
179
 
180
    cdl_option CYGHWR_DEVS_FLASH_AMD_AM29LV640 {
181
        display       "AMD AM29LV640 flash memory support"
182
        default_value 0
183
        implements    CYGINT_DEVS_FLASH_AMD_VARIANTS
184
        description   "
185
            When this option is enabled, the AMD flash driver will be
186
            able to recognize and handle the AMD29LV640
187
            part in the family."
188
    }
189
 
190
    cdl_option CYGHWR_DEVS_FLASH_AMD_AM29DL322D {
191
        display       "AMD AM29DL322D flash memory support"
192
        default_value 0
193
        implements    CYGINT_DEVS_FLASH_AMD_VARIANTS
194
        description   "
195
            When this option is enabled, the AMD flash driver will be
196
            able to recognize and handle the AM29DL322D
197
            part in the family."
198
    }
199
 
200
    cdl_option CYGHWR_DEVS_FLASH_AMD_AM29DL323D {
201
        display       "AMD AM29DL323D flash memory support"
202
        default_value 0
203
        implements    CYGINT_DEVS_FLASH_AMD_VARIANTS
204
        description   "
205
            When this option is enabled, the AMD flash driver will be
206
            able to recognize and handle the AM29DL323D
207
            part in the family."
208
    }
209
 
210
    cdl_option CYGHWR_DEVS_FLASH_AMD_AM29DL324D {
211
        display       "AMD AM29DL324D flash memory support"
212
        default_value 0
213
        implements    CYGINT_DEVS_FLASH_AMD_VARIANTS
214
        description   "
215
            When this option is enabled, the AMD flash driver will be
216
            able to recognize and handle the AM29DL324D
217
            part in the family."
218
    }
219
 
220
    cdl_option CYGHWR_DEVS_FLASH_AMD_AM29LV400 {
221
        display       "AMD AM29LV400 flash memory support"
222
        default_value 0
223
        implements    CYGINT_DEVS_FLASH_AMD_VARIANTS
224
        description   "
225
            When this option is enabled, the AMD flash driver will be
226
            able to recognize and handle the AM29LV400
227
            part in the family."
228
    }
229
 
230
    cdl_option CYGHWR_DEVS_FLASH_AMD_AM29DL640D {
231
        display       "AMD AM29DL640D flash memory support"
232
        default_value 0
233
        implements    CYGINT_DEVS_FLASH_AMD_VARIANTS
234
        description   "
235
            When this option is enabled, the AMD flash driver will be
236
            able to recognize and handle the AM29DL640D
237
            part in the family."
238
    }
239
 
240
    cdl_option CYGHWR_DEVS_FLASH_AMD_AM29LV640M {
241
        display       "AMD AM29LV640M flash memory support"
242
        default_value 0
243
        implements    CYGINT_DEVS_FLASH_AMD_VARIANTS
244
        description   "
245
            When this option is enabled, the AMD flash driver will be
246
            able to recognize and handle the AM29LV640M
247
            part in the family."
248
    }
249
 
250
    cdl_option CYGHWR_DEVS_FLASH_AMD_AM29F800 {
251
        display       "AMD AM29F800 flash memory support"
252
        default_value 0
253
        implements    CYGINT_DEVS_FLASH_AMD_VARIANTS
254
        description   "
255
            When this option is enabled, the AMD flash driver will be
256
            able to recognize and handle the AM29F800
257
            part in the family."
258
    }
259
 
260
    cdl_option CYGHWR_DEVS_FLASH_AMD_AM29LV800 {
261
        display       "AMD AM29LV800 flash memory support"
262
        default_value 0
263
        implements    CYGINT_DEVS_FLASH_AMD_VARIANTS
264
        description   "
265
            When this option is enabled, the AMD flash driver will be
266
            able to recognize and handle the AM29LV800
267
            part in the family."
268
    }
269
 
270
    cdl_option CYGHWR_DEVS_FLASH_AMD_TC58FVB800 {
271
        display       "Toshiba TC58FVB800 flash memory support"
272
        default_value 0
273
        implements    CYGINT_DEVS_FLASH_AMD_VARIANTS
274
        description   "
275
            When this option is enabled, the AMD flash driver will be
276
            able to recognize and handle the Toshiba TC58FVB800."
277
    }
278
 
279
    cdl_option CYGHWR_DEVS_FLASH_AMD_AM29LV081B {
280
        display       "AMD AM29LV081B flash memory support"
281
        default_value 0
282
        implements    CYGINT_DEVS_FLASH_AMD_VARIANTS
283
        description   "
284
            When this option is enabled, the AMD flash driver will be
285
            able to recognize and handle the AMD29LV081B
286
            part in the family."
287
    }
288
 
289
    cdl_option CYGHWR_DEVS_FLASH_AMD_AM29LV017D {
290
        display       "AMD AM29LV017D flash memory support"
291
        default_value 0
292
        implements    CYGINT_DEVS_FLASH_AMD_VARIANTS
293
        description   "
294
            When this option is enabled, the AMD flash driver will be
295
            able to recognize and handle the AMD29LV017D
296
            part in the family."
297
    }
298
 
299
    cdl_option CYGHWR_DEVS_FLASH_AMD_AM29LV033C {
300
        display       "AMD AM29LV033C flash memory support"
301
        default_value 0
302
        implements    CYGINT_DEVS_FLASH_AMD_VARIANTS
303
        description   "
304
            When this option is enabled, the AMD flash driver will be
305
            able to recognize and handle the AMD29LV033C
306
            part in the family."
307
    }
308
 
309
    cdl_option CYGHWR_DEVS_FLASH_AMD_AM29LV065D {
310
        display       "AMD AM29LV065D flash memory support"
311
        default_value 0
312
        implements    CYGINT_DEVS_FLASH_AMD_VARIANTS
313
        description   "
314
            When this option is enabled, the AMD flash driver will be
315
            able to recognize and handle the AMD29LV065D
316
            part in the family."
317
    }
318
 
319
    cdl_option CYGHWR_DEVS_FLASH_AMD_AM29LV256 {
320
        display       "AMD AM29LV256 flash memory support"
321
        default_value 0
322
        implements    CYGINT_DEVS_FLASH_AMD_VARIANTS
323
        description   "
324
            When this option is enabled, the AMD flash driver will be
325
            able to recognize and handle the AMD AM29LV256
326
            part in the family."
327
    }
328
 
329
    cdl_option CYGHWR_DEVS_FLASH_AMD_S29GL064M {
330
        display       "AMD/SPANSION S29GL064M flash memory support"
331
        default_value 0
332
        implements    CYGINT_DEVS_FLASH_AMD_VARIANTS
333
        description   "
334
            When this option is enabled, the AMD/SPANSION flash driver will be
335
            able to recognize and handle the S29GL064M
336
            part in the family."
337
    }
338
 
339
    cdl_option CYGHWR_DEVS_FLASH_AMD_S29PL032J {
340
        display       "Spansion S29PL032J flash memory support"
341
        default_value 0
342
        implements    CYGINT_DEVS_FLASH_AMD_VARIANTS
343
        description   "
344
            When this option is enabled, the AMD flash driver will be
345
            able to recognize and handle the S29PL032J
346
            part in the family."
347
    }
348
 
349
    cdl_option CYGHWR_DEVS_FLASH_AMD_S29PL064J {
350
        display       "Spansion S29PL064J flash memory support"
351
        default_value 0
352
        implements    CYGINT_DEVS_FLASH_AMD_VARIANTS
353
        description   "
354
            When this option is enabled, the AMD flash driver will be
355
            able to recognize and handle the S29PL064J
356
            part in the family."
357
    }
358
 
359
    cdl_option CYGHWR_DEVS_FLASH_AMD_S29PL127J {
360
        display       "Spansion S29PL127J flash memory support"
361
        default_value 0
362
        implements    CYGINT_DEVS_FLASH_AMD_VARIANTS
363
        description   "
364
            When this option is enabled, the AMD flash driver will be
365
            able to recognize and handle the S29PL0127J
366
            part in the family."
367
    }
368
 
369
   cdl_option CYGHWR_DEVS_FLASH_AMD_S29GL128N {
370
        display       "AMD/SPANSION S29GL128N flash memory support"
371
        default_value 0
372
        implements    CYGINT_DEVS_FLASH_AMD_VARIANTS
373
        description   "
374
            When this option is enabled, the AMD/SPANSION flash driver will be
375
            able to recognize and handle the S29GL128N
376
            part in the family."
377
    }
378
 
379
   cdl_option CYGHWR_DEVS_FLASH_AMD_S29GL256N {
380
        display       "AMD/SPANSION S29GL256N flash memory support"
381
        default_value 0
382
        implements    CYGINT_DEVS_FLASH_AMD_VARIANTS
383
        description   "
384
            When this option is enabled, the AMD/SPANSION flash driver will be
385
            able to recognize and handle the S29GL256N
386
            part in the family."
387
    }
388
 
389
   cdl_option CYGHWR_DEVS_FLASH_AMD_S29GL512N {
390
        display       "AMD/SPANSION S29GL512N flash memory support"
391
        default_value 0
392
        implements    CYGINT_DEVS_FLASH_AMD_VARIANTS
393
        description   "
394
            When this option is enabled, the AMD/SPANSION flash driver will be
395
            able to recognize and handle the S29GL512N
396
            part in the family."
397
    }
398
 
399
   cdl_option CYGHWR_DEVS_FLASH_AMD_S29GL128M {
400
        display       "AMD/SPANSION S29GL128M flash memory support"
401
        default_value 0
402
        implements    CYGINT_DEVS_FLASH_AMD_VARIANTS
403
        description   "
404
            When this option is enabled, the AMD/SPANSION flash driver will be
405
            able to recognize and handle the S29GL128M
406
            part in the family."
407
    }
408
 
409
   cdl_option CYGHWR_DEVS_FLASH_AMD_S29GL512P {
410
        display       "AMD/SPANSION S29GL512P flash memory support"
411
        default_value 0
412
        implements    CYGINT_DEVS_FLASH_AMD_VARIANTS
413
        description   "
414
            When this option is enabled, the AMD/SPANSION flash driver will be
415
            able to recognize and handle the S29GL512P
416
            part in the family."
417
    }
418
 
419
   cdl_option CYGHWR_DEVS_FLASH_AMD_S29GL01GP {
420
        display       "AMD/SPANSION S29GL01GP flash memory support"
421
        default_value 0
422
        implements    CYGINT_DEVS_FLASH_AMD_VARIANTS
423
        description   "
424
            When this option is enabled, the AMD/SPANSION flash driver will be
425
            able to recognize and handle the S29GL01GP
426
            part in the family."
427
    }
428
 
429
}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.