[U-Boot] [PATCH 4/4] x86: crownbay: Enable Intel Topcliff GMAC support

Bin Meng bmeng.cn at gmail.com
Fri Mar 20 10:12:21 CET 2015


Intel Crown Bay board has one ethernet port connected from Intel
Topcliff PCH. Enable it in the board configuration.

Signed-off-by: Bin Meng <bmeng.cn at gmail.com>

---

 include/configs/crownbay.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/include/configs/crownbay.h b/include/configs/crownbay.h
index 4a74f82..df32f2a 100644
--- a/include/configs/crownbay.h
+++ b/include/configs/crownbay.h
@@ -52,6 +52,10 @@
 #define CONFIG_MMC_SDMA
 #define CONFIG_CMD_MMC
 
+/* Topcliff Gigabit Ethernet */
+#define CONFIG_PCH_GBE
+#define CONFIG_PHYLIB
+
 /* Video is not supported */
 #undef CONFIG_VIDEO
 #undef CONFIG_CFB_CONSOLE
-- 
1.8.2.1



More information about the U-Boot mailing list