Re: [U-Boot] [PATCH] mx6qsabresd: Add Ethernet support

2012-09-23 Thread Stefano Babic
On 19/09/2012 05:24, Fabio Estevam wrote: > From: Fabio Estevam > > mx6qsabresd has a AR8031 Gigabit PHY. > > Add support for it. > > Also increase CONFIG_SYS_MALLOC_LEN so that FEC buffer allocation does not > fail. > > Tested on 1Gbp and 100Mbps networks. > > Suggested-by: Kim Phillips >

Re: [U-Boot] [PATCH] mx6qsabresd: Add Ethernet support

2012-09-19 Thread Kim Phillips
On Wed, 19 Sep 2012 00:24:23 -0300 Fabio Estevam wrote: > From: Fabio Estevam > > mx6qsabresd has a AR8031 Gigabit PHY. > > Add support for it. > > Also increase CONFIG_SYS_MALLOC_LEN so that FEC buffer allocation does not > fail. > > Tested on 1Gbp and 100Mbps networks. > > Suggested-by:

[U-Boot] [PATCH] mx6qsabresd: Add Ethernet support

2012-09-18 Thread Fabio Estevam
From: Fabio Estevam mx6qsabresd has a AR8031 Gigabit PHY. Add support for it. Also increase CONFIG_SYS_MALLOC_LEN so that FEC buffer allocation does not fail. Tested on 1Gbp and 100Mbps networks. Suggested-by: Kim Phillips Signed-off-by: Fabio Estevam --- board/freescale/mx6qsabresd/mx6qs