]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - packages/devs/serial/powerpc/mpc555/v2_0/cdl/ser_powerpc_mpc555.cdl
Initial revision
[karo-tx-redboot.git] / packages / devs / serial / powerpc / mpc555 / v2_0 / cdl / ser_powerpc_mpc555.cdl
1 # ====================================================================
2 #
3 #      ser_powerpc_mpc555.cdl
4 #
5 #      eCos serial PowerPC/mpc555 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 #####ECOSGPLCOPYRIGHTEND####
37 # ====================================================================
38 ######DESCRIPTIONBEGIN####
39 #
40 # Author(s):      Bob Koninckx
41 # Original data:
42 # Contributors:
43 # Date:           1999-07-14
44 #
45 #####DESCRIPTIONEND####
46 #
47 # ====================================================================
48
49 cdl_package CYGPKG_IO_SERIAL_POWERPC_MPC555 {
50     display       "mpc555 PowerPC serial device drivers"
51
52     parent        CYGPKG_IO_SERIAL_DEVICES
53     active_if     CYGPKG_IO_SERIAL
54     active_if     CYGPKG_HAL_POWERPC_MPC555
55
56     requires      CYGPKG_ERROR
57     include_dir   cyg/io
58     include_files ; # none _exported_ whatsoever
59     description   "
60            This option enables the serial device drivers for the
61            mpc555 mpc555 development board."
62
63     compile       -library=libextras.a   mpc555_serial_with_ints.c
64
65     define_proc {
66         puts $::cdl_system_header "/***** serial driver proc output start *****/"
67         puts $::cdl_system_header "#define CYGDAT_IO_SERIAL_DEVICE_HEADER <pkgconf/io_serial_powerpc_mpc555.h>"
68         puts $::cdl_system_header "/*****  serial driver proc output end  *****/"
69     }
70
71 cdl_component CYGPKG_IO_SERIAL_POWERPC_MPC555_SERIAL_A {
72     display       "mpc555 PowerPC serial port A driver"
73     flavor        bool
74     default_value 0
75     description   "
76         This option includes the serial device driver for the mpc555
77         PowerPC port A."
78
79     cdl_option CYGDAT_IO_SERIAL_POWERPC_MPC555_SERIAL_A_NAME {
80         display       "Device name for mpc555 PowerPC serial port A"
81         flavor        data
82         default_value {"\"/dev/ser1\""}
83         description   "
84             This option specifies the device name for the mpc555 PowerPC 
85             port A."
86     }
87
88     cdl_option CYGNUM_IO_SERIAL_POWERPC_MPC555_SERIAL_A_BAUD {
89         display       "Baud rate for the mpc555 PowerPC serial port A driver"
90         flavor        data
91         legal_values  { 300 600 1200 2400 4800 9600 14400 19200 38400 57600 115200 }
92         default_value 38400
93         description "
94             This option specifies the default baud rate (speed) for the 
95             mpc555 PowerPC port A."
96     }
97
98     cdl_option CYGNUM_IO_SERIAL_POWERPC_MPC555_SERIAL_A_BUFSIZE {
99         display       "Buffer size for the mpc555 PowerPC serial port A driver"
100         flavor        data
101         legal_values  0 to 8192
102         default_value 128
103         description   "
104             This option specifies the size of the internal buffers used for 
105             the mpc555 PowerPC port A."
106     }
107 }
108
109 cdl_component CYGPKG_IO_SERIAL_POWERPC_MPC555_SERIAL_B {
110     display       "mpc555 PowerPC serial port B driver"
111     flavor        bool
112     default_value 1
113     description   "
114         This option includes the serial device driver for the mpc555
115         PowerPC port B."
116
117     cdl_option CYGDAT_IO_SERIAL_POWERPC_MPC555_SERIAL_B_NAME {
118         display       "Device name for mpc555 PowerPC serial port B"
119         flavor        data
120         default_value {"\"/dev/ser2\""}
121         description   "
122             This option specifies the device name for the mpc555 PowerPC 
123             port B."
124     }
125
126     cdl_option CYGNUM_IO_SERIAL_POWERPC_MPC555_SERIAL_B_BAUD {
127         display "Baud rate for the mpc555 PowerPC serial port B driver"
128         flavor        data
129         legal_values  { 300 600 1200 2400 4800 9600 14400 19200 38400 57600 115200 }
130         default_value 38400
131         description   "
132             This option specifies the default baud rate (speed) for the 
133             mpc555 PowerPC port B."
134     }
135
136     cdl_option CYGNUM_IO_SERIAL_POWERPC_MPC555_SERIAL_B_BUFSIZE {
137         display       "Buffer size for the mpc555 PowerPC serial port B driver"
138         flavor        data
139         legal_values  0 to 8192
140         default_value 128
141         description   "
142             This option specifies the size of the internal buffers used 
143             for the mpc555 PowerPC port B."
144     }
145 }
146
147     cdl_component CYGPKG_IO_SERIAL_POWERPC_MPC555_OPTIONS {
148         display "Serial device driver build options"
149         flavor  none
150         description   "
151             Package specific build options including control over
152             compiler flags used only in building this package,
153             and details of which tests are built."
154
155
156         cdl_option CYGPKG_IO_SERIAL_POWERPC_MPC555_CFLAGS_ADD {
157             display "Additional compiler flags"
158             flavor  data
159             no_define
160             default_value { "" }
161             description   "
162                 This option modifies the set of compiler flags for
163                 building these serial device drivers. These flags are used in addition
164                 to the set of global flags."
165         }
166
167         cdl_option CYGPKG_IO_SERIAL_POWERPC_MPC555_CFLAGS_REMOVE {
168             display "Suppressed compiler flags"
169             flavor  data
170             no_define
171             default_value { "" }
172             description   "
173                 This option modifies the set of compiler flags for
174                 building these serial device drivers. These flags are removed from
175                 the set of global flags if present."
176         }
177     }
178
179 }
180
181 # EOF ser_powerpc_mpc555.cdl