Skip to content
Snippets Groups Projects
Commit 6799a80f authored by Jens Scharsig's avatar Jens Scharsig Committed by Tom Rix
Browse files

new at91_emac network driver (NET_MULTI api)


* 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: default avatarJens Scharsig <js_at_ng@scharsoft.de>
parent 98250e8e
No related branches found
No related tags found
No related merge requests found
/* /*
* Memory Setup stuff - taken from blob memsetup.S
*
* Copyright (C) 2009 Jens Scharsig (js_at_ng@scharsoft.de) * Copyright (C) 2009 Jens Scharsig (js_at_ng@scharsoft.de)
* *
* based on AT91RM9200 datasheet revision I (36. Ethernet MAC (EMAC)) * based on AT91RM9200 datasheet revision I (36. Ethernet MAC (EMAC))
...@@ -15,7 +13,7 @@ ...@@ -15,7 +13,7 @@
* *
* This program is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * 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. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment