[U-Boot-Users] [PATCH 07/13] SPARC/LEON3: Added GRETH Ethernet 10/100/1000 driver.

Ben Warren biggerbadderben at gmail.com
Sun Mar 30 06:35:09 CEST 2008


Daniel Hellstrom wrote:
> Hello Wolfgang,
>
> GRETH is an Ethernet 10/100 or 10/100/1000 MAC with out without
> a debug link (EDCL). The GRETH core is documented in GRIP.pdf
> available at www.gaisler.com.
>
> If the GRETH has GigaBit support (GBIT, Scatter gather, checksum
> offloading etc.) can be determined by a bit in the control register.
> The GBIT MAC is supported by operating in GRTEH 10/100 legacy mode.
>
> This patch is also available at ftp://ftp.gaisler.com/gaisler.com/u-boot/patches.
>
> Best Regards,
> Daniel Hellstrom
>
> Signed-off-by: Daniel Hellstrom <daniel at gaisler.com>
> ---
>  drivers/net/Makefile |    1 +
>  drivers/net/greth.c  |  661 ++++++++++++++++++++++++++++++++++++++++++++++++++
>  drivers/net/greth.h  |   97 ++++++++
>  net/eth.c            |    4 +
>  4 files changed, 763 insertions(+), 0 deletions(-)
>  create mode 100644 drivers/net/greth.c
>  create mode 100644 drivers/net/greth.h
>
>   
<snip>
Applied to net tree. Please be careful where you put your message 
relative to the "---" line.

regards,
Ben




More information about the U-Boot mailing list