On Wednesday 07 March 2012 13:04:02 Amit Virdi wrote:
> From: Vipin KUMAR <vipin.ku...@st.com>
> 
> Ethernet probing is removed from u-boot compiled as a firmware for spear
> flashing utility. This enables faster access to usbtty interface as unused
> ethernet i/f is not initialized.

Ethernet probing should only be done, when the device is really accessed (e.g. 
by using tftp commands). I know that the current implementation of the 
designware ethernet driver does this probing (PHY link negotiation etc) 
unconditionally at startup.

I have a patch in my queue that changes the designware driver to only start 
probing/auto-negotiating once its really used. I'll rebase my patch on top of 
your designware rework patches, once they are approved.

With this patch, this patch here should be unnecessary. At least when reading 
the patch description above.

So is this patch still needed, after my designware net driver rework?
 
Thanks,
Stefan

--
DENX Software Engineering GmbH,      MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich,  Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-0 Fax: (+49)-8142-66989-80 Email: off...@denx.de
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to