public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/2] ARM: omap3-beagle{-xm}: evm: Add OF_CONTROL support
@ 2017-12-29 16:37 Derald D. Woods
  2017-12-29 16:37 ` [U-Boot] [PATCH 1/2] ARM: dts: omap3-beagle{-xm}: Add support for BeagleBoard Derald D. Woods
  2017-12-29 16:37 ` [U-Boot] [PATCH 2/2] ARM: dts: omap3-beagle{-xm}: Enable DM and devicetree " Derald D. Woods
  0 siblings, 2 replies; 5+ messages in thread
From: Derald D. Woods @ 2017-12-29 16:37 UTC (permalink / raw)
  To: u-boot

This series adds OF_CONTROL support for BeagleBoard and BeagleBoard-xM.

Devicetree files are taken from Linux v4.15-rc5.

Note that this is a follow-up to this previous patch series:

https://lists.denx.de/pipermail/u-boot/2017-December/314672.html

Tested using GCC 7.2.0 [--with-float=hard --with-mode=thumb]

Derald D. Woods (2):
  ARM: dts: omap3-beagle{-xm}: Add support for BeagleBoard
  ARM: dts: omap3-beagle{-xm}: Enable DM and devicetree for BeagleBoard

 arch/arm/dts/Makefile                       |   5 +
 arch/arm/dts/omap3-beagle-u-boot.dtsi       |  29 ++
 arch/arm/dts/omap3-beagle-xm-ab-u-boot.dtsi |  29 ++
 arch/arm/dts/omap3-beagle-xm-ab.dts         |  16 +
 arch/arm/dts/omap3-beagle-xm-u-boot.dtsi    |  29 ++
 arch/arm/dts/omap3-beagle-xm.dts            | 409 ++++++++++++++++++++++++++
 arch/arm/dts/omap3-beagle.dts               | 436 ++++++++++++++++++++++++++++
 board/ti/beagle/beagle.c                    |  11 +
 configs/omap3_beagle_defconfig              |   5 +
 include/configs/omap3_beagle.h              | 145 ++++-----
 10 files changed, 1022 insertions(+), 92 deletions(-)
 create mode 100644 arch/arm/dts/omap3-beagle-u-boot.dtsi
 create mode 100644 arch/arm/dts/omap3-beagle-xm-ab-u-boot.dtsi
 create mode 100644 arch/arm/dts/omap3-beagle-xm-ab.dts
 create mode 100644 arch/arm/dts/omap3-beagle-xm-u-boot.dtsi
 create mode 100644 arch/arm/dts/omap3-beagle-xm.dts
 create mode 100644 arch/arm/dts/omap3-beagle.dts

-- 
2.15.1

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

end of thread, other threads:[~2018-01-19 21:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-29 16:37 [U-Boot] [PATCH 0/2] ARM: omap3-beagle{-xm}: evm: Add OF_CONTROL support Derald D. Woods
2017-12-29 16:37 ` [U-Boot] [PATCH 1/2] ARM: dts: omap3-beagle{-xm}: Add support for BeagleBoard Derald D. Woods
2018-01-19 21:13   ` [U-Boot] [U-Boot, " Tom Rini
2017-12-29 16:37 ` [U-Boot] [PATCH 2/2] ARM: dts: omap3-beagle{-xm}: Enable DM and devicetree " Derald D. Woods
2018-01-19 21:13   ` [U-Boot] [U-Boot, " Tom Rini

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