mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Michael Grzeschik <m.grzeschik@pengutronix.de>
To: barebox@lists.infradead.org
Subject: [PATCH 0/3] dove: cubox: ethernet support
Date: Thu, 23 Jan 2014 20:23:27 +0100	[thread overview]
Message-ID: <1390505010-7546-1-git-send-email-m.grzeschik@pengutronix.de> (raw)

Hi,

this series adds ethernet support for the dove-cubox.

I could only test this with barebox being loaded as
second stage bootloader. As the lowlevel image, that
should be loaded via uart into sram, is currently not booting.

Michael Grzeschik (3):
  ARM: mvebu: make dove_memory_find reachable for drivers
  net: mv643xx: add driver support
  ARM: mvebu: add ethernet node

 arch/arm/dts/dove-cubox.dts                  |   4 +
 arch/arm/dts/dove.dtsi                       |  10 +
 arch/arm/mach-mvebu/dove.c                   |   4 +-
 arch/arm/mach-mvebu/include/mach/dove-regs.h |   3 +
 drivers/net/Kconfig                          |   5 +
 drivers/net/Makefile                         |   1 +
 drivers/net/mv643xx.c                        | 714 +++++++++++++++++++++++++++
 drivers/net/mv643xx.h                        | 473 ++++++++++++++++++
 8 files changed, 1212 insertions(+), 2 deletions(-)
 create mode 100644 drivers/net/mv643xx.c
 create mode 100644 drivers/net/mv643xx.h

-- 
1.8.5.2


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

             reply	other threads:[~2014-01-23 19:23 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-23 19:23 Michael Grzeschik [this message]
2014-01-23 19:23 ` [PATCH 1/3] ARM: mvebu: make dove_memory_find reachable for drivers Michael Grzeschik
2014-01-23 19:23 ` [PATCH 2/3] net: mv643xx: add driver support Michael Grzeschik
2014-01-23 22:51   ` Sebastian Hesselbarth
2014-01-24 13:07     ` Michael Grzeschik
2014-01-24 19:17       ` Sebastian Hesselbarth
2014-01-25  9:44         ` Michael Grzeschik
2014-01-25 12:50           ` Sebastian Hesselbarth
2014-01-23 19:23 ` [PATCH 3/3] ARM: mvebu: add ethernet node Michael Grzeschik

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=1390505010-7546-1-git-send-email-m.grzeschik@pengutronix.de \
    --to=m.grzeschik@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox