From: Stefan Christ <s.christ@phytec.de>
To: barebox@lists.infradead.org
Subject: [PATCH 00/10] Rework towards phytec-som-imx6 and new variants
Date: Fri, 6 Nov 2015 11:21:48 +0100 [thread overview]
Message-ID: <1446805318-26691-1-git-send-email-s.christ@phytec.de> (raw)
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=y, Size: 8283 bytes --]
Hi,
the patchstack first refactors the phyCARD-i.MX6 and phyFLEX-i.MX6 to a common
phytec-som-imx6. Then some phyFLEX-i.MX6 variants and the new phyCORE-i.MX6 are
added plus some environment updates and one image rename patch.
Mit freundlichen Grüßen / Kind regards,
Stefan Christ
Christian Hemp (3):
ARM: phytec-som-imx6: update environment
ARM: imx6q: Add support for Phytec phyCORE-i.MX6 SOM
ARM: imx6dl: Add support for Phytec phyCORE-i.MX6 SOM
Stefan Christ (7):
ARM: imx6: phycard: use numeric suffix in device tree
boards: Add phytec-som-imx6
ARM: phytec-som-imx6: set loadaddr to start of DDR memory.
ARM: pfla02: append suffix 1bank
ARM: imx6q: pfla02: Add support for 512MiB RAM on one bank
ARM: imx6dl: pfla02: Add support for 128MB and 256MB RAM
ARM: imx6q: pfla02: add phyFLEX-i.MX6 DualLite 1GiB on one bank
arch/arm/boards/Makefile | 3 +-
arch/arm/boards/phytec-phycard-imx6/Makefile | 3 -
arch/arm/boards/phytec-phycard-imx6/board.c | 52 ----
.../defaultenv-phycard-imx6/boot/nand | 7 -
.../defaultenv-phycard-imx6/boot/sd-ext3 | 6 -
.../defaultenv-phycard-imx6/nv/boot.default | 1 -
.../defaultenv-phycard-imx6/nv/hostname | 1 -
arch/arm/boards/phytec-phycard-imx6/lowlevel.c | 69 ------
arch/arm/boards/phytec-phyflex-imx6/Makefile | 3 -
.../defaultenv-phyflex-imx6/boot/sd-ext3 | 6 -
.../defaultenv-phyflex-imx6/nv/boot.default | 1 -
.../defaultenv-phyflex-imx6/nv/hostname | 1 -
arch/arm/boards/phytec-som-imx6/Makefile | 4 +
.../board.c | 82 ++++---
.../defaultenv-physom-imx6-mira}/init/automount | 2 +-
.../defaultenv-physom-imx6/boot/mmc | 5 +
.../defaultenv-physom-imx6}/boot/nand | 1 -
.../defaultenv-physom-imx6/boot/spi | 5 +
.../defaultenv-physom-imx6}/init/automount | 0
.../defaultenv-physom-imx6/init/bootsource | 15 ++
.../flash-header-phytec-pcaaxl3-1gib-1bank.imxcfg | 0
.../flash-header-phytec-pcaaxl3-1gib.imxcfg | 0
.../flash-header-phytec-pcaaxl3-2gib.imxcfg | 0
.../flash-header-phytec-pcaaxl3.h | 2 +-
.../flash-header-phytec-pcm058-1gib.imxcfg | 8 +
.../phytec-som-imx6/flash-header-phytec-pcm058.h | 102 ++++++++
.../flash-header-phytec-pcm058dl-256mb.imxcfg | 8 +
.../phytec-som-imx6/flash-header-phytec-pcm058dl.h | 98 ++++++++
.../flash-header-phytec-pfla02-1gib-1bank.imxcfg | 0
.../flash-header-phytec-pfla02-1gib.imxcfg | 0
.../flash-header-phytec-pfla02-2gib.imxcfg | 0
.../flash-header-phytec-pfla02-4gib.imxcfg | 0
.../flash-header-phytec-pfla02-512mb-1bank.imxcfg | 8 +
.../flash-header-phytec-pfla02.h | 2 +-
.../flash-header-phytec-pfla02dl-1gib-1bank.imxcfg | 8 +
.../flash-header-phytec-pfla02dl-1gib.imxcfg | 0
.../flash-header-phytec-pfla02dl.h | 2 +-
.../flash-header-phytec-pfla02s-128mb-1bank.imxcfg | 8 +
.../flash-header-phytec-pfla02s-256mb-1bank.imxcfg | 8 +
...flash-header-phytec-pfla02s-512mb-1bank.imxcfg} | 0
.../lowlevel.c | 30 ++-
arch/arm/configs/imx_v7_defconfig | 3 +-
arch/arm/dts/Makefile | 11 +-
arch/arm/dts/imx6dl-phytec-phycore-som-nand.dts | 61 +++++
arch/arm/dts/imx6q-phytec-pcaaxl3.dtsi | 2 +-
arch/arm/dts/imx6q-phytec-phycore-som-emmc.dts | 50 ++++
arch/arm/dts/imx6q-phytec-phycore-som-nand.dts | 72 ++++++
arch/arm/dts/imx6qdl-phytec-phycore-som.dtsi | 266 +++++++++++++++++++++
arch/arm/mach-imx/Kconfig | 11 +-
images/Makefile.imx | 109 ++++++---
50 files changed, 892 insertions(+), 244 deletions(-)
delete mode 100644 arch/arm/boards/phytec-phycard-imx6/Makefile
delete mode 100644 arch/arm/boards/phytec-phycard-imx6/board.c
delete mode 100644 arch/arm/boards/phytec-phycard-imx6/defaultenv-phycard-imx6/boot/nand
delete mode 100644 arch/arm/boards/phytec-phycard-imx6/defaultenv-phycard-imx6/boot/sd-ext3
delete mode 100644 arch/arm/boards/phytec-phycard-imx6/defaultenv-phycard-imx6/nv/boot.default
delete mode 100644 arch/arm/boards/phytec-phycard-imx6/defaultenv-phycard-imx6/nv/hostname
delete mode 100644 arch/arm/boards/phytec-phycard-imx6/lowlevel.c
delete mode 100644 arch/arm/boards/phytec-phyflex-imx6/Makefile
delete mode 100644 arch/arm/boards/phytec-phyflex-imx6/defaultenv-phyflex-imx6/boot/sd-ext3
delete mode 100644 arch/arm/boards/phytec-phyflex-imx6/defaultenv-phyflex-imx6/nv/boot.default
delete mode 100644 arch/arm/boards/phytec-phyflex-imx6/defaultenv-phyflex-imx6/nv/hostname
create mode 100644 arch/arm/boards/phytec-som-imx6/Makefile
rename arch/arm/boards/{phytec-phyflex-imx6 => phytec-som-imx6}/board.c (61%)
rename arch/arm/boards/{phytec-phyflex-imx6/defaultenv-phyflex-imx6 => phytec-som-imx6/defaultenv-physom-imx6-mira}/init/automount (73%)
create mode 100644 arch/arm/boards/phytec-som-imx6/defaultenv-physom-imx6/boot/mmc
rename arch/arm/boards/{phytec-phyflex-imx6/defaultenv-phyflex-imx6 => phytec-som-imx6/defaultenv-physom-imx6}/boot/nand (93%)
create mode 100644 arch/arm/boards/phytec-som-imx6/defaultenv-physom-imx6/boot/spi
rename arch/arm/boards/{phytec-phycard-imx6/defaultenv-phycard-imx6 => phytec-som-imx6/defaultenv-physom-imx6}/init/automount (100%)
create mode 100644 arch/arm/boards/phytec-som-imx6/defaultenv-physom-imx6/init/bootsource
rename arch/arm/boards/{phytec-phycard-imx6 => phytec-som-imx6}/flash-header-phytec-pcaaxl3-1gib-1bank.imxcfg (100%)
rename arch/arm/boards/{phytec-phycard-imx6 => phytec-som-imx6}/flash-header-phytec-pcaaxl3-1gib.imxcfg (100%)
rename arch/arm/boards/{phytec-phycard-imx6 => phytec-som-imx6}/flash-header-phytec-pcaaxl3-2gib.imxcfg (100%)
rename arch/arm/boards/{phytec-phycard-imx6 => phytec-som-imx6}/flash-header-phytec-pcaaxl3.h (99%)
create mode 100644 arch/arm/boards/phytec-som-imx6/flash-header-phytec-pcm058-1gib.imxcfg
create mode 100644 arch/arm/boards/phytec-som-imx6/flash-header-phytec-pcm058.h
create mode 100644 arch/arm/boards/phytec-som-imx6/flash-header-phytec-pcm058dl-256mb.imxcfg
create mode 100644 arch/arm/boards/phytec-som-imx6/flash-header-phytec-pcm058dl.h
rename arch/arm/boards/{phytec-phyflex-imx6 => phytec-som-imx6}/flash-header-phytec-pfla02-1gib-1bank.imxcfg (100%)
rename arch/arm/boards/{phytec-phyflex-imx6 => phytec-som-imx6}/flash-header-phytec-pfla02-1gib.imxcfg (100%)
rename arch/arm/boards/{phytec-phyflex-imx6 => phytec-som-imx6}/flash-header-phytec-pfla02-2gib.imxcfg (100%)
rename arch/arm/boards/{phytec-phyflex-imx6 => phytec-som-imx6}/flash-header-phytec-pfla02-4gib.imxcfg (100%)
create mode 100644 arch/arm/boards/phytec-som-imx6/flash-header-phytec-pfla02-512mb-1bank.imxcfg
rename arch/arm/boards/{phytec-phyflex-imx6 => phytec-som-imx6}/flash-header-phytec-pfla02.h (99%)
create mode 100644 arch/arm/boards/phytec-som-imx6/flash-header-phytec-pfla02dl-1gib-1bank.imxcfg
rename arch/arm/boards/{phytec-phyflex-imx6 => phytec-som-imx6}/flash-header-phytec-pfla02dl-1gib.imxcfg (100%)
rename arch/arm/boards/{phytec-phyflex-imx6 => phytec-som-imx6}/flash-header-phytec-pfla02dl.h (99%)
create mode 100644 arch/arm/boards/phytec-som-imx6/flash-header-phytec-pfla02s-128mb-1bank.imxcfg
create mode 100644 arch/arm/boards/phytec-som-imx6/flash-header-phytec-pfla02s-256mb-1bank.imxcfg
rename arch/arm/boards/{phytec-phyflex-imx6/flash-header-phytec-pfla02s-512mb.imxcfg => phytec-som-imx6/flash-header-phytec-pfla02s-512mb-1bank.imxcfg} (100%)
rename arch/arm/boards/{phytec-phyflex-imx6 => phytec-som-imx6}/lowlevel.c (56%)
create mode 100644 arch/arm/dts/imx6dl-phytec-phycore-som-nand.dts
create mode 100644 arch/arm/dts/imx6q-phytec-phycore-som-emmc.dts
create mode 100644 arch/arm/dts/imx6q-phytec-phycore-som-nand.dts
create mode 100644 arch/arm/dts/imx6qdl-phytec-phycore-som.dtsi
--
1.9.1
[-- Attachment #2: Type: text/plain, Size: 149 bytes --]
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2015-11-06 10:22 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-06 10:21 Stefan Christ [this message]
2015-11-06 10:21 ` [PATCH 01/10] ARM: imx6: phycard: use numeric suffix in device tree Stefan Christ
2015-11-06 10:21 ` [PATCH 02/10] boards: Add phytec-som-imx6 Stefan Christ
2015-11-06 10:21 ` [PATCH 03/10] ARM: phytec-som-imx6: set loadaddr to start of DDR memory Stefan Christ
2015-11-06 10:21 ` [PATCH 04/10] ARM: phytec-som-imx6: update environment Stefan Christ
2015-11-06 10:21 ` [PATCH 05/10] ARM: pfla02: append suffix 1bank Stefan Christ
2015-11-06 10:21 ` [PATCH 06/10] ARM: imx6q: pfla02: Add support for 512MiB RAM on one bank Stefan Christ
2015-11-06 10:21 ` [PATCH 07/10] ARM: imx6dl: pfla02: Add support for 128MB and 256MB RAM Stefan Christ
2015-11-06 10:21 ` [PATCH 08/10] ARM: imx6q: pfla02: add phyFLEX-i.MX6 DualLite 1GiB on one bank Stefan Christ
2015-11-06 10:21 ` [PATCH 09/10] ARM: imx6q: Add support for Phytec phyCORE-i.MX6 SOM Stefan Christ
2015-11-06 10:21 ` [PATCH 10/10] ARM: imx6dl: " Stefan Christ
2015-11-09 6:45 ` Sascha Hauer
2015-11-09 8:50 ` Stefan Christ
2015-11-09 6:49 ` [PATCH 00/10] Rework towards phytec-som-imx6 and new variants Sascha Hauer
2015-11-09 12:09 ` Stefan Christ
2015-11-10 8:36 ` 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=1446805318-26691-1-git-send-email-s.christ@phytec.de \
--to=s.christ@phytec.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