]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - packages/devs/serial/arm/ebsa285/v2_0/cdl/ser_arm_ebsa285.cdl
Initial revision
[karo-tx-redboot.git] / packages / devs / serial / arm / ebsa285 / v2_0 / cdl / ser_arm_ebsa285.cdl
1 # ====================================================================
2 #
3 #      ser_arm_ebsa285.cdl
4 #
5 #      eCos serial ARM/EBSA285 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):      hmt
44 # Original data:  gthomas
45 # Contributors:   jskov
46 # Date:           2000-04-04
47 #
48 #####DESCRIPTIONEND####
49 #
50 # ====================================================================
51
52 cdl_package CYGPKG_IO_SERIAL_ARM_EBSA285 {
53     display       "Intel StrongARM/EBSA285 serial device drivers"
54
55     parent        CYGPKG_IO_SERIAL_DEVICES
56     active_if     CYGPKG_IO_SERIAL
57     active_if     CYGPKG_HAL_ARM_EBSA285
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            StrongARM/EBSA285."
65
66     compile       -library=libextras.a   ebsa285_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_ebsa285.h>"
71         puts $::cdl_system_header "/*****  serial driver proc output end  *****/"
72     }
73
74     cdl_component CYGPKG_IO_SERIAL_ARM_EBSA285_SERIAL {
75         display   "Intel StrongARM/EBSA285 serial driver"
76         flavor    bool
77         default_value 1
78         description "
79             The serial device driver for the Intel StrongARM/EBSA285.
80             There is only one serial device on this board."
81
82         cdl_option CYGDAT_IO_SERIAL_ARM_EBSA285_SERIAL_NAME {
83             display       "Device name for the Intel StrongARM/EBSA285 serial port"
84             flavor        data
85             default_value {"\"/dev/ser1\""}
86             description   "
87             This option specifies the name of serial device for the 
88             Intel StrongARM/EBSA285 serial port."
89         }
90         
91         cdl_option CYGNUM_IO_SERIAL_ARM_EBSA285_SERIAL_BAUD {
92             display       "Baud rate for the Intel StrongARM/EBSA285 serial port"
93             flavor        data
94             legal_values  { 50 75 110 "134_5" 150 200 300 600 1200 1800 2400 3600 \
95                     4800 7200 9600 14400 19200 38400 57600 115200 230400 }
96             default_value 38400
97             description   "
98             This option specifies the default baud rate (speed) for the
99             Intel StrongARM/EBSA285 serial port."
100         }
101
102         cdl_option CYGNUM_IO_SERIAL_ARM_EBSA285_SERIAL_BUFSIZE {
103             display       "Buffer size for the Intel StrongARM/EBSA285 serial driver"
104             flavor        data
105             default_value 128
106             legal_values  0 to 8192
107             description   "
108             This option specifies the size of the internal buffers used 
109             for the Intel StrongARM/EBSA285 serial port."
110         }
111     }
112
113     cdl_component CYGPKG_IO_SERIAL_ARM_EBSA285_OPTIONS {
114         display "Serial device driver build options"
115         flavor  none
116         description   "
117             Package specific build options including control over
118             compiler flags used only in building this package,
119             and details of which tests are built."
120
121
122         cdl_option CYGPKG_IO_SERIAL_ARM_EBSA285_CFLAGS_ADD {
123             display "Additional compiler flags"
124             flavor  data
125             no_define
126             default_value { "" }
127             description   "
128                 This option modifies the set of compiler flags for
129                 building these serial device drivers. These flags are used in addition
130                 to the set of global flags."
131         }
132
133         cdl_option CYGPKG_IO_SERIAL_ARM_EBSA285_CFLAGS_REMOVE {
134             display "Suppressed compiler flags"
135             flavor  data
136             no_define
137             default_value { "" }
138             description   "
139                 This option modifies the set of compiler flags for
140                 building these serial device drivers. These flags are removed from
141                 the set of global flags if present."
142         }
143     }
144
145     cdl_component CYGPKG_IO_SERIAL_ARM_EBSA285_TESTING {
146         display    "Testing parameters"
147         flavor     bool
148         calculated 1
149         active_if  CYGPKG_IO_SERIAL_ARM_EBSA285_SERIAL
150
151         cdl_option CYGPRI_SER_TEST_SER_DEV {
152             display       "Serial device used for testing"
153             flavor        data
154             default_value { CYGDAT_IO_SERIAL_ARM_EBSA285_SERIAL_NAME }
155         }
156
157         define_proc {
158             puts $::cdl_header "#define CYGPRI_SER_TEST_CRASH_ID \"arm285\""
159             puts $::cdl_header "#define CYGPRI_SER_TEST_TTY_DEV  \"/dev/tty1\""
160         }
161     }
162 }
163
164 # EOF ser_arm_ebsa285.cdl