[PATCH 00/10] Rework towards phytec-som-imx6 and new variants

Stefan Christ s.christ at phytec.de
Fri Nov 6 02:21:48 PST 2015


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




More information about the barebox mailing list