]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - packages/devs/serial/arm/smdk2410/v2_0/cdl/ser_arm_smdk2410.cdl
Initial revision
[karo-tx-redboot.git] / packages / devs / serial / arm / smdk2410 / v2_0 / cdl / ser_arm_smdk2410.cdl
1 # ====================================================================
2 #
3 #      ser_arm_smdk2410.cdl
4 #
5 #      eCos serial ARM/SMDK2410 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):      michael anburaj <michaelanburaj@hotmail.com>
44 # Contributors:   michael anburaj <michaelanburaj@hotmail.com>
45 # Date:           2003-08-01
46 #
47 #####DESCRIPTIONEND####
48 #
49 # ====================================================================
50
51
52 cdl_package CYGPKG_IO_SERIAL_ARM_SMDK2410 {
53     display       "Samsung ARM9/SMDK2410 board serial device drivers"
54
55     parent        CYGPKG_IO_SERIAL_DEVICES
56     active_if     CYGPKG_IO_SERIAL
57     active_if     CYGPKG_HAL_ARM_ARM9_SMDK2410
58
59     requires      CYGPKG_ERROR
60     include_dir   cyg/io
61     include_files ; # none _exported_ whatsoever
62     description   "
63            This option enables the serial device drivers for the
64            Samsung SMDK2410 and S3c2410x (ARM9) based development boards."
65
66     compile       -library=libextras.a   smdk2410_serial.c
67
68     define_proc {
69         puts $::cdl_system_header "/***** serial driver proc output start *****/"
70         puts $::cdl_system_header "#define CYGDAT_IO_SERIAL_DEVICE_HEADER <pkgconf/io_serial_arm_smdk2410.h>"
71         puts $::cdl_system_header "/*****  serial driver proc output end  *****/"
72     }
73
74     cdl_component CYGPKG_IO_SERIAL_ARM_SMDK2410_SERIAL0 {
75         display       "Samsung SMDK2410 serial port 0 driver"
76         flavor        bool
77         default_value 1
78         description   "
79             This option includes the serial device driver for the Samsung SMDK2410 port 0."
80
81         cdl_option CYGDAT_IO_SERIAL_ARM_SMDK2410_SERIAL0_NAME {
82             display       "Device name for the Samsung SMDK2410 serial port 0 driver"
83             flavor        data
84             default_value {"\"/dev/ser0\""}
85             description   "
86                 This option specifies the name of serial device for the Samsung SMDK2410 port 0."
87         }
88
89         cdl_option CYGNUM_IO_SERIAL_ARM_SMDK2410_SERIAL0_BAUD {
90             display       "Baud rate for the Samsung SMDK2410 serial port 0 driver"
91             flavor        data
92             legal_values  { 50 75 110 "134_5" 150 200 300 600 1200 1800 2400 3600
93                           4800 7200 9600 14400 19200 38400 57600 115200 230400
94             }
95             default_value 38400
96             description   "
97                 This option specifies the default baud rate (speed) for the Samsung SMDK2410 port 0."
98         }
99
100         cdl_option CYGNUM_IO_SERIAL_ARM_SMDK2410_SERIAL0_BUFSIZE {
101             display       "Buffer size for the Samsung SMDK2410 serial port 0 driver"
102             flavor        data
103             legal_values  0 to 8192
104             default_value 128
105             description   "
106                 This option specifies the size of the internal buffers used for
107                 the Samsung SMDK2410 port 0."
108         }
109     }
110
111     cdl_component CYGPKG_IO_SERIAL_ARM_SMDK2410_SERIAL1 {
112         display       "Samsung SMDK2410 serial port 1 driver"
113         flavor        bool
114         default_value 1
115         description   "
116             This option includes the serial device driver for the Samsung SMDK2410 port 1."
117
118         cdl_option CYGDAT_IO_SERIAL_ARM_SMDK2410_SERIAL1_NAME {
119             display       "Device name for the Samsung SMDK2410 serial port 1 driver"
120             flavor        data
121             default_value {"\"/dev/ser1\""}
122             description   "
123                 This option specifies the name of serial device for the Samsung SMDK2410 port 1."
124         }
125
126         cdl_option CYGNUM_IO_SERIAL_ARM_SMDK2410_SERIAL1_BAUD {
127             display       "Baud rate for the Samsung SMDK2410 serial port 1 driver"
128             flavor        data
129             legal_values  { 50 75 110 "134_5" 150 200 300 600 1200 1800 2400 3600
130                           4800 7200 9600 14400 19200 38400 57600 115200 230400
131             }
132             default_value 38400
133             description   "
134                 This option specifies the default baud rate (speed) for the Samsung SMDK2410 port 1."
135         }
136
137         cdl_option CYGNUM_IO_SERIAL_ARM_SMDK2410_SERIAL1_BUFSIZE {
138             display       "Buffer size for the Samsung SMDK2410 serial port 1 driver"
139             flavor        data
140             legal_values  0 to 8192
141             default_value 128
142             description   "
143                 This option specifies the size of the internal buffers used for
144                 the Samsung SMDK2410 port 1."
145         }
146     }
147
148     cdl_component CYGPKG_IO_SERIAL_ARM_SMDK2410_OPTIONS {
149         display "Serial device driver build options"
150         flavor  none
151         description   "
152             Package specific build options including control over
153             compiler flags used only in building this package,
154             and details of which tests are built."
155
156
157         cdl_option CYGPKG_IO_SERIAL_ARM_SMDK2410_CFLAGS_ADD {
158             display "Additional compiler flags"
159             flavor  data
160             no_define
161             default_value { "" }
162             description   "
163                 This option modifies the set of compiler flags for
164                 building these serial device drivers. These flags are used in addition
165                 to the set of global flags."
166         }
167
168         cdl_option CYGPKG_IO_SERIAL_ARM_SMDK2410_CFLAGS_REMOVE {
169             display "Suppressed compiler flags"
170             flavor  data
171             no_define
172             default_value { "" }
173             description   "
174                 This option modifies the set of compiler flags for
175                 building these serial device drivers. These flags are removed from
176                 the set of global flags if present."
177         }
178     }
179
180     cdl_component CYGPKG_IO_SERIAL_ARM_SMDK2410_TESTING {
181         display    "Testing parameters"
182         flavor     bool
183         calculated 1
184         active_if  CYGPKG_IO_SERIAL_ARM_SMDK2410_SERIAL1
185         
186         cdl_option CYGPRI_SER_TEST_SER_DEV {
187             display       "Serial device used for testing"
188             flavor        data
189             default_value { CYGDAT_IO_SERIAL_ARM_SMDK2410_SERIAL1_NAME }
190         }
191
192         define_proc {
193             puts $::cdl_header "#define CYGPRI_SER_TEST_CRASH_ID \"smdk2410\""
194             puts $::cdl_header "#define CYGPRI_SER_TEST_TTY_DEV  \"/dev/tty1\""
195         }
196     }
197 }
198
199 # EOF ser_arm_smdk2410.cdl