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 v2 0/3] imx6ul: add Technexion Pico Hobbit support
Date: Fri,  2 Jun 2017 15:18:05 +0200	[thread overview]
Message-ID: <20170602131808.18781-1-m.grzeschik@pengutronix.de> (raw)

This series adds support for the Technexion Pico Hobbit. It also
prepares the TX_CLK_DIR pins for imx6ul platforms. This way it
will not be needed in every imx6ul based board files.

Michael Grzeschik (3):
  ARM: i.MX: setup ENET_TX_CLK_DIR in imx6_init for every imx6ul
  ARM: phytec-som-imx6: remove needles enet refclk setup
  ARM: i.MX6: add Technexion Pico Hobbit support

 arch/arm/boards/Makefile                           |  1 +
 arch/arm/boards/phytec-som-imx6/board.c            | 23 ++-----
 arch/arm/boards/technexion-pico-hobbit/Makefile    |  7 ++
 arch/arm/boards/technexion-pico-hobbit/board.c     | 63 +++++++++++++++++
 .../defaultenv-pico-hobbit/init/automount          | 11 +++
 .../defaultenv-pico-hobbit/network/eth1            | 18 +++++
 .../flash-header-imx6ul-pico-hobbit-256.imxcfg     | 64 ++++++++++++++++++
 .../flash-header-imx6ul-pico-hobbit-512.imxcfg     | 65 ++++++++++++++++++
 arch/arm/boards/technexion-pico-hobbit/lowlevel.c  | 78 ++++++++++++++++++++++
 arch/arm/configs/imx_v7_defconfig                  |  1 +
 arch/arm/dts/Makefile                              |  1 +
 arch/arm/dts/imx6ul-pico-hobbit.dts                | 44 ++++++++++++
 arch/arm/mach-imx/Kconfig                          |  6 ++
 arch/arm/mach-imx/imx6.c                           | 11 +++
 images/Makefile.imx                                | 10 +++
 15 files changed, 384 insertions(+), 19 deletions(-)
 create mode 100644 arch/arm/boards/technexion-pico-hobbit/Makefile
 create mode 100644 arch/arm/boards/technexion-pico-hobbit/board.c
 create mode 100644 arch/arm/boards/technexion-pico-hobbit/defaultenv-pico-hobbit/init/automount
 create mode 100644 arch/arm/boards/technexion-pico-hobbit/defaultenv-pico-hobbit/network/eth1
 create mode 100644 arch/arm/boards/technexion-pico-hobbit/flash-header-imx6ul-pico-hobbit-256.imxcfg
 create mode 100644 arch/arm/boards/technexion-pico-hobbit/flash-header-imx6ul-pico-hobbit-512.imxcfg
 create mode 100644 arch/arm/boards/technexion-pico-hobbit/lowlevel.c
 create mode 100644 arch/arm/dts/imx6ul-pico-hobbit.dts

-- 
2.11.0


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

             reply	other threads:[~2017-06-02 13:18 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-02 13:18 Michael Grzeschik [this message]
2017-06-02 13:18 ` [PATCH v2 1/3] ARM: i.MX: setup ENET_TX_CLK_DIR in imx6_init for every imx6ul Michael Grzeschik
2017-06-02 13:18 ` [PATCH v2 2/3] ARM: phytec-som-imx6: remove needles enet refclk setup Michael Grzeschik
2017-06-02 13:18 ` [PATCH v2 3/3] ARM: i.MX6: add Technexion Pico Hobbit support Michael Grzeschik
2017-06-06  6:18   ` Sascha Hauer
2017-06-06 11:03     ` Michael Grzeschik
2017-06-07  7:40       ` 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=20170602131808.18781-1-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