]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - packages/devs/serial/arm/pid/v2_0/cdl/ser_arm_pid.cdl
Initial revision
[karo-tx-redboot.git] / packages / devs / serial / arm / pid / v2_0 / cdl / ser_arm_pid.cdl
1 # ====================================================================
2 #
3 #      ser_arm_pid.cdl
4 #
5 #      eCos serial ARM/PID 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-07
47 #
48 #####DESCRIPTIONEND####
49 #
50 # ====================================================================
51
52
53 cdl_package CYGPKG_IO_SERIAL_ARM_PID {
54     display       "ARM PID serial device drivers"
55
56     parent        CYGPKG_IO_SERIAL_DEVICES
57     active_if     CYGPKG_IO_SERIAL
58     active_if     CYGPKG_HAL_ARM_PID
59
60     requires      CYGPKG_ERROR
61     include_dir   cyg/io
62
63     description   "
64            This option enables the serial device drivers for the
65            ARM PID."
66
67     # FIXME: This really belongs in the GENERIC_16X5X package
68     cdl_interface CYGINT_IO_SERIAL_GENERIC_16X5X_REQUIRED {
69         display   "Generic 16x5x serial driver required"
70     }
71     define_proc {
72         puts $::cdl_header "#define CYGPRI_IO_SERIAL_GENERIC_16X5X_STEP 4"
73     }
74
75
76     define_proc {
77         puts $::cdl_system_header "/***** serial driver proc output start *****/"
78         puts $::cdl_system_header "#define CYGDAT_IO_SERIAL_GENERIC_16X5X_INL <cyg/io/arm_arm7_pid_ser.inl>"
79         puts $::cdl_system_header "#define CYGDAT_IO_SERIAL_GENERIC_16X5X_CFG <pkgconf/io_serial_arm_pid.h>"
80         puts $::cdl_system_header "/*****  serial driver proc output end  *****/"
81     }
82
83     cdl_component CYGPKG_IO_SERIAL_ARM_PID_SERIAL0 {
84         display       "ARM PID serial port 0 driver"
85         flavor        bool
86         default_value 1
87
88         implements CYGINT_IO_SERIAL_GENERIC_16X5X_REQUIRED
89         implements    CYGINT_IO_SERIAL_FLOW_CONTROL_HW
90         implements    CYGINT_IO_SERIAL_LINE_STATUS_HW
91
92         description   "
93             This option includes the serial device driver for the ARM
94             PID port 0."
95
96         cdl_option CYGDAT_IO_SERIAL_ARM_PID_SERIAL0_NAME {
97             display       "Device name for ARM PID serial port 0 driver"
98             flavor        data
99             default_value {"\"/dev/ser0\""}
100             description   "
101                 This option specifies the name of the serial device
102                 for the ARM PID port 0."
103         }
104
105         cdl_option CYGNUM_IO_SERIAL_ARM_PID_SERIAL0_BAUD {
106             display       "Baud rate for the ARM PID serial port 0 driver"
107             flavor        data
108             legal_values  { 50 75 110 "134_5" 150 200 300 600 1200 1800 2400
109                             3600 4800 7200 9600 14400 19200 38400
110                             57600 115200 230400 }
111             default_value 38400
112             description   "
113                 This option specifies the default baud rate (speed)
114                 for the ARM PID port 0."
115         }
116
117         cdl_option CYGNUM_IO_SERIAL_ARM_PID_SERIAL0_BUFSIZE {
118             display       "Buffer size for the ARM PID serial port 0 driver"
119             flavor        data
120             legal_values  0 to 8192
121             default_value 128
122             description   "
123                 This option specifies the size of the internal buffers
124                 used for the ARM PID port 0."
125         }
126     }
127
128     cdl_component CYGPKG_IO_SERIAL_ARM_PID_SERIAL1 {
129         display       "ARM PID serial port 1 driver"
130         flavor        bool
131         default_value 1
132
133         implements CYGINT_IO_SERIAL_GENERIC_16X5X_REQUIRED
134         implements CYGINT_IO_SERIAL_FLOW_CONTROL_HW
135         implements CYGINT_IO_SERIAL_LINE_STATUS_HW
136
137         description   "
138             This option includes the serial device driver for the ARM
139             PID port 1."
140
141         cdl_option CYGDAT_IO_SERIAL_ARM_PID_SERIAL1_NAME {
142             display       "Device name for ARM PID serial port 1 driver"
143             flavor        data
144             default_value {"\"/dev/ser1\""}
145             description   "
146                 This option specifies the name of the serial device
147                 for the ARM PID port 1."
148         }
149
150         cdl_option CYGNUM_IO_SERIAL_ARM_PID_SERIAL1_BAUD {
151             display       "Baud rate for the ARM PID serial port 1 driver"
152             flavor        data
153             legal_values  { 50 75 110 "134_5" 150 200 300 600 1200 1800 2400
154                             3600 4800 7200 9600 14400 19200 38400
155                             57600 115200 230400 }
156             default_value 38400
157             description   "
158                 This option specifies the default baud rate (speed)
159                 for the ARM PID port 1."
160          }
161
162          cdl_option CYGNUM_IO_SERIAL_ARM_PID_SERIAL1_BUFSIZE {
163              display       "Buffer size for the ARM PID serial port 1 driver"
164              flavor        data
165              legal_values  0 to 8192
166              default_value 128
167              description   "
168                  This option specifies the size of the internal
169                  buffers used for the ARM PID port 1."
170          }
171     }
172
173     cdl_component CYGPKG_IO_SERIAL_ARM_PID_TESTING {
174         display    "Testing parameters"
175         flavor     bool
176         calculated 1
177         active_if  CYGPKG_IO_SERIAL_ARM_PID_SERIAL0
178
179         implements CYGINT_IO_SERIAL_TEST_SKIP_9600
180         implements CYGINT_IO_SERIAL_TEST_SKIP_115200
181         implements CYGINT_IO_SERIAL_TEST_SKIP_PARITY_EVEN
182         
183         cdl_option CYGPRI_SER_TEST_SER_DEV {
184             display       "Serial device used for testing"
185             flavor        data
186             default_value { CYGDAT_IO_SERIAL_ARM_PID_SERIAL0_NAME }
187         }
188
189         define_proc {
190             puts $::cdl_header "#define CYGPRI_SER_TEST_CRASH_ID \"armpid\""
191             puts $::cdl_header "#define CYGPRI_SER_TEST_TTY_DEV  \"/dev/tty0\""
192         }
193     }
194 }
195
196 # EOF ser_arm_pid.cdl