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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [rtos/] [ecos-2.0/] [packages/] [devs/] [flash/] [intel/] [28fxxx/] [v2_0/] [cdl/] [flash_intel_28fxxx.cdl] - Blame information for rev 174

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 27 unneback
# ====================================================================
2
#
3
#      flash_intel_28fxxx.cdl
4
#
5
#      FLASH memory - Hardware support for Intel flash 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 Red Hat, Inc.
12
## Copyright (C) 2002 Gary Thomas
13
##
14
## eCos is free software; you can redistribute it and/or modify it under
15
## the terms of the GNU General Public License as published by the Free
16
## Software Foundation; either version 2 or (at your option) any later version.
17
##
18
## eCos is distributed in the hope that it will be useful, but WITHOUT ANY
19
## 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 along
24
## with eCos; if not, write to the Free Software Foundation, Inc.,
25
## 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
26
##
27
## As a special exception, if other files instantiate templates or use macros
28
## or inline functions from this file, or you compile this file and link it
29
## with other works to produce a work based on this file, this file does not
30
## by itself cause the resulting work to be covered by the GNU General Public
31
## License. However the source code for this file must still be made available
32
## in accordance with section (3) of the GNU General Public License.
33
##
34
## This exception does not invalidate any other reasons why a work based on
35
## this file might be covered by the GNU General Public License.
36
##
37
## Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
38
## at http://sources.redhat.com/ecos/ecos-license/
39
## -------------------------------------------
40
#####ECOSGPLCOPYRIGHTEND####
41
# ====================================================================
42
######DESCRIPTIONBEGIN####
43
#
44
# Author(s):      jskov
45
# Contributors:   jskov, gthomas
46
# Date:           2001-03-21
47
#
48
#####DESCRIPTIONEND####
49
#
50
# ====================================================================
51
 
52
cdl_package CYGPKG_DEVS_FLASH_INTEL_28FXXX {
53
    display       "Intel FlashFile FLASH memory support"
54
    description   "FLASH memory device support for Intel FlashFile"
55
    parent        CYGPKG_IO_FLASH
56
    active_if     CYGPKG_IO_FLASH
57
 
58
    active_if     CYGINT_DEVS_FLASH_INTEL_28FXXX_REQUIRED
59
 
60
    implements    CYGHWR_IO_FLASH_DEVICE
61
 
62
    include_dir   cyg/io
63
 
64
    requires      { CYGINT_DEVS_FLASH_INTEL_VARIANTS != 0 }
65
 
66
    cdl_interface CYGINT_DEVS_FLASH_INTEL_VARIANTS {
67
        display   "Number of included variants"
68
    }
69
 
70
    cdl_interface CYGHWR_DEVS_FLASH_INTEL_BUFFERED_WRITES {
71
        flavor    booldata
72
        display   "Must support buffered writes"
73
    }
74
 
75
    cdl_option CYGHWR_DEVS_FLASH_INTEL_28F160S5 {
76
        display       "Intel 28F160S5 flash memory support"
77
        default_value 0
78
        implements    CYGINT_DEVS_FLASH_INTEL_VARIANTS
79
        implements    CYGHWR_DEVS_FLASH_INTEL_BUFFERED_WRITES
80
        description   "
81
            When this option is enabled, the Intel flash driver will be
82
            able to recognize and handle the 28F160S5
83
            part in the family."
84
    }
85
 
86
    cdl_option CYGHWR_DEVS_FLASH_INTEL_28F320B3 {
87
        display       "Intel 28F320B3 flash memory support"
88
        default_value 0
89
        implements    CYGINT_DEVS_FLASH_INTEL_VARIANTS
90
        description   "
91
            When this option is enabled, the Intel flash driver will be
92
            able to recognize and handle the 28F320B3
93
            part in the family."
94
    }
95
 
96
 
97
    cdl_option CYGHWR_DEVS_FLASH_INTEL_28F320C3 {
98
        display       "Intel 28F320C3 flash memory support"
99
        default_value 0
100
        implements    CYGHWR_IO_FLASH_BLOCK_LOCKING
101
        implements    CYGINT_DEVS_FLASH_INTEL_VARIANTS
102
        description   "
103
            When this option is enabled, the Intel flash driver will be
104
            able to recognize and handle the 28F320C3
105
            part in the family."
106
    }
107
 
108
    cdl_option CYGHWR_DEVS_FLASH_INTEL_28F320S3 {
109
        display       "Intel 28F320S3 flash memory support"
110
        default_value 0
111
        implements    CYGHWR_IO_FLASH_BLOCK_LOCKING
112
        implements    CYGINT_DEVS_FLASH_INTEL_VARIANTS
113
        description   "
114
            When this option is enabled, the Intel flash driver will be
115
            able to recognize and handle the 28F320S3
116
            part in the family."
117
    }
118
 
119
    cdl_option CYGHWR_DEVS_FLASH_SHARP_LH28F016SCT_Z4 {
120
        display       "Sharp LH28F016SCT-Z4 flash memory support"
121
        default_value 0
122
        implements    CYGHWR_IO_FLASH_BLOCK_LOCKING
123
        implements    CYGINT_DEVS_FLASH_INTEL_VARIANTS
124
        description   "
125
            When this option is enabled, the Intel flash driver will be
126
            able to recognize and handle the Sharp LH28F016SCT-Z4
127
            part.  Although this part is not an Intel part, the driver
128
            is implemented using the same command status definitions."
129
 
130
    }
131
 
132
    cdl_option CYGHWR_DEVS_FLASH_SHARP_LH28F016SCT_95 {
133
        display       "Sharp LH28F016SCT-95 flash memory support"
134
        default_value 0
135
        implements    CYGHWR_IO_FLASH_BLOCK_LOCKING
136
        implements    CYGINT_DEVS_FLASH_INTEL_VARIANTS
137
        description   "
138
            When this option is enabled, the Intel flash driver will be
139
            able to recognize and handle the Sharp LH28F016SCT-95
140
            part.  Although this part is not an Intel part, the driver
141
            is implemented using the same command status definitions."
142
 
143
    }
144
}

powered by: WebSVN 2.1.0

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