mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 00/16] ARM: i.MX: phyCORE/phyFLEX i.MX6 updates
@ 2018-04-12  7:30 Sascha Hauer
  2018-04-12  7:30 ` [PATCH 01/16] ARM: i.MX: phytec-som-imx: Remove kernel and oftree partiton in NAND Sascha Hauer
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: Sascha Hauer @ 2018-04-12  7:30 UTC (permalink / raw)
  To: Barebox List

Some more patches from the Phytec barebox git repository only lacking
the final hit to the send button.

Sascha

Christian Hemp (4):
  ARM: i.MX: phytec-som-imx: Remove kernel and oftree partiton in NAND
  ARM: dts: imx6qdl: phycore: Sync muxing with kernel
  ARM: i.MX: phytec-som-imx6: phycore: Set BUCK mode to SYNC
  ARM: i.MX: phytec-som-imx6: add phyCORE-i.MX6 QuadPlus with 1GiB RAM

Matthias Rabe (3):
  ARM: i.MX: phytec-som-imx: env: automount emmc if available
  ARM: i.MX: phytec-som-imx: env: add boot script for emmc
  ARM: i.MX: phytec-som-imx: env: add android boot options

Stefan Christ (2):
  ARM: i.MX: phytec-som-imx6: add boot device emmc
  ARM: i.MX: phytec-som-imx6: add phyCORE-i.MX6 Solo with 1GiB RAM

Stefan Riedmueller (6):
  ARM: dts: phyCORE-imx6: Add SPINOR env node
  ARM: dts: imx6: phyboard-mira: Add usb support
  ARM: dts: imx6: phyboard-mira: Enable usb host and usb otg port
  ARM: dts: imx6: phyboard-mira: Remove unecessary iomuxc subnode
  ARM: dts: phycore-imx6: Use generic jedec spi nor compatible
  ARM: i.MX: phytec-som-imx6: Change kernel boot image to zImage

michael grassmann (1):
  ARM: i.MX: phyFLEX: Change Ram Timing for i.MX6 DualLite\Solo (400
    MHz)

 arch/arm/boards/phytec-som-imx6/board.c            |  55 ++++-
 .../defaultenv-physom-imx6-phycore/boot/emmc       |   5 +
 .../defaultenv-physom-imx6/boot/emmc               |  10 +
 .../defaultenv-physom-imx6/boot/mmc                |   7 +-
 .../defaultenv-physom-imx6/boot/nand               |  11 +-
 .../defaultenv-physom-imx6/init/automount          |   5 +
 .../flash-header-phytec-pcm058dl-1gib-32bit.imxcfg |   8 +
 .../flash-header-phytec-pcm058qp-1gib.imxcfg       |   8 +
 .../phytec-som-imx6/flash-header-phytec-pcm058qp.h | 112 +++++++++
 .../flash-header-phytec-pfla02dl-1gib-1bank.imxcfg |   2 +-
 .../flash-header-phytec-pfla02dl-1gib.imxcfg       |   2 +-
 .../phytec-som-imx6/flash-header-phytec-pfla02dl.h |   2 +-
 .../flash-header-phytec-pfla02s-128mb-1bank.imxcfg |   2 +-
 .../flash-header-phytec-pfla02s-256mb-1bank.imxcfg |   2 +-
 .../flash-header-phytec-pfla02s-512mb-1bank.imxcfg |   2 +-
 arch/arm/boards/phytec-som-imx6/lowlevel.c         |   2 +
 arch/arm/dts/Makefile                              |   1 +
 arch/arm/dts/imx6dl-phytec-phycore-som-emmc.dts    |   8 +
 arch/arm/dts/imx6dl-phytec-phycore-som-nand.dts    |   8 +
 arch/arm/dts/imx6q-phytec-pcaaxl3.dtsi             |  12 +-
 arch/arm/dts/imx6q-phytec-phycore-som-emmc.dts     |   8 +
 arch/arm/dts/imx6q-phytec-phycore-som-nand.dts     |   8 +
 arch/arm/dts/imx6qdl-phytec-pfla02.dtsi            |  12 +-
 arch/arm/dts/imx6qdl-phytec-phycore-som.dtsi       | 252 ++++++++++++---------
 arch/arm/dts/imx6qp-phytec-phycore-som-nand.dts    |  69 ++++++
 images/Makefile.imx                                |  10 +
 26 files changed, 488 insertions(+), 135 deletions(-)
 create mode 100644 arch/arm/boards/phytec-som-imx6/defaultenv-physom-imx6-phycore/boot/emmc
 create mode 100644 arch/arm/boards/phytec-som-imx6/defaultenv-physom-imx6/boot/emmc
 create mode 100644 arch/arm/boards/phytec-som-imx6/flash-header-phytec-pcm058dl-1gib-32bit.imxcfg
 create mode 100644 arch/arm/boards/phytec-som-imx6/flash-header-phytec-pcm058qp-1gib.imxcfg
 create mode 100644 arch/arm/boards/phytec-som-imx6/flash-header-phytec-pcm058qp.h
 create mode 100644 arch/arm/dts/imx6qp-phytec-phycore-som-nand.dts

-- 
2.16.1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2018-04-12  7:30 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-12  7:30 [PATCH 00/16] ARM: i.MX: phyCORE/phyFLEX i.MX6 updates Sascha Hauer
2018-04-12  7:30 ` [PATCH 01/16] ARM: i.MX: phytec-som-imx: Remove kernel and oftree partiton in NAND Sascha Hauer
2018-04-12  7:30 ` [PATCH 02/16] ARM: i.MX: phytec-som-imx: env: automount emmc if available Sascha Hauer
2018-04-12  7:30 ` [PATCH 03/16] ARM: i.MX: phytec-som-imx: env: add boot script for emmc Sascha Hauer
2018-04-12  7:30 ` [PATCH 04/16] ARM: i.MX: phytec-som-imx: env: add android boot options Sascha Hauer
2018-04-12  7:30 ` [PATCH 05/16] ARM: dts: imx6qdl: phycore: Sync muxing with kernel Sascha Hauer
2018-04-12  7:30 ` [PATCH 06/16] ARM: i.MX: phytec-som-imx6: add boot device emmc Sascha Hauer
2018-04-12  7:30 ` [PATCH 07/16] ARM: i.MX: phytec-som-imx6: phycore: Set BUCK mode to SYNC Sascha Hauer
2018-04-12  7:30 ` [PATCH 08/16] ARM: i.MX: phyFLEX: Change Ram Timing for i.MX6 DualLite\Solo (400 MHz) Sascha Hauer
2018-04-12  7:30 ` [PATCH 09/16] ARM: dts: phyCORE-imx6: Add SPINOR env node Sascha Hauer
2018-04-12  7:30 ` [PATCH 10/16] ARM: i.MX: phytec-som-imx6: add phyCORE-i.MX6 QuadPlus with 1GiB RAM Sascha Hauer
2018-04-12  7:30 ` [PATCH 11/16] ARM: i.MX: phytec-som-imx6: add phyCORE-i.MX6 Solo " Sascha Hauer
2018-04-12  7:30 ` [PATCH 12/16] ARM: dts: imx6: phyboard-mira: Add usb support Sascha Hauer
2018-04-12  7:30 ` [PATCH 13/16] ARM: dts: imx6: phyboard-mira: Enable usb host and usb otg port Sascha Hauer
2018-04-12  7:30 ` [PATCH 14/16] ARM: dts: imx6: phyboard-mira: Remove unecessary iomuxc subnode Sascha Hauer
2018-04-12  7:30 ` [PATCH 15/16] ARM: dts: phycore-imx6: Use generic jedec spi nor compatible Sascha Hauer
2018-04-12  7:30 ` [PATCH 16/16] ARM: i.MX: phytec-som-imx6: Change kernel boot image to zImage Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox