From: Michael Grzeschik <m.grzeschik@pengutronix.de>
To: barebox@lists.infradead.org
Subject: [PATCH v2 0/2] Add support for kontron samx6i boards
Date: Mon, 19 Mar 2018 10:21:18 +0100 [thread overview]
Message-ID: <20180319092120.11773-1-m.grzeschik@pengutronix.de> (raw)
These patches add support for the kontron samx6i smarc modules.
The memory size gets selected by gpio setup in the lowlevel setup.
For this we add some lowlevel gpio input functions.
Michael Grzeschik (2):
ARM: i.MX: Add lowlevel gpio input functions
boards: samx6: add initial support for kontron samx6i
arch/arm/boards/Makefile | 1 +
arch/arm/boards/kontron-samx6i/Makefile | 2 +
arch/arm/boards/kontron-samx6i/board.c | 103 +++++
.../flash-header-samx6i-duallite.imxcfg | 102 +++++
.../kontron-samx6i/flash-header-samx6i-quad.imxcfg | 118 +++++
arch/arm/boards/kontron-samx6i/lowlevel.c | 66 +++
arch/arm/boards/kontron-samx6i/mem.c | 85 ++++
arch/arm/configs/imx_v7_defconfig | 1 +
arch/arm/dts/Makefile | 2 +
arch/arm/dts/imx6dl-samx6i.dts | 20 +
arch/arm/dts/imx6q-samx6i.dts | 20 +
arch/arm/dts/imx6qdl-smarc-samx6i.dtsi | 509 +++++++++++++++++++++
arch/arm/mach-imx/Kconfig | 4 +
arch/arm/mach-imx/include/mach/imx-gpio.h | 46 +-
images/Makefile.imx | 10 +
15 files changed, 1084 insertions(+), 5 deletions(-)
create mode 100644 arch/arm/boards/kontron-samx6i/Makefile
create mode 100644 arch/arm/boards/kontron-samx6i/board.c
create mode 100644 arch/arm/boards/kontron-samx6i/flash-header-samx6i-duallite.imxcfg
create mode 100644 arch/arm/boards/kontron-samx6i/flash-header-samx6i-quad.imxcfg
create mode 100644 arch/arm/boards/kontron-samx6i/lowlevel.c
create mode 100644 arch/arm/boards/kontron-samx6i/mem.c
create mode 100644 arch/arm/dts/imx6dl-samx6i.dts
create mode 100644 arch/arm/dts/imx6q-samx6i.dts
create mode 100644 arch/arm/dts/imx6qdl-smarc-samx6i.dtsi
--
2.16.1
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2018-03-19 9:21 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-19 9:21 Michael Grzeschik [this message]
2018-03-19 9:21 ` [PATCH v2 1/2] ARM: i.MX: Add lowlevel gpio input functions Michael Grzeschik
2018-03-19 9:21 ` [PATCH v2 2/2] boards: samx6: add initial support for kontron samx6i Michael Grzeschik
2018-03-19 11:48 ` Michael Grzeschik
2018-03-21 8:04 ` [PATCH v2 0/2] Add support for kontron samx6i boards 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=20180319092120.11773-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