OpenCores
URL https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [rtos/] [ecos-2.0/] [packages/] [devs/] [serial/] [arm/] [sa11x0/] [v2_0/] [cdl/] [ser_arm_sa11x0.cdl] - Blame information for rev 27

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 27 unneback
# ====================================================================
2
#
3
#      ser_arm_sa11x0.cdl
4
#
5
#      eCos serial ARM/SA11x0 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):      gthomas
44
# Contributors:
45
# Date:           2000-05-08
46
#
47
#####DESCRIPTIONEND####
48
#
49
# ====================================================================
50
 
51
 
52
cdl_package CYGPKG_IO_SERIAL_ARM_SA11X0 {
53
    display       "ARM SA11X0 serial device drivers"
54
 
55
    parent        CYGPKG_IO_SERIAL_DEVICES
56
    active_if     CYGPKG_IO_SERIAL
57
    active_if     CYGPKG_HAL_ARM_SA11X0
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 SA11X0."
65
 
66
    compile       -library=libextras.a   sa11x0_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 "
71
        puts $::cdl_system_header "/*****  serial driver proc output end  *****/"
72
    }
73
 
74
cdl_component CYGPKG_IO_SERIAL_ARM_SA11X0_SERIAL0 {
75
    display       "ARM SA11X0 serial port 0 driver"
76
    flavor        bool
77
    default_value 0
78
    description   "
79
        This option includes the serial device driver for the ARM SA11X0
80
        port 0 (UART 3)."
81
 
82
    cdl_option CYGDAT_IO_SERIAL_ARM_SA11X0_SERIAL0_NAME {
83
        display       "Device name for ARM SA11X0 serial port 0 driver"
84
        flavor        data
85
        default_value {"\"/dev/ser0\""}
86
        description   "
87
            This option specifies the name of the serial device for the
88
            ARM SA11X0 port 0."
89
    }
90
 
91
    cdl_option CYGNUM_IO_SERIAL_ARM_SA11X0_SERIAL0_BAUD {
92
        display       "Baud rate for the ARM SA11X0 serial port 0 driver"
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
        }
97
        default_value 38400
98
        description   "
99
            This option specifies the default baud rate (speed) for the
100
            ARM SA11X0 port 0."
101
    }
102
 
103
    cdl_option CYGNUM_IO_SERIAL_ARM_SA11X0_SERIAL0_BUFSIZE {
104
        display       "Buffer size for the ARM SA11X0 serial port 0 driver"
105
        flavor        data
106
        legal_values  0 to 8192
107
        default_value 128
108
        description   "
109
            This option specifies the size of the internal buffers used
110
            for the ARM SA11X0 port 0."
111
    }
112
}
113
 
114
cdl_component CYGPKG_IO_SERIAL_ARM_SA11X0_SERIAL1 {
115
    display       "ARM SA11X0 serial port 1 driver"
116
    flavor        bool
117
    default_value 1
118
    description   "
119
        This option includes the serial device driver for the ARM SA11X0
120
        port 1 (UART 1)."
121
 
122
    cdl_option CYGDAT_IO_SERIAL_ARM_SA11X0_SERIAL1_NAME {
123
        display       "Device name for ARM SA11X0 serial port 1 driver"
124
        flavor        data
125
        default_value {"\"/dev/ser1\""}
126
        description   "
127
            This option specifies the name of the serial device for the
128
            ARM SA11X0 port 1."
129
    }
130
 
131
    cdl_option CYGNUM_IO_SERIAL_ARM_SA11X0_SERIAL1_BAUD {
132
        display       "Baud rate for the ARM SA11X0 serial port 1 driver"
133
        flavor        data
134
        legal_values  { 50 75 110 "134_5" 150 200 300 600 1200 1800 2400 3600
135
                      4800 7200 9600 14400 19200 38400 57600 115200 230400
136
        }
137
        default_value 38400
138
        description   "
139
            This option specifies the default baud rate (speed) for the
140
            ARM SA11X0 port 1."
141
    }
142
 
143
    cdl_option CYGNUM_IO_SERIAL_ARM_SA11X0_SERIAL1_BUFSIZE {
144
        display       "Buffer size for the ARM SA11X0 serial port 1 driver"
145
        flavor        data
146
        legal_values  0 to 8192
147
        default_value 128
148
        description   "
149
            This option specifies the size of the internal buffers used
150
            for the ARM SA11X0 port 1."
151
    }
152
}
153
 
154
    cdl_component CYGPKG_IO_SERIAL_ARM_SA11X0_OPTIONS {
155
        display "Serial device driver build options"
156
        flavor  none
157
        description   "
158
            Package specific build options including control over
159
            compiler flags used only in building this package,
160
            and details of which tests are built."
161
 
162
 
163
        cdl_option CYGPKG_IO_SERIAL_ARM_SA11X0_CFLAGS_ADD {
164
            display "Additional compiler flags"
165
            flavor  data
166
            no_define
167
            default_value { "" }
168
            description   "
169
                This option modifies the set of compiler flags for
170
                building these serial device drivers. These flags are used in addition
171
                to the set of global flags."
172
        }
173
 
174
        cdl_option CYGPKG_IO_SERIAL_ARM_SA11X0_CFLAGS_REMOVE {
175
            display "Suppressed compiler flags"
176
            flavor  data
177
            no_define
178
            default_value { "" }
179
            description   "
180
                This option modifies the set of compiler flags for
181
                building these serial device drivers. These flags are removed from
182
                the set of global flags if present."
183
        }
184
    }
185
 
186
    cdl_component CYGPKG_IO_SERIAL_ARM_SA11X0_TESTING {
187
        display    "Testing parameters"
188
        flavor     bool
189
        calculated 1
190
        active_if  CYGPKG_IO_SERIAL_ARM_SA11X0_SERIAL1
191
 
192
        cdl_option CYGPRI_SER_TEST_SER_DEV {
193
            display       "Serial device used for testing"
194
            flavor        data
195
            default_value { CYGDAT_IO_SERIAL_ARM_SA11X0_SERIAL1_NAME }
196
        }
197
 
198
        define_proc {
199
            puts $::cdl_header "#define CYGPRI_SER_TEST_CRASH_ID \"assabet\""
200
            puts $::cdl_header "#define CYGPRI_SER_TEST_TTY_DEV  \"/dev/tty1\""
201
        }
202
    }
203
}
204
 
205
# EOF ser_arm_sa11x0.cdl

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.