Re: [U-Boot] [PATCH] x86: quark: Enable on-chip ethernet controllers

2015-03-25 Thread Simon Glass
On 12 March 2015 at 16:13, Simon Glass wrote: > Hi Bin, > > On 10 March 2015 at 20:25, Bin Meng wrote: >> Intel Quark SoC integrates two 10/100 ethernet controllers which can >> be connected to an external RMII PHY. The MAC IP is from Designware. >> Enable this support with the existing U-Boot De

Re: [U-Boot] [PATCH] x86: quark: Enable on-chip ethernet controllers

2015-03-12 Thread Simon Glass
Hi Bin, On 10 March 2015 at 20:25, Bin Meng wrote: > Intel Quark SoC integrates two 10/100 ethernet controllers which can > be connected to an external RMII PHY. The MAC IP is from Designware. > Enable this support with the existing U-Boot Designware MAC driver > so that the ethernet port on Inte

[U-Boot] [PATCH] x86: quark: Enable on-chip ethernet controllers

2015-03-10 Thread Bin Meng
Intel Quark SoC integrates two 10/100 ethernet controllers which can be connected to an external RMII PHY. The MAC IP is from Designware. Enable this support with the existing U-Boot Designware MAC driver so that the ethernet port on Intel Galileo board can be used. Signed-off-by: Bin Meng ---