OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [rtos/] [ecos-2.0/] [packages/] [devs/] [serial/] [sh/] [se77x9/] [v2_0/] [cdl/] [ser_sh_se77x9.cdl] - Blame information for rev 174

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 27 unneback
# ====================================================================
2
#
3
#      ser_sh_se77x9.cdl
4
#
5
#      eCos serial SH/SE77X9 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
# Contributors:
45
# Date:           2001-06-18
46
#
47
#####DESCRIPTIONEND####
48
#
49
# ====================================================================
50
 
51
 
52
cdl_package CYGPKG_IO_SERIAL_SH_SE77X9 {
53
    display       "SH3 SE77X9 serial device drivers"
54
 
55
    parent        CYGPKG_IO_SERIAL_DEVICES
56
    active_if     CYGPKG_IO_SERIAL
57
    active_if     CYGPKG_HAL_SH_SH77X9_SE77X9
58
 
59
    requires      CYGPKG_ERROR
60
    include_dir   cyg/io
61
 
62
    description   "
63
        This option enables the serial device drivers for the
64
        Hitachi SH3 SE77X9 board, based on the generic SH SCI driver."
65
 
66
 
67
    # FIXME: This really belongs in the SH_SCIF package
68
    cdl_interface CYGINT_IO_SERIAL_SH_SCIF_REQUIRED {
69
        display   "SH SCI driver required"
70
    }
71
 
72
    # FIXME: This really belongs in the GENERIC_16X5X package
73
    cdl_interface CYGINT_IO_SERIAL_GENERIC_16X5X_REQUIRED {
74
        display   "Generic 16x5x serial driver required"
75
    }
76
 
77
    define_proc {
78
        puts $::cdl_system_header "/***** serial driver proc output start *****/"
79
        puts $::cdl_system_header "#define CYGDAT_IO_SERIAL_GENERIC_16X5X_INL "
80
        puts $::cdl_system_header "#define CYGDAT_IO_SERIAL_GENERIC_16X5X_CFG "
81
        puts $::cdl_system_header "#define CYGDAT_IO_SERIAL_SH_SCIF_INL "
82
        puts $::cdl_system_header "#define CYGDAT_IO_SERIAL_SH_SCIF_CFG "
83
        puts $::cdl_system_header "/*****  serial driver proc output end  *****/"
84
    }
85
 
86
    cdl_component CYGPKG_IO_SERIAL_SH_SE77X9_COM1 {
87
        display       "SH SE77X9 serial 1 driver (SuperIO)"
88
        flavor        bool
89
        calculated    0
90
        description   "
91
            This option includes the serial device driver for the COM1
92
            port. FIXME: Disabled due to being broken."
93
 
94
        implements CYGINT_IO_SERIAL_GENERIC_16X5X_REQUIRED
95
        implements CYGINT_IO_SERIAL_FLOW_CONTROL_HW
96
        implements CYGINT_IO_SERIAL_LINE_STATUS_HW
97
 
98
        cdl_option CYGDAT_IO_SERIAL_SH_SE77X9_COM1_NAME {
99
            display       "Device name for COM1"
100
            flavor        data
101
            default_value {"\"/dev/ser1\""}
102
            description   "
103
                This option specifies the device name for COM1."
104
        }
105
 
106
        cdl_option CYGNUM_IO_SERIAL_SH_SE77X9_COM1_BAUD {
107
            display       "Baud rate for COM1"
108
            flavor        data
109
            legal_values  { 4800 9600 14400 19200 38400 57600 115200 }
110
            default_value 38400
111
            description   "
112
                This option specifies the default baud rate (speed)
113
                for the COM1 port."
114
        }
115
 
116
        cdl_option CYGNUM_IO_SERIAL_SH_SE77X9_COM1_BUFSIZE {
117
            display       "Buffer size for COM1"
118
            flavor        data
119
            legal_values  0 to 8192
120
            default_value 128
121
            description   "
122
                This option specifies the size of the internal buffers
123
                used for the COM1 port."
124
        }
125
    }
126
 
127
    # SCIF port
128
    cdl_component CYGPKG_IO_SERIAL_SH_SE77X9_COM2 {
129
        display       "SE77X9 serial, SCIF port 2 driver"
130
        flavor        bool
131
        default_value 1
132
        description   "
133
            This option includes the serial device driver for SCIF
134
            port 2."
135
 
136
        implements CYGINT_IO_SERIAL_SH_SCIF_REQUIRED
137
        implements CYGINT_IO_SERIAL_FLOW_CONTROL_HW
138
        implements CYGINT_IO_SERIAL_LINE_STATUS_HW
139
 
140
        cdl_option CYGDAT_IO_SERIAL_SH_SE77X9_COM2_NAME {
141
            display       "Device name"
142
            flavor        data
143
            default_value {"\"/dev/ser2\""}
144
            description   "
145
                This option specifies the device name for the serial
146
                port."
147
        }
148
 
149
        cdl_option CYGNUM_IO_SERIAL_SH_SE77X9_COM2_BAUD {
150
            display       "Baud rate"
151
            flavor        data
152
            legal_values  { 4800 9600 14400 19200 38400 57600 115200 }
153
            default_value 38400
154
            description   "
155
                This option specifies the default baud rate (speed)
156
                for the serial driver."
157
        }
158
 
159
        cdl_option CYGNUM_IO_SERIAL_SH_SE77X9_COM2_BUFSIZE {
160
            display       "Buffer size"
161
            flavor        data
162
            legal_values  0 to 8192
163
            default_value 128
164
            description   "
165
                This option specifies the size of the internal buffers
166
                used for the serial driver."
167
        }
168
 
169
        cdl_option CYGSEM_IO_SERIAL_SH_SE77X9_COM2_DMA {
170
            display       "Enable SCIF serial driver DMA"
171
            active_if     CYGINT_HAL_SH_DMA_CHANNELS
172
            implements    CYGINT_HAL_SH_DMA_CHANNELS_USED
173
            implements    CYGINT_IO_SERIAL_SH_SCIF_DMA
174
            default_value 1
175
            description   "
176
                Enable DMA for this port."
177
        }
178
    }
179
 
180
    cdl_component CYGPKG_IO_SERIAL_SH_SE77X9_TESTING {
181
        display    "Testing parameters"
182
        flavor     bool
183
        calculated 1
184
        no_define
185
        active_if  CYGPKG_IO_SERIAL_SH_SE77X9_COM2
186
 
187
        define_proc {
188
            puts $::cdl_header "#define CYGPRI_SER_TEST_CRASH_ID \"sh-se77x9\""
189
            puts $::cdl_header "#define CYGPRI_SER_TEST_SER_DEV  CYGDAT_IO_SERIAL_SH_SE77X9_COM2_NAME"
190
            puts $::cdl_header "#define CYGPRI_SER_TEST_TTY_DEV  \"/dev/tty2\""
191
        }
192
    }
193
}
194
# EOF ser_sh_se77x9.cdl

powered by: WebSVN 2.1.0

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