mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Sascha Hauer <s.hauer@pengutronix.de>
To: Barebox List <barebox@lists.infradead.org>
Subject: [PATCH v2] Add i.MX6ull EVK Support
Date: Thu, 28 Sep 2017 12:15:29 +0200	[thread overview]
Message-ID: <20170928101531.5333-1-s.hauer@pengutronix.de> (raw)

Changes since last version:

- integrate comments from Lucas
- Drop IMX6ULL symbol

----------------------------------------------------------------
Sascha Hauer (2):
      ARM: i.MX6ul: Add SoC specific lowlevel_init function
      ARM: Add i.MX6ull evk support

 arch/arm/boards/Makefile                           |  1 +
 arch/arm/boards/nxp-imx6ull-evk/Makefile           |  2 +
 arch/arm/boards/nxp-imx6ull-evk/board.c            | 50 +++++++++++++++
 .../flash-header-nxp-imx6ull-evk.imxcfg            | 75 ++++++++++++++++++++++
 arch/arm/boards/nxp-imx6ull-evk/lowlevel.c         | 74 +++++++++++++++++++++
 arch/arm/boards/phytec-som-imx6/lowlevel.c         |  2 +-
 arch/arm/boards/technexion-pico-hobbit/lowlevel.c  |  2 +-
 arch/arm/cpu/lowlevel.S                            |  7 ++
 arch/arm/dts/Makefile                              |  1 +
 arch/arm/dts/imx6ull-14x14-evk.dts                 | 29 +++++++++
 arch/arm/include/asm/barebox-arm-head.h            |  1 +
 arch/arm/mach-imx/Kconfig                          |  8 +++
 arch/arm/mach-imx/cpu_init.c                       |  7 ++
 arch/arm/mach-imx/include/mach/generic.h           |  1 +
 arch/arm/mach-imx/include/mach/imx6-regs.h         |  1 +
 images/Makefile.imx                                |  5 ++
 16 files changed, 264 insertions(+), 2 deletions(-)
 create mode 100644 arch/arm/boards/nxp-imx6ull-evk/Makefile
 create mode 100644 arch/arm/boards/nxp-imx6ull-evk/board.c
 create mode 100644 arch/arm/boards/nxp-imx6ull-evk/flash-header-nxp-imx6ull-evk.imxcfg
 create mode 100644 arch/arm/boards/nxp-imx6ull-evk/lowlevel.c
 create mode 100644 arch/arm/dts/imx6ull-14x14-evk.dts

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

             reply	other threads:[~2017-09-28 10:15 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-28 10:15 Sascha Hauer [this message]
2017-09-28 10:15 ` [PATCH 1/2] ARM: i.MX6ul: Add SoC specific lowlevel_init function Sascha Hauer
2017-09-28 10:15 ` [PATCH 2/2] ARM: Add i.MX6ull evk 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=20170928101531.5333-1-s.hauer@pengutronix.de \
    --to=s.hauer@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