[U-Boot] [PATCH 0/9] ARM: ti: am57xx: Add support for latest am57xx boards

Lokesh Vutla lokeshvutla at ti.com
Fri Nov 25 06:44:17 CET 2016


This series adds support for:
- AM572x-GP evm revA3
- BeagleBoard-X15 revb1
- AM571x-IDK
Also update the pinmux using the latest PMT for AM572x-IDK.

Logs:
AM572x-GP evm revA3: http://pastebin.ubuntu.com/23530844/
AM572x-IDK: http://pastebin.ubuntu.com/23530850/
AM571x-IDK: http://pastebin.ubuntu.com/23530858/

Lokesh Vutla (4):
  ARM: dts: am57xx: sync DT with latest Linux
  board: ti: am57xx: Add support for detection of X15 revb1
  board: ti: am572x-idk: Update pinmux using latest PMT
  ti_armv7_common: env: Increase IO buffer size

Nishanth Menon (3):
  board: ti: am57xx: Add support for detection of reva3 variations for
    GPEVM
  board: ti: am57xx: Update SR1.1 RGMII0 iodelay timings for x15/GPEVM
  board: ti: am572x: Add pinmux for X15/GPEVM SR2.0 using latest PMT

Schuyler Patton (1):
  ARM: dts: AM571x-IDK Initial Support

Steve Kipisz (1):
  board: ti: am57xx: Add support for the am571x idk

 arch/arm/dts/Makefile                        |   4 +-
 arch/arm/dts/am571x-idk.dts                  |  81 +++
 arch/arm/dts/am572x-idk.dts                  |   6 +-
 arch/arm/dts/am57xx-beagle-x15-common.dtsi   | 600 +++++++++++++++++
 arch/arm/dts/am57xx-beagle-x15-revb1.dts     |  24 +
 arch/arm/dts/am57xx-beagle-x15.dts           | 689 +-------------------
 arch/arm/dts/am57xx-commercial-grade.dtsi    |  23 +
 arch/arm/dts/am57xx-idk-common.dtsi          |  40 +-
 arch/arm/dts/am57xx-industrial-grade.dtsi    |  23 +
 arch/arm/include/asm/arch-omap5/mux_dra7xx.h |   2 +-
 board/ti/am57xx/board.c                      | 105 ++-
 board/ti/am57xx/mux_data.h                   | 926 +++++++++++++++++++--------
 configs/am57xx_evm_defconfig                 |   2 +-
 include/configs/ti_armv7_common.h            |   2 +-
 include/configs/ti_omap5_common.h            |   6 +
 15 files changed, 1526 insertions(+), 1007 deletions(-)
 create mode 100644 arch/arm/dts/am571x-idk.dts
 create mode 100644 arch/arm/dts/am57xx-beagle-x15-common.dtsi
 create mode 100644 arch/arm/dts/am57xx-beagle-x15-revb1.dts
 create mode 100644 arch/arm/dts/am57xx-commercial-grade.dtsi
 create mode 100644 arch/arm/dts/am57xx-industrial-grade.dtsi

-- 
2.10.1



More information about the U-Boot mailing list