[U-Boot] [PATCH 0/2] ARM: omap3-beagle{-xm}: evm: Add OF_CONTROL support
Derald D. Woods
woods.technical at gmail.com
Fri Dec 29 16:37:30 UTC 2017
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
More information about the U-Boot
mailing list