All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/5] arm: i.MX6: SabreSD: Add initial dts support
@ 2017-03-30  9:58 Jagan Teki
  2017-03-30  9:58 ` [U-Boot] [PATCH 1/5] arm: dts: i.MX6: Add imx6qdl-sabresd.dtsi Jagan Teki
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Jagan Teki @ 2017-03-30  9:58 UTC (permalink / raw)
  To: u-boot

From: Jagan Teki <jagan@amarulasolutions.com>

This series add initial devicetree support for i.MX6 Quad and Quad Plus
SabreSD boards. Since fdt require some more time to stable, this series
add new defconfigs for quad and quadplus boards by make other deconfigs
unchange.

Once more fdt nodes and proper testing is done, the legacy defconfigs
along with other imximage files will remove.

thanks!
Jagan.

Jagan Teki (5):
  arm: dts: i.MX6: Add imx6qdl-sabresd.dtsi
  arm: dts: imx6qdl-sabresd: Add imx6q-sabresd.dts
  arm: imx6q: sabresd: Add initial devicetree support
  arm: dts: imx6qdl-sabresd: Add imx6qp-sabresd.dts
  arm: imx6qp: sabresd: Add initial devicetree support

 arch/arm/dts/Makefile                   |   2 +
 arch/arm/dts/imx6q-sabresd.dts          |  21 ++++++
 arch/arm/dts/imx6qdl-sabresd.dtsi       | 113 +++++++++++++++++++++++++++++
 arch/arm/dts/imx6qp-sabresd.dts         |  85 ++++++++++++++++++++++
 board/freescale/mx6sabresd/MAINTAINERS  |   2 +
 board/freescale/mx6sabresd/mx6sabresd.c | 122 +++++++++++++++++++++-----------
 configs/imx6q_sabresd_defconfig         |  59 +++++++++++++++
 configs/imx6qp_sabresd_defconfig        |  60 ++++++++++++++++
 include/configs/mx6sabresd.h            |   4 ++
 9 files changed, 428 insertions(+), 40 deletions(-)
 create mode 100644 arch/arm/dts/imx6q-sabresd.dts
 create mode 100644 arch/arm/dts/imx6qdl-sabresd.dtsi
 create mode 100644 arch/arm/dts/imx6qp-sabresd.dts
 create mode 100644 configs/imx6q_sabresd_defconfig
 create mode 100644 configs/imx6qp_sabresd_defconfig

-- 
1.9.1

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

end of thread, other threads:[~2017-03-30  9:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-30  9:58 [U-Boot] [PATCH 0/5] arm: i.MX6: SabreSD: Add initial dts support Jagan Teki
2017-03-30  9:58 ` [U-Boot] [PATCH 1/5] arm: dts: i.MX6: Add imx6qdl-sabresd.dtsi Jagan Teki
2017-03-30  9:58 ` [U-Boot] [PATCH 2/5] arm: dts: imx6qdl-sabresd: Add imx6q-sabresd.dts Jagan Teki
2017-03-30  9:58 ` [U-Boot] [PATCH 3/5] arm: imx6q: sabresd: Add initial devicetree support Jagan Teki
2017-03-30  9:59 ` [U-Boot] [PATCH 4/5] arm: dts: imx6qdl-sabresd: Add imx6qp-sabresd.dts Jagan Teki
2017-03-30  9:59 ` [U-Boot] [PATCH 5/5] arm: imx6qp: sabresd: Add initial devicetree support Jagan Teki

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.