From: Sascha Hauer <s.hauer@pengutronix.de>
To: barebox@lists.infradead.org
Subject: [PATCH] Phytec phyFLEX i.MX6 support
Date: Mon, 22 Jul 2013 16:06:15 +0200 [thread overview]
Message-ID: <1374501981-27403-1-git-send-email-s.hauer@pengutronix.de> (raw)
This adds Phytec phyFLEX i.MX6 board support and some preliminary patches
to support multiple SDRAM settings per board. Also The FEC address can
now be registered from the i.MX6 OCOTP.
Sascha
----------------------------------------------------------------
Sascha Hauer (6):
scripts: imx-image: allow semicolon as command delimiter
scripts: run imxcfg files through cpp
ARM: dts: i.MX6: Add label for ocotp nodes
ARM: i.MX6: Add ocotp driver
ARM: i.MX6 sabre: register MAC address from dt
ARM: Add Phytec phyFLEX-i.MX6 board support
.../devicetree/bindings/misc/fsl,imx-ocotp.txt | 20 ++++
arch/arm/boards/Makefile | 1 +
arch/arm/boards/freescale-mx6-sabrelite/board.c | 23 -----
arch/arm/boards/freescale-mx6-sabresd/board.c | 22 -----
arch/arm/boards/phytec-pfla02/Makefile | 5 +
arch/arm/boards/phytec-pfla02/board.c | 59 ++++++++++++
.../flash-header-phytec-pfla02-1gib.imxcfg | 6 ++
.../flash-header-phytec-pfla02-2gib.imxcfg | 6 ++
.../phytec-pfla02/flash-header-phytec-pfla02.h | 99 +++++++++++++++++++
arch/arm/boards/phytec-pfla02/lowlevel.c | 57 +++++++++++
arch/arm/configs/imx_v7_defconfig | 1 +
arch/arm/dts/Makefile | 4 +-
arch/arm/dts/imx6q-phytec-pbab01.dts | 69 ++++++++++++++
arch/arm/dts/imx6q-phytec-pfla02.dtsi | 96 +++++++++++++++++++
arch/arm/dts/imx6q-sabrelite.dts | 4 +
arch/arm/dts/imx6qdl-sabresd.dtsi | 4 +
arch/arm/dts/imx6qdl.dtsi | 4 +-
arch/arm/mach-imx/Kconfig | 14 +++
arch/arm/mach-imx/Makefile | 1 +
arch/arm/mach-imx/ocotp.c | 105 +++++++++++++++++++++
images/Makefile.imx | 12 +++
scripts/Makefile.lib | 12 ++-
scripts/imx/imx-image.c | 39 +++++++-
23 files changed, 608 insertions(+), 55 deletions(-)
create mode 100644 Documentation/devicetree/bindings/misc/fsl,imx-ocotp.txt
create mode 100644 arch/arm/boards/phytec-pfla02/Makefile
create mode 100644 arch/arm/boards/phytec-pfla02/board.c
create mode 100644 arch/arm/boards/phytec-pfla02/flash-header-phytec-pfla02-1gib.imxcfg
create mode 100644 arch/arm/boards/phytec-pfla02/flash-header-phytec-pfla02-2gib.imxcfg
create mode 100644 arch/arm/boards/phytec-pfla02/flash-header-phytec-pfla02.h
create mode 100644 arch/arm/boards/phytec-pfla02/lowlevel.c
create mode 100644 arch/arm/dts/imx6q-phytec-pbab01.dts
create mode 100644 arch/arm/dts/imx6q-phytec-pfla02.dtsi
create mode 100644 arch/arm/mach-imx/ocotp.c
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2013-07-22 14:06 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-22 14:06 Sascha Hauer [this message]
2013-07-22 14:06 ` [PATCH 1/6] scripts: imx-image: allow semicolon as command delimiter Sascha Hauer
2013-07-22 14:06 ` [PATCH 2/6] scripts: run imxcfg files through cpp Sascha Hauer
2013-07-22 14:06 ` [PATCH 3/6] ARM: dts: i.MX6: Add label for ocotp nodes Sascha Hauer
2013-07-22 14:06 ` [PATCH 4/6] ARM: i.MX6: Add ocotp driver Sascha Hauer
2013-07-22 14:06 ` [PATCH 5/6] ARM: i.MX6 sabre: register MAC address from dt Sascha Hauer
2013-07-22 14:06 ` [PATCH 6/6] ARM: Add Phytec phyFLEX-i.MX6 board 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=1374501981-27403-1-git-send-email-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