]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
new at91_emac network driver (NET_MULTI api)
authorJens Scharsig <js_at_ng@scharsoft.de>
Wed, 3 Feb 2010 21:47:57 +0000 (22:47 +0100)
committerTom Rix <Tom.Rix@windriver.com>
Fri, 12 Feb 2010 18:36:04 +0000 (12:36 -0600)
* add's at91_emac (AT91RM9200) network driver (NET_MULTI api)
 * enable driver with CONFIG_DRIVER_AT91EMAC
 * generic PHY initialization
 * modify AT91RM9200 boards to use NET_MULTI driver
 * the drivers has been tested with LXT971 Phy and DM9161 Phy at MII and RMII
   interface

Signed-off-by: Jens Scharsig <js_at_ng@scharsoft.de>
include/asm-arm/arch-at91/at91_emac.h

index 4b96f048bb5c48b61a7a37022967cc735d62538d..45ae33311e1470669db4f234ca50238fbf4db107 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * Memory Setup stuff - taken from blob memsetup.S
- *
  * Copyright (C) 2009 Jens Scharsig (js_at_ng@scharsoft.de)
  *
  * based on AT91RM9200 datasheet revision I (36. Ethernet MAC (EMAC))
@@ -15,7 +13,7 @@
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.         See the
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License