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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [ecos-2.0/] [packages/] [devs/] [eth/] [intel/] [i21143/] [v2_0/] [cdl/] [intel_i21143_eth_drivers.cdl] - Blame information for rev 174

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 27 unneback
# ====================================================================
2
#
3
#       intel_i21143_eth_drivers.cdl
4
#
5
#       Intel 21143 ethernet driver
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:
45
# Contributors:
46
# Date:           2000-09-17
47
#
48
#####DESCRIPTIONEND####
49
#
50
# ====================================================================
51
 
52
cdl_package CYGPKG_DEVS_ETH_INTEL_I21143 {
53
    display       "Intel 21143 ethernet driver"
54
    description   "Ethernet driver for Intel 21143 controller."
55
 
56
    parent        CYGPKG_IO_ETH_DRIVERS
57
    active_if     CYGPKG_IO_ETH_DRIVERS
58
    active_if     CYGINT_DEVS_ETH_INTEL_I21143_REQUIRED
59
 
60
    include_dir   cyg/devs/eth
61
 
62
    compile       -library=libextras.a if_i21143.c
63
 
64
    cdl_option CYGDBG_DEVS_ETH_INTEL_I21143_CHATTER {
65
        display "Prints ethernet device status info during startup"
66
        default_value 0
67
        description   "
68
            The ethernet device initialization code can print lots of info
69
            to confirm that it has found the devices on the PCI bus, read
70
            the MAC address from EEPROM correctly, and so on, and also
71
            displays the mode (10/100MHz, half/full duplex) of the
72
            connection."
73
    }
74
 
75
    cdl_option CYGNUM_DEVS_ETH_INTEL_I21143_DEV_COUNT {
76
        display "Number of supported interfaces."
77
        calculated    { CYGINT_DEVS_ETH_INTEL_I21143_REQUIRED }
78
        flavor        data
79
        description   "
80
            This option selects the number of PCI ethernet interfaces to
81
            be supported by the driver."
82
    }
83
 
84
    cdl_component CYGPKG_DEVS_ETH_INTEL_I21143_OPTIONS {
85
        display "Intel 21143 ethernet driver build options"
86
        flavor  none
87
        no_define
88
 
89
        cdl_option CYGPKG_DEVS_ETH_INTEL_I21143_CFLAGS_ADD {
90
            display "Additional compiler flags"
91
            flavor  data
92
            no_define
93
            default_value { "-D_KERNEL -D__ECOS" }
94
            description   "
95
                This option modifies the set of compiler flags for
96
                building the Intel 21143 ethernet driver
97
                package. These flags are used in addition to the set of
98
                global flags."
99
        }
100
    }
101
}
102
# EOF intel_i21143_eth_drivers.cdl

powered by: WebSVN 2.1.0

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