OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [rtos/] [ecos-2.0/] [packages/] [devs/] [serial/] [sparclite/] [sleb/] [v2_0/] [cdl/] [ser_sparclite_sleb.cdl] - Blame information for rev 174

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 27 unneback
# ====================================================================
2
#
3
#      ser_sparclite_sleb.cdl
4
#
5
#      eCos serial SPARClite/SLEB configuration data
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
##
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 version.
16
##
17
## eCos is distributed in the hope that it will be useful, but WITHOUT ANY
18
## WARRANTY; without even the implied warranty of MERCHANTABILITY or
19
## FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
20
## for more details.
21
##
22
## You should have received a copy of the GNU General Public License along
23
## with eCos; if not, write to the Free Software Foundation, Inc.,
24
## 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
25
##
26
## As a special exception, if other files instantiate templates or use macros
27
## or inline functions from this file, or you compile this file and link it
28
## with other works to produce a work based on this file, this file does not
29
## by itself cause the resulting work to be covered by the GNU General Public
30
## License. However the source code for this file must still be made available
31
## in accordance with section (3) of the GNU General Public License.
32
##
33
## This exception does not invalidate any other reasons why a work based on
34
## this file might be covered by the GNU General Public License.
35
##
36
## Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
37
## at http://sources.redhat.com/ecos/ecos-license/
38
## -------------------------------------------
39
#####ECOSGPLCOPYRIGHTEND####
40
# ====================================================================
41
######DESCRIPTIONBEGIN####
42
#
43
# Author(s):      jskov
44
# Original data:  gthomas
45
# Contributors:
46
# Date:           1999-07-14
47
#
48
#####DESCRIPTIONEND####
49
#
50
# ====================================================================
51
 
