commit | 7e96d315406001c67d6d1a862f403513980fa846 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Wed Mar 11 11:25:56 2015 +0800 |
committer | Simon Glass <sjg@chromium.org> | Tue Mar 24 21:22:37 2015 -0600 |
tree | 6697cac639d4ed5776754642ef932c63d5b31398 | |
parent | 08ede3813a378c3e51e7e7284c3064c52fbc183b [diff] |
x86: quark: Enable on-chip ethernet controllers 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> Acked-by: Simon Glass <sjg@chromium.org>