]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
arm: bcm281xx: add board with Ethernet capability
authorSteve Rae <srae@broadcom.com>
Sat, 2 Aug 2014 03:37:17 +0000 (20:37 -0700)
committerTom Rini <trini@ti.com>
Sat, 30 Aug 2014 11:46:39 +0000 (07:46 -0400)
Add board which has Broadcom StarFighter2 Ethernet capability.

Signed-off-by: Steve Rae <srae@broadcom.com>
board/broadcom/bcm28155_w1d/MAINTAINERS [new file with mode: 0644]
configs/bcm28155_w1d_defconfig [new file with mode: 0644]

diff --git a/board/broadcom/bcm28155_w1d/MAINTAINERS b/board/broadcom/bcm28155_w1d/MAINTAINERS
new file mode 100644 (file)
index 0000000..a436490
--- /dev/null
@@ -0,0 +1,6 @@
+BCM28155_W1D BOARD
+M:     Steve Rae <srae@broadcom.com>
+S:     Maintained
+F:     board/broadcom/bcm28155_ap/
+F:     include/configs/bcm28155_ap.h
+F:     configs/bcm28155_w1d_defconfig
diff --git a/configs/bcm28155_w1d_defconfig b/configs/bcm28155_w1d_defconfig
new file mode 100644 (file)
index 0000000..94b791c
--- /dev/null
@@ -0,0 +1,3 @@
+CONFIG_SYS_EXTRA_OPTIONS="BCM_SF2_ETH,BCM_SF2_ETH_GMAC"
+CONFIG_ARM=y
+CONFIG_TARGET_BCM28155_AP=y