mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] Phytec phyFLEX i.MX6 support
@ 2013-07-22 14:06 Sascha Hauer
  2013-07-22 14:06 ` [PATCH 1/6] scripts: imx-image: allow semicolon as command delimiter Sascha Hauer
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Sascha Hauer @ 2013-07-22 14:06 UTC (permalink / raw)
  To: barebox


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

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

end of thread, other threads:[~2013-07-22 14:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-22 14:06 [PATCH] Phytec phyFLEX i.MX6 support Sascha Hauer
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

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