]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - packages/devs/serial/arm/cma230/v2_0/cdl/ser_arm_cma230.cdl
Initial revision
[karo-tx-redboot.git] / packages / devs / serial / arm / cma230 / v2_0 / cdl / ser_arm_cma230.cdl
1 # ====================================================================
2 #
3 #      ser_arm_cma230.cdl
4 #
5 #      eCos serial ARM/CMA230 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-08
47 #
48 #####DESCRIPTIONEND####
49 #
50 # ====================================================================
51
52
53 cdl_package CYGPKG_IO_SERIAL_ARM_CMA230 {
54     display       "Cogent ARM/CMA230 serial device drivers"
55
56     parent        CYGPKG_IO_SERIAL_DEVICES
57     active_if     CYGPKG_IO_SERIAL
58     active_if     CYGPKG_HAL_ARM_CMA230
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            Cogent ARM/CMA230."
66
67     compile       -library=libextras.a   cma230_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_arm_cma230.h>"
72         puts $::cdl_system_header "/*****  serial driver proc output end  *****/"
73     }
74
75 cdl_component CYGPKG_IO_SERIAL_ARM_CMA230_SERIAL_A {
76     display       "Cogent ARM/CMA230 serial port A driver"
77     flavor        bool
78     default_value 1
79     description   "
80         This option includes the serial device driver for the Cogent 
81         ARM/CMA230 port A."
82
83     cdl_option CYGDAT_IO_SERIAL_ARM_CMA230_SERIAL_A_NAME {
84         display       "Device name for Cogent ARM/CMA230 serial port A"
85         flavor        data
86         default_value {"\"/dev/ser1\""}
87         description   "
88             This option specifies the device name for the Cogent 
89             ARM/CMA230 port A."
90     }
91
92     cdl_option CYGNUM_IO_SERIAL_ARM_CMA230_SERIAL_A_BAUD {
93         display       "Baud rate for the Cogent ARM/CMA230 serial port A driver"
94         flavor        data
95         legal_values  { 50 75 110 "134_5" 150 200 300 600 1200 1800 2400 3600
96                       4800 7200 9600 14400 19200 38400 57600 115200 230400
97         }
98         default_value 38400
99         description   "
100             This option specifies the default baud rate (speed) for the
101             Cogent ARM/CMA230 port A."
102     }
103
104     cdl_option CYGNUM_IO_SERIAL_ARM_CMA230_SERIAL_A_BUFSIZE {
105         display       "Buffer size for the Cogent ARM/CMA230 serial port A driver"
106         flavor        data
107         legal_values  0 to 8192
108         default_value 128
109         description   "
110             This option specifies the size of the internal buffers used 
111             for the Cogent ARM/CMA230 port A."
112     }
113 }
114
115 cdl_component CYGPKG_IO_SERIAL_ARM_CMA230_SERIAL_B {
116     display       "Cogent ARM/CMA230 serial port B driver"
117     flavor        bool
118     default_value 1
119     description   "
120         This option includes the serial device driver for the Cogent 
121         ARM/CMA230 port B."
122
123     cdl_option CYGDAT_IO_SERIAL_ARM_CMA230_SERIAL_B_NAME {
124         display       "Device name for Cogent ARM/CMA230 serial port B"
125         flavor        data
126         default_value {"\"/dev/ser2\""}
127         description   "
128             This option specifies the device name for the Cogent 
129             ARM/CMA230 port B."
130     }
131
132     cdl_option CYGNUM_IO_SERIAL_ARM_CMA230_SERIAL_B_BAUD {
133         display       "Baud rate for the Cogent ARM/CMA230 serial port B driver"
134         flavor        data
135         legal_values  { 50 75 110 "134_5" 150 200 300 600 1200 1800 2400 3600
136                       4800 7200 9600 14400 19200 38400 57600 115200 230400
137         }
138         default_value 38400
139         description   "
140             This option specifies the default baud rate (speed) for the 
141             Cogent ARM/CMA230 port B."
142     }
143
144     cdl_option CYGNUM_IO_SERIAL_ARM_CMA230_SERIAL_B_BUFSIZE {
145         display       "Buffer size for the Cogent ARM/CMA230 serial port B driver"
146         flavor        data
147         legal_values  0 to 8192
148         default_value 128
149         description   "
150             This option specifies the size of the internal buffers used 
151             for the Cogent ARM/CMA230 port B."
152     }
153 }
154
155     cdl_component CYGPKG_IO_SERIAL_ARM_CMA230_OPTIONS {
156         display "Serial device driver build options"
157         flavor  none
158         description   "
159             Package specific build options including control over
160             compiler flags used only in building this package,
161             and details of which tests are built."
162
163
164         cdl_option CYGPKG_IO_SERIAL_ARM_CMA230_CFLAGS_ADD {
165             display "Additional compiler flags"
166             flavor  data
167             no_define
168             default_value { "" }
169             description   "
170                 This option modifies the set of compiler flags for
171                 building these serial device drivers. These flags are used in addition
172                 to the set of global flags."
173         }
174
175         cdl_option CYGPKG_IO_SERIAL_ARM_CMA230_CFLAGS_REMOVE {
176             display "Suppressed compiler flags"
177             flavor  data
178             no_define
179             default_value { "" }
180             description   "
181                 This option modifies the set of compiler flags for
182                 building these serial device drivers. These flags are removed from
183                 the set of global flags if present."
184         }
185     }
186
187     cdl_component CYGPKG_IO_SERIAL_ARM_CMA230_TESTING {
188         display    "Testing parameters"
189         flavor     bool
190         calculated 1
191         active_if  CYGPKG_IO_SERIAL_ARM_CMA230_SERIAL_A
192
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_ARM_CMA230_SERIAL_A_NAME }
199         }
200
201         define_proc {
202             puts $::cdl_header "#define CYGPRI_SER_TEST_CRASH_ID \"armcma\""
203             puts $::cdl_header "#define CYGPRI_SER_TEST_TTY_DEV  \"/dev/tty1\""
204         }
205     }
206 }
207
208 # EOF ser_arm_cma230.cdl