
25 Mar
2015
25 Mar
'15
11:34 p.m.
On 12 March 2015 at 16:13, Simon Glass sjg@chromium.org wrote:
Hi Bin,
On 10 March 2015 at 20:25, Bin Meng bmeng.cn@gmail.com 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 Intel Galileo board can be used.
Signed-off-by: Bin Meng bmeng.cn@gmail.com
arch/x86/cpu/quark/quark.c | 19 +++++++++++++++++++ include/configs/galileo.h | 5 +++++ 2 files changed, 24 insertions(+)
Since this only affects this new board we may as well apply it now.
Applied to u-boot-x86, thanks!