1 |
27 |
unneback |
# ====================================================================
|
2 |
|
|
#
|
3 |
|
|
# ser_mips_ref4955.cdl
|
4 |
|
|
#
|
5 |
|
|
# eCos serial MIPS/REF4955 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: 2000-05-24
|
47 |
|
|
#
|
48 |
|
|
#####DESCRIPTIONEND####
|
49 |
|
|
#
|
50 |
|
|
# ====================================================================
|
51 |
|
|
|
52 |
|
|
|
53 |
|
|
cdl_package CYGPKG_IO_SERIAL_MIPS_REF4955 {
|
54 |
|
|
display "REF4955 serial device drivers"
|
55 |
|
|
|
56 |
|
|
parent CYGPKG_IO_SERIAL_DEVICES
|
57 |
|
|
active_if CYGPKG_IO_SERIAL
|
58 |
|
|
active_if CYGPKG_HAL_MIPS_TX49_REF4955
|
59 |
|
|
|
60 |
|
|
requires CYGPKG_ERROR
|
61 |
|
|
include_dir cyg/io
|
62 |
|
|
|
63 |
|
|
description "
|
64 |
|
|
This option enables the serial device drivers for the
|
65 |
|
|
REF4955."
|
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 |
|
|
|
72 |
|
|
define_proc {
|
73 |
|
|
puts $::cdl_system_header "/***** serial driver proc output start *****/"
|
74 |
|
|
puts $::cdl_system_header "#define CYGDAT_IO_SERIAL_GENERIC_16X5X_INL "
|
75 |
|
|
puts $::cdl_system_header "#define CYGDAT_IO_SERIAL_GENERIC_16X5X_CFG "
|
76 |
|
|
puts $::cdl_system_header "/***** serial driver proc output end *****/"
|
77 |
|
|
}
|
78 |
|
|
|
79 |
|
|
cdl_component CYGPKG_IO_SERIAL_MIPS_REF4955_SERIAL0 {
|
80 |
|
|
display "REF4955 serial port 0 driver"
|
81 |
|
|
flavor bool
|
82 |
|
|
default_value 1
|
83 |
|
|
description "
|
84 |
|
|
This option includes the serial device driver for the
|
85 |
|
|
REF4955 port 0."
|
86 |
|
|
|
87 |
|
|
implements CYGINT_IO_SERIAL_GENERIC_16X5X_REQUIRED
|
88 |
|
|
# implements CYGINT_IO_SERIAL_FLOW_CONTROL_HW
|
89 |
|
|
# implements CYGINT_IO_SERIAL_LINE_STATUS_HW
|
90 |
|
|
|
91 |
|
|
cdl_option CYGDAT_IO_SERIAL_MIPS_REF4955_SERIAL0_NAME {
|
92 |
|
|
display "Device name for the REF4955 serial port 0 driver"
|
93 |
|
|
flavor data
|
94 |
|
|
default_value {"\"/dev/ser0\""}
|
95 |
|
|
description "
|
96 |
|
|
This option sets the name of the serial device for the
|
97 |
|
|
REF4955 port 0."
|
98 |
|
|
}
|
99 |
|
|
|
100 |
|
|
cdl_option CYGNUM_IO_SERIAL_MIPS_REF4955_SERIAL0_BAUD {
|
101 |
|
|
display "Baud rate for the REF4955 serial port 0 driver"
|
102 |
|
|
flavor data
|
103 |
|
|
legal_values { 1200 2400 4800 9600 14400 19200 38400 57600 115200}
|
104 |
|
|
default_value 38400
|
105 |
|
|
description "
|
106 |
|
|
This option specifies the default baud rate (speed)
|
107 |
|
|
for the REF4955 port 0."
|
108 |
|
|
}
|
109 |
|
|
|
110 |
|
|
cdl_option CYGNUM_IO_SERIAL_MIPS_REF4955_SERIAL0_BUFSIZE {
|
111 |
|
|
display "Buffer size for the REF4955 serial port 0 driver"
|
112 |
|
|
flavor data
|
113 |
|
|
legal_values 0 to 8192
|
114 |
|
|
default_value 128
|
115 |
|
|
description "
|
116 |
|
|
This option specifies the size of the internal buffers
|
117 |
|
|
used for the REF4955 port 0."
|
118 |
|
|
}
|
119 |
|
|
}
|
120 |
|
|
|
121 |
|
|
cdl_component CYGPKG_IO_SERIAL_MIPS_REF4955_SERIAL1 {
|
122 |
|
|
display "REF4955 serial port 1 driver"
|
123 |
|
|
flavor bool
|
124 |
|
|
default_value 1
|
125 |
|
|
description "
|
126 |
|
|
This option includes the serial device driver for the
|
127 |
|
|
REF4955 port 1."
|
128 |
|
|
|
129 |
|
|
implements CYGINT_IO_SERIAL_GENERIC_16X5X_REQUIRED
|
130 |
|
|
# implements CYGINT_IO_SERIAL_FLOW_CONTROL_HW
|
131 |
|
|
# implements CYGINT_IO_SERIAL_LINE_STATUS_HW
|
132 |
|
|
|
133 |
|
|
cdl_option CYGDAT_IO_SERIAL_MIPS_REF4955_SERIAL1_NAME {
|
134 |
|
|
display "Device name for the REF4955 serial port 1 driver"
|
135 |
|
|
flavor data
|
136 |
|
|
default_value {"\"/dev/ser1\""}
|
137 |
|
|
description "
|
138 |
|
|
This option specifies the name of serial device for
|
139 |
|
|
the REF4955 port 1."
|
140 |
|
|
}
|
141 |
|
|
|
142 |
|
|
cdl_option CYGNUM_IO_SERIAL_MIPS_REF4955_SERIAL1_BAUD {
|
143 |
|
|
display "Baud rate for the REF4955 serial port 1 driver"
|
144 |
|
|
flavor data
|
145 |
|
|
legal_values { 1200 2400 4800 9600 14400 19200 38400 57600 115200}
|
146 |
|
|
default_value 38400
|
147 |
|
|
description "
|
148 |
|
|
This option specifies the default baud rate (speed)
|
149 |
|
|
for the REF4955 port 1."
|
150 |
|
|
}
|
151 |
|
|
|
152 |
|
|
cdl_option CYGNUM_IO_SERIAL_MIPS_REF4955_SERIAL1_BUFSIZE {
|
153 |
|
|
display "Buffer size for the REF4955 serial port 1 driver"
|
154 |
|
|
flavor data
|
155 |
|
|
legal_values 0 to 8192
|
156 |
|
|
default_value 128
|
157 |
|
|
description "
|
158 |
|
|
This option specifies the size of the internal buffers
|
159 |
|
|
used for the REF4955 port 1."
|
160 |
|
|
}
|
161 |
|
|
}
|
162 |
|
|
|
163 |
|
|
|
164 |
|
|
cdl_component CYGPKG_IO_SERIAL_MIPS_REF4955_TESTING {
|
165 |
|
|
display "Testing parameters"
|
166 |
|
|
flavor bool
|
167 |
|
|
calculated 1
|
168 |
|
|
active_if CYGPKG_IO_SERIAL_MIPS_REF4955_SERIAL0
|
169 |
|
|
|
170 |
|
|
cdl_option CYGPRI_SER_TEST_SER_DEV {
|
171 |
|
|
display "Serial device used for testing"
|
172 |
|
|
flavor data
|
173 |
|
|
default_value { CYGDAT_IO_SERIAL_MIPS_REF4955_SERIAL0_NAME }
|
174 |
|
|
}
|
175 |
|
|
|
176 |
|
|
define_proc {
|
177 |
|
|
puts $::cdl_header "#define CYGPRI_SER_TEST_CRASH_ID \"ref4955\""
|
178 |
|
|
puts $::cdl_header "#define CYGPRI_SER_TEST_TTY_DEV \"/dev/tty0\""
|
179 |
|
|
}
|
180 |
|
|
}
|
181 |
|
|
}
|
182 |
|
|
|
183 |
|
|
# EOF ser_mips_ref4955.cdl
|