projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ee443b
)
x86: crownbay: Enable Intel Topcliff GMAC support
author
Bin Meng
<bmeng.cn@gmail.com>
Fri, 20 Mar 2015 09:12:21 +0000
(17:12 +0800)
committer
Simon Glass
<sjg@chromium.org>
Wed, 25 Mar 2015 03:22:38 +0000
(21:22 -0600)
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@gmail.com>
Reviewed-by: Joe Hershberger <joe.hershberger@ni.com>
include/configs/crownbay.h
patch
|
blob
|
history
diff --git
a/include/configs/crownbay.h
b/include/configs/crownbay.h
index b927b1c9f54837e2897067fcd33c6549886898cf..b1cfc8b0652cfae1ef8689ba2dbfe512ede0acc0 100644
(file)
--- 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