52
cdl_package CYGPKG_IO_SERIAL_SPARCLITE_SLEB {
53
    display       "SPARClite SLEB serial device drivers"
54
 
55
    parent        CYGPKG_IO_SERIAL_DEVICES
56
    active_if     CYGPKG_IO_SERIAL
57
    active_if     CYGPKG_HAL_SPARCLITE_SLEB
58
 
59
    requires      CYGPKG_ERROR
60
    include_dir   cyg/io
61
    include_files ; # none _exported_ whatsoever
62
    description   "
63
           This option enables the serial device drivers for the
64
           SPARClite SLEB."
65
 
66
    compile       -library=libextras.a   sleb_sdtr.c
67
 
68
    define_proc {
69
        puts $::cdl_system_header "/***** serial driver proc output start *****/"
70
        puts $::cdl_system_header "#define CYGDAT_IO_SERIAL_DEVICE_HEADER "
71
        puts $::cdl_system_header "/*****  serial driver proc output end  *****/"
72
    }
73
 
74
cdl_component CYGPKG_IO_SERIAL_SPARCLITE_SLEB_CON1 {
75
    display       "SPARClite SLEB serial CON1 port driver"
76
    flavor        bool
77
    default_value 1
78
    description   "
79
        This option includes the serial device driver for the SPARClite
80
        SLEB CON1 port."
81
 
82
    cdl_option CYGDAT_IO_SERIAL_SPARCLITE_SLEB_CON1_NAME {
83
        display       "Device name for SPARClite SLEB serial CON1 port"
84
        flavor        data
85
        default_value {"\"/dev/ser0\""}
86
        description   "
87
            This option specifies the device name for the SPARClite SLEB
88
            CON1 port."
89
    }
90
 
91
    cdl_option CYGNUM_IO_SERIAL_SPARCLITE_SLEB_CON1_BAUD {
92
        display       "Baud rate for the SPARClite SLEB serial CON1 driver"
93
        flavor        data
94
        legal_values  { 50 75 110 "134_5" 150 200 300 600 1200 1800 2400 3600
95
                        4800 7200 9600 14400 19200 38400 57600 115200 230400
96
        }
97
        default_value 19200
98
        description   "
99
            This option specifies the default baud rate (speed) for the
100
            SPARClite SLEB CON1."
101
    }
102
 
103
    cdl_option CYGNUM_IO_SERIAL_SPARCLITE_SLEB_CON1_BUFSIZE {
104
        display       "Buffer size for the SPARClite SLEB serial CON1 driver"
105
        flavor        data
106
        legal_values  0 to 8192
107
        default_value 128
108
        description   "
109
            This option specifies the size of the internal buffers used for
110
            the SPARClite SLEB CON1."
111
    }
112
}
113
cdl_component CYGPKG_IO_SERIAL_SPARCLITE_SLEB_CON2 {
114
    display       "SPARClite SLEB serial CON2 port driver"
115
    flavor        bool
116
    default_value 1
117
    description   "
118
        This option includes the serial device driver for the SPARClite
119
        SLEB CON2 port."
120
 
121
    cdl_option CYGDAT_IO_SERIAL_SPARCLITE_SLEB_CON2_NAME {
122
        display       "Device name for SPARClite SLEB serial CON2 port"
123
        flavor        data
124
        default_value {"\"/dev/ser1\""}
125
        description   "
126
            This option specifies the device name for the SPARClite SLEB
127
            CON2 port."
128
    }
129
 
130
    cdl_option CYGNUM_IO_SERIAL_SPARCLITE_SLEB_CON2_BAUD {
131
        display       "Baud rate for the SPARClite SLEB serial CON2 driver"
132
        flavor        data
133
        legal_values  { 50 75 110 "134_5" 150 200 300 600 1200 1800 2400 3600
134
                      4800 7200 9600 14400 19200 38400 57600 115200 230400
135
        }
136
        default_value 19200
137
        description   "
138
            This option specifies the default baud rate (speed) for the
139
            SPARClite SLEB CON2."
140
    }
141
 
142
    cdl_option CYGNUM_IO_SERIAL_SPARCLITE_SLEB_CON2_BUFSIZE {
143
        display       "Buffer size for the SPARClite SLEB serial CON2 driver"
144
        flavor        data
145
        legal_values  0 to 8192
146
        default_value 128
147
        description   "
148
            This option specifies the size of the internal buffers used for
149
            the SPARClite SLEB CON2."
150
    }
151
}
152
 
153
    cdl_component CYGPKG_IO_SERIAL_SPARCLITE_SLEB_OPTIONS {
154
        display "Serial device driver build options"
155
        flavor  none
156
        description   "
157
            Package specific build options including control over
158
            compiler flags used only in building this package,
159
            and details of which tests are built."
160
 
161
 
162
        cdl_option CYGPKG_IO_SERIAL_SPARCLITE_SLEB_CFLAGS_ADD {
163
            display "Additional compiler flags"
164
            flavor  data
165
            no_define
166
            default_value { "" }
167
            description   "
168
                This option modifies the set of compiler flags for
169
                building these serial device drivers. These flags are used in addition
170
                to the set of global flags."
171
        }
172
 
173
        cdl_option CYGPKG_IO_SERIAL_SPARCLITE_SLEB_CFLAGS_REMOVE {
174
            display "Suppressed compiler flags"
175
            flavor  data
176
            no_define
177
            default_value { "" }
178
            description   "
179
                This option modifies the set of compiler flags for
180
                building these serial device drivers. These flags are removed from
181
                the set of global flags if present."
182
        }
183
    }
184
 
185
    cdl_component CYGPKG_IO_SERIAL_SPARCLITE_SLEB_TESTING {
186
        display    "Testing parameters"
187
        flavor     bool
188
        calculated 1
189
        active_if  CYGPKG_IO_SERIAL_SPARCLITE_SLEB_CON1
190
 
191
        implements CYGINT_IO_SERIAL_TEST_SKIP_38400
192
        implements CYGINT_IO_SERIAL_TEST_SKIP_57600
193
        implements CYGINT_IO_SERIAL_TEST_SKIP_115200
194
 
195
        cdl_option CYGPRI_SER_TEST_SER_DEV {
196
            display       "Serial device used for testing"
197
            flavor        data
198
            default_value { CYGDAT_IO_SERIAL_SPARCLITE_SLEB_CON1_NAME }
199
        }
200
 
201
        define_proc {
202
            puts $::cdl_header "#define CYGPRI_SER_TEST_CRASH_ID \"sparcl\""
203
            puts $::cdl_header "#define CYGPRI_SER_TEST_TTY_DEV  \"/dev/tty0\""
204
            puts $::cdl_header "#define CYGPRI_SER_TEST_OVERRIDE_INT_1 CYGNUM_HAL_INTERRUPT_9"
205
            puts $::cdl_header "#define CYGPRI_SER_TEST_OVERRIDE_INT_2 CYGNUM_HAL_INTERRUPT_10"
206
        }
207
    }
208
}
209
 
210
# EOF ser_sparclite_sleb.cdl

powered by: WebSVN 2.1.0

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