]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - packages/devs/serial/mips/jmr3904/v2_0/cdl/ser_mips_jmr3904.cdl
Initial revision
[karo-tx-redboot.git] / packages / devs / serial / mips / jmr3904 / v2_0 / cdl / ser_mips_jmr3904.cdl
1 # ====================================================================
2 #
3 #      ser_mips_jmr3904.cdl
4 #
5 #      eCos serial MIPS/JMR3904 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
53 cdl_package CYGPKG_IO_SERIAL_TX39_JMR3904 {
54     display       "TX39 JMR3904 serial device drivers"
55
56     parent        CYGPKG_IO_SERIAL_DEVICES
57     active_if     CYGPKG_IO_SERIAL
58     active_if     CYGPKG_HAL_MIPS_TX39_JMR3904
59
60     requires      CYGPKG_ERROR
61     include_dir   cyg/io
62     include_files ; # none _exported_ whatsoever
63     description   "
64            This option enables the serial device drivers for the
65            TX39 JMR3904."
66
67     compile       -library=libextras.a   tx3904_serial.c
68
69     define_proc {
70         puts $::cdl_system_header "/***** serial driver proc output start *****/"
71         puts $::cdl_system_header "#define CYGDAT_IO_SERIAL_DEVICE_HEADER <pkgconf/io_serial_tx39_jmr3904.h>"
72         puts $::cdl_system_header "/*****  serial driver proc output end  *****/"
73     }
74
75 # FIXME: Bad name
76 cdl_option CYGPKG_IO_SERIAL_TX39_JMR3904_POLLED_MODE {
77     display       "TX39 JMR3904 polled mode serial drivers"
78     flavor        bool
79     default_value 0
80     description   "
81         If asserted, this option specifies that the serial device
82         drivers for the TX39 JMR3904 should be polled-mode instead of
83         interrupt driven."
84 }
85
86 cdl_component CYGPKG_IO_SERIAL_TX39_JMR3904_SERIAL0 {
87     display       "TX39 JMR3904 serial port 0 driver"
88     flavor        bool
89     default_value 1
90     description   "
91         This option includes the serial device driver for port 0 on the 
92         TX39 JMR3904."
93
94     cdl_option CYGDAT_IO_SERIAL_TX39_JMR3904_SERIAL0_NAME {
95         display       "Device name for TX39 JMR3904 serial port 0"
96         flavor        data
97         default_value {"\"/dev/ser0\""}
98         description   "
99             This option specifies the device name port 0 on the TX39 JMR3904."
100     }
101
102     cdl_option CYGNUM_IO_SERIAL_TX39_JMR3904_SERIAL0_BAUD {
103         display       "Baud rate for the TX39 JMR3904 serial port 0 driver"
104         flavor        data
105         legal_values  { 50 75 110 "134_5" 150 200 300 600 1200 1800 2400 3600
106                       4800 7200 9600 14400 19200 38400 57600 115200 230400
107         }
108         default_value 38400
109         description   "
110             This option specifies the default baud rate (speed) for the 
111             TX39 JMR3904 port 0."
112     }
113
114     cdl_option CYGNUM_IO_SERIAL_TX39_JMR3904_SERIAL0_BUFSIZE {
115         display       "Buffer size for the TX39 JMR3904 serial port 0 driver"
116         flavor        data
117         legal_values  0 to 8192
118         default_value 128
119         description   "
120             This option specifies the size of the internal buffers used
121             for the TX39 JMR3904 port 0."
122     }
123 }
124 cdl_component CYGPKG_IO_SERIAL_TX39_JMR3904_SERIAL1 {
125     display       "TX39 JMR3904 serial port 1 driver"
126     flavor        bool
127     default_value 1
128     description   "
129         This option includes the serial device driver for port 1 on 
130         the TX39 JMR3904."
131
132     cdl_option CYGDAT_IO_SERIAL_TX39_JMR3904_SERIAL1_NAME {
133         display       "Device name for TX39 JMR3904 serial port 1"
134         flavor        data
135         default_value {"\"/dev/ser1\""}
136         description   "
137             This option specifies the device name port 1 on the TX39 JMR3904."
138     }
139
140     cdl_option CYGNUM_IO_SERIAL_TX39_JMR3904_SERIAL1_BAUD {
141         display       "Baud rate for the TX39 JMR3904 serial port 1 driver"
142         flavor        data
143         legal_values  { 50 75 110 "134_5" 150 200 300 600 1200 1800 2400 3600
144                       4800 7200 9600 14400 19200 38400 57600 115200 230400
145         }
146         default_value 38400
147         description   "
148             This option specifies the default baud rate (speed) for the
149             TX39 JMR3904 port 1."
150     }
151
152     cdl_option CYGNUM_IO_SERIAL_TX39_JMR3904_SERIAL1_BUFSIZE {
153         display       "Buffer size for the TX39 JMR3904 serial port 1 driver"
154         flavor        data
155         legal_values  0 to 8192
156         default_value 128
157         description   "
158             This option specifies the size of the internal buffers used 
159             for the TX39 JMR3904 port 1."
160     }
161 }
162
163     cdl_component CYGPKG_IO_SERIAL_TX39_JMR3904_OPTIONS {
164         display "Serial device driver build options"
165         flavor  none
166         description   "
167             Package specific build options including control over
168             compiler flags used only in building this package,
169             and details of which tests are built."
170
171
172         cdl_option CYGPKG_IO_SERIAL_TX39_JMR3904_CFLAGS_ADD {
173             display "Additional compiler flags"
174             flavor  data
175             no_define
176             default_value { "" }
177             description   "
178                 This option modifies the set of compiler flags for
179                 building these serial device drivers. These flags are used in addition
180                 to the set of global flags."
181         }
182
183         cdl_option CYGPKG_IO_SERIAL_TX39_JMR3904_CFLAGS_REMOVE {
184             display "Suppressed compiler flags"
185             flavor  data
186             no_define
187             default_value { "" }
188             description   "
189                 This option modifies the set of compiler flags for
190                 building these serial device drivers. These flags are removed from
191                 the set of global flags if present."
192         }
193     }
194
195     cdl_component CYGPKG_IO_SERIAL_TX39_JMR3904_TESTING {
196         display    "Testing parameters"
197         flavor     bool
198         calculated 1
199         active_if  CYGPKG_IO_SERIAL_TX39_JMR3904_SERIAL0
200
201         implements CYGINT_IO_SERIAL_TEST_SKIP_9600
202         implements CYGINT_IO_SERIAL_TEST_SKIP_57600
203         implements CYGINT_IO_SERIAL_TEST_SKIP_115200
204         implements CYGINT_IO_SERIAL_TEST_SKIP_PARITY_EVEN
205         implements CYGINT_IO_SERIAL_TEST_SKIP_STOP_2
206
207         cdl_option CYGPRI_SER_TEST_SER_DEV {
208             display       "Serial device used for testing"
209             flavor        data
210             default_value { CYGDAT_IO_SERIAL_TX39_JMR3904_SERIAL0_NAME }
211         }
212
213         define_proc {
214             puts $::cdl_header "#define CYGPRI_SER_TEST_CRASH_ID \"tx39jmr\""
215             puts $::cdl_header "#define CYGPRI_SER_TEST_TTY_DEV  \"/dev/tty0\""
216         }
217     }
218 }
219
220 # EOF ser_mips_jmr3904.cdl