]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - packages/devs/serial/mips/vrc437x/v2_0/cdl/ser_mips_vrc437x.cdl
Initial revision
[karo-tx-redboot.git] / packages / devs / serial / mips / vrc437x / v2_0 / cdl / ser_mips_vrc437x.cdl
1 # ====================================================================
2 #
3 #      ser_mips_vrc437x.cdl
4 #
5 #      eCos serial MIPS/VRC437X 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_MIPS_VRC437X {
54     display       "VRC437X serial device drivers"
55
56     parent        CYGPKG_IO_SERIAL_DEVICES
57     active_if     CYGPKG_IO_SERIAL
58     active_if     CYGPKG_HAL_MIPS_VR4300_VRC437X
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            VRC437X."
66
67     compile       -library=libextras.a   vrc437x_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_mips_vrc437x.h>"
72         puts $::cdl_system_header "/*****  serial driver proc output end  *****/"
73     }
74
75 cdl_component CYGPKG_IO_SERIAL_MIPS_VRC437X_SERIAL0 {
76     display       "VRC437X serial port 0 driver"
77     flavor        bool
78     default_value 1
79     description   "
80         This option includes the serial device driver for the VRC437X port 0."
81
82     cdl_option CYGDAT_IO_SERIAL_MIPS_VRC437X_SERIAL0_NAME {
83         display       "Device name for the VRC437X serial port 0 driver"
84         flavor        data
85         default_value {"\"/dev/ser0\""}
86         description   "
87             This option sets the name of the serial device for the VRC437X 
88             port 0."
89     }
90
91     cdl_option CYGNUM_IO_SERIAL_MIPS_VRC437X_SERIAL0_BAUD {
92         display       "Baud rate for the VRC437X serial port 0 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 38400
98         description   "
99             This option specifies the default baud rate (speed) for the
100             VRC437X port 0."
101     }
102
103     cdl_option CYGNUM_IO_SERIAL_MIPS_VRC437X_SERIAL0_BUFSIZE {
104         display       "Buffer size for the VRC437X serial port 0 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
110             for the VRC437X port 0."
111     }
112 }
113 cdl_component CYGPKG_IO_SERIAL_MIPS_VRC437X_SERIAL1 {
114     display       "VRC437X serial port 1 driver"
115     flavor        bool
116     default_value 1
117     description   "
118         This option includes the serial device driver for the VRC437X port 1."
119
120     cdl_option CYGDAT_IO_SERIAL_MIPS_VRC437X_SERIAL1_NAME {
121         display       "Device name for the VRC437X serial port 1 driver"
122         flavor        data
123         default_value {"\"/dev/ser1\""}
124         description   "
125             This option specifies the name of serial device for the
126             VRC437X port 1."
127     }
128
129     cdl_option CYGNUM_IO_SERIAL_MIPS_VRC437X_SERIAL1_BAUD {
130         display       "Baud rate for the VRC437X serial port 1 driver"
131         flavor        data
132         legal_values  { 50 75 110 "134_5" 150 200 300 600 1200 1800 2400 3600
133                       4800 7200 9600 14400 19200 38400 57600 115200 230400
134         }
135         default_value 38400
136         description   "
137             This option specifies the default baud rate (speed) for the
138             VRC437X port 1."
139     }
140
141     cdl_option CYGNUM_IO_SERIAL_MIPS_VRC437X_SERIAL1_BUFSIZE {
142         display       "Buffer size for the VRC437X serial port 1 driver"
143         flavor        data
144         legal_values  0 to 8192
145         default_value 128
146         description   "
147             This option specifies the size of the internal buffers used for
148             the VRC437X port 1."
149     }
150 }
151
152     cdl_component CYGPKG_IO_SERIAL_MIPS_VRC437X_OPTIONS {
153         display "Serial device driver build options"
154         flavor  none
155         description   "
156             Package specific build options including control over
157             compiler flags used only in building this package,
158             and details of which tests are built."
159
160
161         cdl_option CYGPKG_IO_SERIAL_MIPS_VRC437X_CFLAGS_ADD {
162             display "Additional compiler flags"
163             flavor  data
164             no_define
165             default_value { "" }
166             description   "
167                 This option modifies the set of compiler flags for
168                 building these serial device drivers. These flags are used in addition
169                 to the set of global flags."
170         }
171
172         cdl_option CYGPKG_IO_SERIAL_MIPS_VRC437X_CFLAGS_REMOVE {
173             display "Suppressed 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 removed from
180                 the set of global flags if present."
181         }
182     }
183
184     cdl_component CYGPKG_IO_SERIAL_MIPS_VRC437X_TESTING {
185         display    "Testing parameters"
186         flavor     bool
187         calculated 1
188         active_if  CYGPKG_IO_SERIAL_MIPS_VRC437X_SERIAL0
189
190         cdl_option CYGPRI_SER_TEST_SER_DEV {
191             display       "Serial device used for testing"
192             flavor        data
193             default_value { CYGDAT_IO_SERIAL_MIPS_VRC437X_SERIAL0_NAME }
194         }
195
196         define_proc {
197             puts $::cdl_header "#define CYGPRI_SER_TEST_CRASH_ID \"vrc437X\""
198             puts $::cdl_header "#define CYGPRI_SER_TEST_TTY_DEV  \"/dev/tty0\""
199         }
200     }
201 }
202
203 # EOF ser_mips_vrc437x.cdl