From: Steffen Trumtrar <s.trumtrar@pengutronix.de>
To: barebox@lists.infradead.org
Cc: Steffen Trumtrar <s.trumtrar@pengutronix.de>
Subject: [PATCH v2 0/4] KaRo TX6u support
Date: Wed, 17 Sep 2014 12:25:08 +0200 [thread overview]
Message-ID: <1410949512-16562-1-git-send-email-s.trumtrar@pengutronix.de> (raw)
Hi!
Changes since v1:
- removed clocks.imxcfg -> actually not needed
- removed magic values in flash-header-tx6dl-1g -> not needed
- removed barebox-usdhc-environment
- include imx6qdl.dtsi for pwm aliases
Regards,
Steffen
Sascha Hauer (2):
imx-usb-loader: Skip unknown tags
imx-image: Handle check commands correctly
Steffen Trumtrar (2):
arm: mach-imx: add more ddr register defines
ARM: i.MX6: add support for Karo TX6X family
Documentation/boards/imx/Karo-TX6 | 13 ++
arch/arm/boards/Makefile | 1 +
arch/arm/boards/karo-tx6x/1600mhz_4x128mx16.imxcfg | 101 +++++++++++
arch/arm/boards/karo-tx6x/Makefile | 2 +
arch/arm/boards/karo-tx6x/board.c | 202 +++++++++++++++++++++
.../boards/karo-tx6x/flash-header-tx6dl-1g.imxcfg | 11 ++
arch/arm/boards/karo-tx6x/lowlevel.c | 75 ++++++++
arch/arm/boards/karo-tx6x/ram-base.imxcfg | 71 ++++++++
arch/arm/dts/Makefile | 1 +
arch/arm/dts/imx6dl-tx6u-801x.dts | 65 +++++++
arch/arm/mach-imx/Kconfig | 4 +
arch/arm/mach-imx/include/mach/imx6-ddr-regs.h | 6 +
arch/arm/mach-imx/include/mach/imx6dl-ddr-regs.h | 20 ++
images/Makefile.imx | 5 +
scripts/imx/imx-image.c | 36 ++--
scripts/imx/imx-usb-loader.c | 6 +-
16 files changed, 596 insertions(+), 23 deletions(-)
create mode 100644 Documentation/boards/imx/Karo-TX6
create mode 100644 arch/arm/boards/karo-tx6x/1600mhz_4x128mx16.imxcfg
create mode 100644 arch/arm/boards/karo-tx6x/Makefile
create mode 100644 arch/arm/boards/karo-tx6x/board.c
create mode 100644 arch/arm/boards/karo-tx6x/flash-header-tx6dl-1g.imxcfg
create mode 100644 arch/arm/boards/karo-tx6x/lowlevel.c
create mode 100644 arch/arm/boards/karo-tx6x/ram-base.imxcfg
create mode 100644 arch/arm/dts/imx6dl-tx6u-801x.dts
--
2.1.0
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2014-09-17 10:26 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-17 10:25 Steffen Trumtrar [this message]
2014-09-17 10:25 ` [PATCH v2 1/4] imx-usb-loader: Skip unknown tags Steffen Trumtrar
2014-09-17 10:25 ` [PATCH v2 2/4] imx-image: Handle check commands correctly Steffen Trumtrar
2014-09-17 10:25 ` [PATCH v2 3/4] arm: mach-imx: add more ddr register defines Steffen Trumtrar
2014-09-17 10:25 ` [PATCH v2 4/4] ARM: i.MX6: add support for Karo TX6X family Steffen Trumtrar
2014-09-19 5:45 ` [PATCH v2 0/4] KaRo TX6u 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=1410949512-16562-1-git-send-email-s.trumtrar@pengutronix.de \
--to=s.trumtrar@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