[U-Boot] [PATCH 0/3] ARM: omap3: evm: Add OF_CONTROL support

Derald D. Woods woods.technical at gmail.com
Sat Dec 16 20:14:47 UTC 2017


This series adds OF_CONTROL support for TMDSEVM{3530,3730} and
additionally updates ethaddr setup with smc911x initialization.

Devicetree files are taken from Linux v4.15-rc3. Note that this is the
first addition of OMAP34XX devicetree files.

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

--- 8< -----------------------------------------------------------------
U-Boot SPL 2018.01-rc1-00177-g27f9740bcf (Dec 16 2017 - 13:13:10)
Trying to boot from MMC1
reading u-boot.img
reading u-boot.img


U-Boot 2018.01-rc1-00177-g27f9740bcf (Dec 16 2017 - 13:13:10 -0600)

OMAP3530-GP ES3.1, CPU-OPP2, L3-165MHz, Max CPU Clock 720 MHz
Model: TI OMAP35XX EVM (TMDSEVM3530)
OMAP3 EVM board + LPDDR/NAND
I2C:   ready
DRAM:  256 MiB
NAND:  256 MiB
MMC:   OMAP SD/MMC: 0
Read back SMSC id 0x92200000
OMAP die ID: 265a002400000000040365fa1801b01f
Net:   smc911x-0
starting USB...
USB0:   USB EHCI 1.00
scanning bus 0 for devices... 1 USB Device(s) found
Hit any key to stop autoboot:  0 
OMAP3_EVM # echo $stdin;echo $stdout;echo $stderr
serial at 4806a000
serial at 4806a000
serial at 4806a000
--- 8< -----------------------------------------------------------------


Derald D. Woods (3):
  ARM: dts: omap3-evm: Add support for TMDSEVM{3530,3730}
  ARM: dts: omap3-evm: Enable DM and devicetree for TMDSEVM{3530,3730}
  ARM: omap3: evm: Refactor 'board_eth_init'

 arch/arm/dts/Makefile                           |   4 +
 arch/arm/dts/omap-gpmc-smsc911x.dtsi            |  55 ++++++
 arch/arm/dts/omap3-evm-37xx-u-boot.dtsi         |  29 ++++
 arch/arm/dts/omap3-evm-37xx.dts                 | 110 ++++++++++++
 arch/arm/dts/omap3-evm-common.dtsi              | 195 +++++++++++++++++++++
 arch/arm/dts/omap3-evm-processor-common.dtsi    | 216 ++++++++++++++++++++++++
 arch/arm/dts/omap3-evm-u-boot.dtsi              |  29 ++++
 arch/arm/dts/omap3-evm.dts                      |  89 ++++++++++
 arch/arm/dts/omap3-panel-sharp-ls037v7dw01.dtsi |  73 ++++++++
 arch/arm/dts/omap34xx.dtsi                      |  84 +++++++++
 arch/arm/mach-omap2/omap3/Kconfig               |   4 +
 board/ti/evm/evm.c                              |  24 +--
 configs/omap3_evm_defconfig                     |   9 +-
 include/configs/omap3_evm.h                     |   2 -
 14 files changed, 896 insertions(+), 27 deletions(-)
 create mode 100644 arch/arm/dts/omap-gpmc-smsc911x.dtsi
 create mode 100644 arch/arm/dts/omap3-evm-37xx-u-boot.dtsi
 create mode 100644 arch/arm/dts/omap3-evm-37xx.dts
 create mode 100644 arch/arm/dts/omap3-evm-common.dtsi
 create mode 100644 arch/arm/dts/omap3-evm-processor-common.dtsi
 create mode 100644 arch/arm/dts/omap3-evm-u-boot.dtsi
 create mode 100644 arch/arm/dts/omap3-evm.dts
 create mode 100644 arch/arm/dts/omap3-panel-sharp-ls037v7dw01.dtsi
 create mode 100644 arch/arm/dts/omap34xx.dtsi

-- 
2.15.1



More information about the U-Boot mailing list