]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Add mechanisms for CPU and board-specific Ethernet initialization
authorBen Warren <biggerbadderben@gmail.com>
Tue, 24 Jun 2008 05:57:27 +0000 (22:57 -0700)
committerBen Warren <biggerbadderben@gmail.com>
Sun, 6 Jul 2008 07:20:59 +0000 (00:20 -0700)
commitdd35479a50f6c7c31ea491c07c5200c6dfd06a24
treee9e32e2c807c0a1bd1e85bc6702a21cb2dd88911
parent914f58c5766860373a7d232e961cee5a4b54a55b
Add mechanisms for CPU and board-specific Ethernet initialization

This patch is the first step in cleaning up net/eth.c, by moving Ethernet
initialization to CPU or board-specific code.  Initial implementation is
only on the Freescale TSEC controller, but others will be added soon.

Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
cpu/mpc83xx/cpu.c
cpu/mpc85xx/cpu.c
cpu/mpc86xx/cpu.c
net/eth.c