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