[U-Boot] patch to support Xilinx 1000BASE-X phy (GTX)

Wolfgang Denk wd at denx.de
Tue Feb 19 20:04:07 CET 2013


Dear Charles Coldwell,

In message <CACw6+C5mO7bLUUhMcKDzUtK+CPjzmR0JMJgGxmnyPvzGtLGfmw at mail.gmail.com> you wrote:
> and here it is again, in-line
> 
> commit 39695029bc15041c809df3db4ba19bd729c447fa
> Author: Charles Coldwell <coldwell at ll.mit.edu>
> Date:   Tue Feb 19 08:27:33 2013 -0500
> 
>     Changes to support the Xilinx 1000BASE-X phy (GTX/MGT)
> 
> diff --git a/drivers/net/phy/phy.c b/drivers/net/phy/phy.c
> index d0ed766..8a38ccb 100644
> --- a/drivers/net/phy/phy.c
> +++ b/drivers/net/phy/phy.c
> @@ -75,6 +75,10 @@ static int genphy_config_advert(struct phy_device *phydev)
>   adv |= ADVERTISE_PAUSE_CAP;
>   if (advertise & ADVERTISED_Asym_Pause)
>   adv |= ADVERTISE_PAUSE_ASYM;
> + if (advertise & ADVERTISED_1000baseX_Half)
> + adv |= ADVERTISE_1000XHALF;
> + if (advertise & ADVERTISED_1000baseX_Full)
> + adv |= ADVERTISE_1000XFULL;

Your patch is white space corrupted.  Please fix your mailer.


Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Documentation is like sex: when it is good, it is  very,  very  good;
and when it is bad, it is better than nothing.         - Dick Brandon


More information about the U-Boot mailing list