mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: "Teresa Gámez" <t.gamez@phytec.de>
To: barebox@lists.infradead.org
Subject: [PATCH 0/4] Add phyFLEX-AM335x support
Date: Tue, 7 Oct 2014 10:40:33 +0200	[thread overview]
Message-ID: <1412671237-46551-1-git-send-email-t.gamez@phytec.de> (raw)

This patchset adds phyFLEX-AM335x support. This is
based on Jan's work and was rewitten for device
tree and multi image support by Stefan. I cleaned up the
code and rebased it to master.

Teresa

Jan Weitzel (2):
  net: cpsw: Allow gigabit connection
  net: micrel: Add ksz8081 support

Stefan Müller-Klieser (2):
  boards: Add phytec-phyflex-am335x
  pfla03: add to am335x_defconfig

 arch/arm/boards/Makefile                           |   1 +
 arch/arm/boards/phytec-phyflex-am335x/Makefile     |   3 +
 arch/arm/boards/phytec-phyflex-am335x/board.c      | 100 ++++++
 .../defaultenv-phyflex-am335x/boot/mmc             |   8 +
 .../defaultenv-phyflex-am335x/boot/nand            |   8 +
 .../defaultenv-phyflex-am335x/boot/spi             |   8 +
 .../defaultenv-phyflex-am335x/config-board         |  17 +
 arch/arm/boards/phytec-phyflex-am335x/lowlevel.c   | 180 +++++++++++
 arch/arm/configs/am335x_defconfig                  |   1 +
 arch/arm/configs/am335x_mlo_defconfig              |   1 +
 arch/arm/dts/Makefile                              |   1 +
 arch/arm/dts/am335x-phytec-phyflex.dts             | 356 +++++++++++++++++++++
 arch/arm/mach-omap/Kconfig                         |   5 +
 drivers/net/cpsw.c                                 |   3 +-
 drivers/net/phy/micrel.c                           |  10 +-
 images/Makefile.am33xx                             |  12 +
 16 files changed, 711 insertions(+), 3 deletions(-)
 create mode 100644 arch/arm/boards/phytec-phyflex-am335x/Makefile
 create mode 100644 arch/arm/boards/phytec-phyflex-am335x/board.c
 create mode 100644 arch/arm/boards/phytec-phyflex-am335x/defaultenv-phyflex-am335x/boot/mmc
 create mode 100644 arch/arm/boards/phytec-phyflex-am335x/defaultenv-phyflex-am335x/boot/nand
 create mode 100644 arch/arm/boards/phytec-phyflex-am335x/defaultenv-phyflex-am335x/boot/spi
 create mode 100644 arch/arm/boards/phytec-phyflex-am335x/defaultenv-phyflex-am335x/config-board
 create mode 100644 arch/arm/boards/phytec-phyflex-am335x/lowlevel.c
 create mode 100644 arch/arm/dts/am335x-phytec-phyflex.dts

-- 
1.9.1


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

             reply	other threads:[~2014-10-07  8:41 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-07  8:40 Teresa Gámez [this message]
2014-10-07  8:40 ` [PATCH 1/4] net: cpsw: Allow gigabit connection Teresa Gámez
2014-10-07  8:40 ` [PATCH 2/4] net: micrel: Add ksz8081 support Teresa Gámez
2014-10-07  8:40 ` [PATCH 3/4] boards: Add phytec-phyflex-am335x Teresa Gámez
2014-10-07  8:40 ` [PATCH 4/4] pfla03: add to am335x_defconfig Teresa Gámez
2014-10-08  9:11 ` [PATCH 0/4] Add phyFLEX-AM335x support Sascha Hauer

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=1412671237-46551-1-git-send-email-t.gamez@phytec.de \
    --to=t.gamez@phytec.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