Re: [U-Boot] [PATCH 1/2] mx6: soc: Add ENET2 mac address support

2016-01-24 Thread Stefano Babic
Hi Ye, On 19/01/2016 14:16, Ye Li wrote: > The i.MX6SX and i.MX6UL has two ENET controllers, add support for reading > MAC address from fuse for ENET2. > > Signed-off-by: Ye Li > --- > arch/arm/cpu/armv7/mx6/soc.c | 32 + >

Re: [U-Boot] [PATCH 1/2] mx6: soc: Add ENET2 mac address support

2016-01-24 Thread Ye Li
Hi Stefano, On 1/24/2016 6:35 PM, Stefano Babic wrote: > Hi Ye, > > On 19/01/2016 14:16, Ye Li wrote: >> The i.MX6SX and i.MX6UL has two ENET controllers, add support for reading >> MAC address from fuse for ENET2. >> >> Signed-off-by: Ye Li >> --- >> arch/arm/cpu/armv7/mx6/soc.c

Re: [U-Boot] [PATCH 1/2] mx6: soc: Add ENET2 mac address support

2016-01-19 Thread Peng Fan
On Tue, Jan 19, 2016 at 09:16:35PM +0800, Ye Li wrote: >The i.MX6SX and i.MX6UL has two ENET controllers, add support for reading >MAC address from fuse for ENET2. > >Signed-off-by: Ye Li Reviewed-by: Peng Fan >--- > arch/arm/cpu/armv7/mx6/soc.c |

[U-Boot] [PATCH 1/2] mx6: soc: Add ENET2 mac address support

2016-01-19 Thread Ye Li
The i.MX6SX and i.MX6UL has two ENET controllers, add support for reading MAC address from fuse for ENET2. Signed-off-by: Ye Li --- arch/arm/cpu/armv7/mx6/soc.c | 32 + arch/arm/include/asm/arch-mx6/imx-regs.h | 19 + 2