From: Steve Rae <srae@broadcom.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 3/3] arm: bcm281xx: add board with Ethernet capability
Date: Fri, 1 Aug 2014 20:37:17 -0700 [thread overview]
Message-ID: <1406950637-19820-3-git-send-email-srae@broadcom.com> (raw)
In-Reply-To: <1406950637-19820-1-git-send-email-srae@broadcom.com>
Add board which has Broadcom StarFighter2 Ethernet capability.
Signed-off-by: Steve Rae <srae@broadcom.com>
---
Changes in v2:
- created from previous boards.cfg
board/broadcom/bcm28155_w1d/MAINTAINERS | 6 ++++++
configs/bcm28155_w1d_defconfig | 3 +++
2 files changed, 9 insertions(+)
create mode 100644 board/broadcom/bcm28155_w1d/MAINTAINERS
create mode 100644 configs/bcm28155_w1d_defconfig
diff --git a/board/broadcom/bcm28155_w1d/MAINTAINERS b/board/broadcom/bcm28155_w1d/MAINTAINERS
new file mode 100644
index 0000000..a436490
--- /dev/null
+++ b/board/broadcom/bcm28155_w1d/MAINTAINERS
@@ -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
index 0000000..94b791c
--- /dev/null
+++ b/configs/bcm28155_w1d_defconfig
@@ -0,0 +1,3 @@
+CONFIG_SYS_EXTRA_OPTIONS="BCM_SF2_ETH,BCM_SF2_ETH_GMAC"
+CONFIG_ARM=y
+CONFIG_TARGET_BCM28155_AP=y
--
1.8.5
next prev parent reply other threads:[~2014-08-02 3:37 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-02 3:37 [U-Boot] [PATCH v2 1/3] arm: bcm281xx: Add Ethernet Clock support Steve Rae
2014-08-02 3:37 ` [U-Boot] [PATCH v2 2/3] arm: bcm281xx: net: Add Ethernet Driver Steve Rae
2014-08-30 15:14 ` [U-Boot] [U-Boot, v2, " Tom Rini
2014-08-02 3:37 ` Steve Rae [this message]
2014-08-30 15:14 ` [U-Boot] [U-Boot, v2, 3/3] arm: bcm281xx: add board with Ethernet capability Tom Rini
2014-08-28 18:09 ` [U-Boot] [PATCH v2 1/3] arm: bcm281xx: Add Ethernet Clock support Steve Rae
2014-08-30 15:14 ` [U-Boot] [U-Boot, v2, " Tom Rini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1406950637-19820-3-git-send-email-srae@broadcom.com \
--to=srae@broadcom.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.