[U-Boot] [PATCH v5] net: add altera triple speeds ethernet mac driver

Ben Warren biggerbadderben at gmail.com
Mon Apr 26 08:13:41 CEST 2010


Thomas,

On 4/19/2010 9:49 PM, Thomas Chou wrote:
> This driver supports the Altera triple speeds 10/100/1000 ethernet
> mac.
>
> Signed-off-by: Thomas Chou<thomas at wytron.com.tw>
> ---
> sort the code to remove func proto.
> change initialization, with dev_num and bases.
> add tse_set_mac_address().
> sgdma code is not folded due to increased code size.
>
>   drivers/net/Makefile     |    1 +
>   drivers/net/altera_tse.c |  935 ++++++++++++++++++++++++++++++++++++++++++++++
>   drivers/net/altera_tse.h |  494 ++++++++++++++++++++++++
>   include/netdev.h         |    2 +
>   4 files changed, 1432 insertions(+), 0 deletions(-)
>   create mode 100644 drivers/net/altera_tse.c
>   create mode 100644 drivers/net/altera_tse.h
>
>    
applied to net repo.

If you'd like this driver to automatically program MAC addresses after 
initialization (see a patch that I submitted tonight), please submit a 
follow-on to this one and I'll accept for the current release.
regards,
Ben


More information about the U-Boot mailing list