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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [rtos/] [ecos-2.0/] [packages/] [devs/] [eth/] [frv/] [frv400/] [v2_0/] [cdl/] [frv400_eth_drivers.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
#      frv400_eth_drivers.cdl
4
#
5
#      Ethernet drivers - support for i82559 ethernet controller
6
#      on the Fujitsu FR-V400
7
#
8
# ====================================================================
9
#####ECOSGPLCOPYRIGHTBEGIN####
10
## -------------------------------------------
11
## This file is part of eCos, the Embedded Configurable Operating System.
12
## Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
13
##
14
## eCos is free software; you can redistribute it and/or modify it under
15
## the terms of the GNU General Public License as published by the Free
16
## Software Foundation; either version 2 or (at your option) any later version.
17
##
18
## eCos is distributed in the hope that it will be useful, but WITHOUT ANY
19
## WARRANTY; without even the implied warranty of MERCHANTABILITY or
20
## FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
21
## for more details.
22
##
23
## You should have received a copy of the GNU General Public License along
24
## with eCos; if not, write to the Free Software Foundation, Inc.,
25
## 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
26
##
27
## As a special exception, if other files instantiate templates or use macros
28
## or inline functions from this file, or you compile this file and link it
29
## with other works to produce a work based on this file, this file does not
30
## by itself cause the resulting work to be covered by the GNU General Public
31
## License. However the source code for this file must still be made available
32
## in accordance with section (3) of the GNU General Public License.
33
##
34
## This exception does not invalidate any other reasons why a work based on
35
## this file might be covered by the GNU General Public License.
36
##
37
## Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
38
## at http://sources.redhat.com/ecos/ecos-license/
39
## -------------------------------------------
40
#####ECOSGPLCOPYRIGHTEND####
41
# ====================================================================
42
######DESCRIPTIONBEGIN####
43
#
44
# Author(s):      jskov
45
# Contributors:   jskov, hmt, gthomas
46
# Date:           2001-02-28
47
#
48
#####DESCRIPTIONEND####
49
#
50
# ====================================================================
51
 
52
cdl_package CYGPKG_DEVS_ETH_FRV_FRV400 {
53
    display       "FRV400 ethernet driver"
54
    description   "
55
        Ethernet drivers for Fujitsu FR-V400 board."
56
 
57
    parent        CYGPKG_IO_ETH_DRIVERS
58
    active_if     CYGPKG_IO_ETH_DRIVERS
59
    active_if     CYGPKG_IO_PCI
60
    requires      CYGPKG_DEVS_ETH_NS_DP83902A
61
 
62
    implements    CYGHWR_NET_DRIVER_ETH0
63
    include_dir   cyg/io
64
 
65
#    compile       -library=libextras.a if_frv400.c
66
 
67
    # FIXME: This really belongs in the NS DP83902A package
68
    cdl_interface CYGINT_DEVS_ETH_NS_DP83902A_REQUIRED {
69
        display   "NS DP83902A ethernet driver required"
70
    }
71
 
72
    define_proc {
73
        puts $::cdl_system_header "/***** ethernet driver proc output start *****/"
74
        puts $::cdl_system_header "#define CYGDAT_DEVS_ETH_NS_DP83902A_INL "
75
        puts $::cdl_system_header "#define CYGDAT_DEVS_ETH_NS_DP83902A_CFG "
76
        puts $::cdl_system_header "/*****  ethernet driver proc output end  *****/"
77
    }
78
 
79
    cdl_component CYGPKG_DEVS_ETH_FRV400_ETH0 {
80
        display       "CF ethernet port driver"
81
        flavor        bool
82
        default_value 1
83
        description   "
84
            This option includes the ethernet device driver for a
85
            CF card."
86
 
87
        implements CYGINT_DEVS_ETH_NS_DP83902A_REQUIRED
88
 
89
        cdl_option CYGDAT_DEVS_ETH_FRV400_ETH0_NAME {
90
            display       "Device name for the ETH0 ethernet driver"
91
            flavor        data
92
            default_value {"\"eth0\""}
93
            description   "
94
                This option sets the name of the ethernet device."
95
        }
96
 
97
        cdl_component CYGSEM_DEVS_ETH_FRV400_ETH0_SET_ESA {
98
            display       "Set the ethernet station address"
99
            flavor        bool
100
            default_value 0
101
            description   "Enabling this option will allow the ethernet
102
            station address to be forced to the value set by the
103
            configuration.  This may be required if the hardware does
104
            not include a serial EEPROM for the ESA."
105
 
106
            cdl_option CYGDAT_DEVS_ETH_FRV400_ETH0_ESA {
107
                display       "The ethernet station address"
108
                flavor        data
109
                default_value {"{0x08, 0x88, 0x12, 0x34, 0x56, 0x78}"}
110
                description   "The ethernet station address"
111
            }
112
        }
113
    }
114
 
115
    cdl_component CYGPKG_DEVS_ETH_FRV400_OPTIONS {
116
        display "PCMCIA ethernet driver build options"
117
        flavor  none
118
        no_define
119
 
120
        cdl_option CYGPKG_DEVS_ETH_FRV400_CFLAGS_ADD {
121
            display "Additional compiler flags"
122
            flavor  data
123
            no_define
124
            default_value { "-D_KERNEL -D__ECOS" }
125
            description   "
126
                This option modifies the set of compiler flags for
127
                building the PCMCIA ethernet driver package.
128
                These flags are used in addition
129
                to the set of global flags."
130
        }
131
    }
132
}
133
 
134
# EOF frv400_eth_drivers.cdl

powered by: WebSVN 2.1.0

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