Mercurial > ecos-v2_0-branch
comparison packages/devs/eth/arm/edb7xxx/current/cdl/edb7xxx_eth_drivers.cdl @ 115:6ed91473a1cd ecos-sw-2000-08-21
Merge from eCos master repository on 2000-08-21-22:40:54-BST
| author | jlarmour |
|---|---|
| date | Fri, 25 Aug 2000 17:32:38 +0000 |
| parents | 95f3e12a6327 |
| children | 678094f34118 |
comparison
equal
deleted
inserted
replaced
| 114:5ad2b71d525e | 115:6ed91473a1cd |
|---|---|
| 42 # ==================================================================== | 42 # ==================================================================== |
| 43 | 43 |
| 44 cdl_package CYGPKG_DEVS_ETH_ARM_EDB7XXX { | 44 cdl_package CYGPKG_DEVS_ETH_ARM_EDB7XXX { |
| 45 display "Cirrus Logic ethernet driver" | 45 display "Cirrus Logic ethernet driver" |
| 46 | 46 |
| 47 parent CYGPKG_NET_ETH_DRIVERS | 47 parent CYGPKG_IO_ETH_DRIVERS |
| 48 active_if CYGPKG_NET_ETH_DRIVERS | 48 active_if CYGPKG_IO_ETH_DRIVERS |
| 49 active_if CYGPKG_HAL_ARM_EDB7XXX | 49 active_if CYGPKG_HAL_ARM_EDB7XXX |
| 50 | 50 |
| 51 implements CYGHWR_NET_DRIVERS | 51 implements CYGHWR_NET_DRIVERS |
| 52 implements CYGHWR_NET_DRIVER_ETH0 | 52 implements CYGHWR_NET_DRIVER_ETH0 |
| 53 include_dir . | 53 include_dir . |
| 54 include_files ; # none _exported_ whatsoever | 54 include_files ; # none _exported_ whatsoever |
| 55 description "Ethernet driver for Cirrus Logic EDB7xxx boards." | 55 description "Ethernet driver for Cirrus Logic EDB7xxx boards." |
| 56 compile -library=libextras.a if_edb7xxx.c | 56 compile -library=libextras.a if_edb7xxx.c |
| 57 | |
| 58 cdl_component CYGSEM_ARM_EDB7XXX_SET_ESA { | |
| 59 display "Set the ethernet station address" | |
| 60 flavor bool | |
| 61 default_value 0 | |
| 62 description "Enabling this option will allow the ethernet | |
| 63 station address to be forced to the value set by the | |
| 64 configuration. This may be required if the hardware does | |
| 65 not include a serial EEPROM for the ESA." | |
| 66 | |
| 67 cdl_option CYGDAT_ARM_EDB7XXX_ESA { | |
| 68 display "The ethernet station address" | |
| 69 flavor data | |
| 70 default_value {"{0x08, 0x88, 0x12, 0x34, 0x56, 0x78}"} | |
| 71 description "The ethernet station address" | |
| 72 } | |
| 73 } | |
| 57 | 74 |
| 58 cdl_component CYGPKG_DEVS_ETH_ARM_EDB7XXX_OPTIONS { | 75 cdl_component CYGPKG_DEVS_ETH_ARM_EDB7XXX_OPTIONS { |
| 59 display "Cirrus Logic ethernet driver build options" | 76 display "Cirrus Logic ethernet driver build options" |
| 60 flavor none | 77 flavor none |
| 61 no_define | 78 no_define |
