public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/9] ARM: ti: am57xx: Add support for latest am57xx boards
@ 2016-11-25  5:44 Lokesh Vutla
  2016-11-25  5:44 ` [U-Boot] [PATCH 1/9] ARM: dts: am57xx: sync DT with latest Linux Lokesh Vutla
                   ` (8 more replies)
  0 siblings, 9 replies; 31+ messages in thread
From: Lokesh Vutla @ 2016-11-25  5:44 UTC (permalink / raw)
  To: u-boot

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

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

end of thread, other threads:[~2016-12-04 23:40 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-25  5:44 [U-Boot] [PATCH 0/9] ARM: ti: am57xx: Add support for latest am57xx boards Lokesh Vutla
2016-11-25  5:44 ` [U-Boot] [PATCH 1/9] ARM: dts: am57xx: sync DT with latest Linux Lokesh Vutla
2016-11-26 16:10   ` Tom Rini
2016-12-03  2:31   ` [U-Boot] [U-Boot, " Tom Rini
2016-12-03 17:09     ` Lokesh Vutla
2016-12-03 18:21       ` Tom Rini
2016-12-04 23:32   ` Tom Rini
2016-11-25  5:44 ` [U-Boot] [PATCH 2/9] board: ti: am57xx: Add support for detection of reva3 variations for GPEVM Lokesh Vutla
2016-11-26 16:11   ` Tom Rini
2016-12-04 23:33   ` [U-Boot] [U-Boot, " Tom Rini
2016-11-25  5:44 ` [U-Boot] [PATCH 3/9] board: ti: am57xx: Add support for detection of X15 revb1 Lokesh Vutla
2016-11-26 16:11   ` Tom Rini
2016-12-04 23:33   ` [U-Boot] [U-Boot, " Tom Rini
2016-11-25  5:44 ` [U-Boot] [PATCH 4/9] board: ti: am57xx: Update SR1.1 RGMII0 iodelay timings for x15/GPEVM Lokesh Vutla
2016-11-26 16:12   ` Tom Rini
2016-12-04 23:34   ` [U-Boot] [U-Boot, " Tom Rini
2016-11-25  5:44 ` [U-Boot] [PATCH 5/9] board: ti: am572x: Add pinmux for X15/GPEVM SR2.0 using latest PMT Lokesh Vutla
2016-11-26 16:12   ` Tom Rini
2016-12-04 23:35   ` [U-Boot] [U-Boot, " Tom Rini
2016-11-25  5:44 ` [U-Boot] [PATCH 6/9] board: ti: am572x-idk: Update pinmux " Lokesh Vutla
2016-11-26 16:13   ` Tom Rini
2016-12-04 23:37   ` [U-Boot] [U-Boot, " Tom Rini
2016-11-25  5:44 ` [U-Boot] [PATCH 7/9] board: ti: am57xx: Add support for the am571x idk Lokesh Vutla
2016-11-26 16:14   ` Tom Rini
2016-12-04 23:39   ` [U-Boot] [U-Boot, " Tom Rini
2016-11-25  5:44 ` [U-Boot] [PATCH 8/9] ARM: dts: AM571x-IDK Initial Support Lokesh Vutla
2016-11-26 16:15   ` Tom Rini
2016-12-04 23:39   ` [U-Boot] [U-Boot,8/9] " Tom Rini
2016-11-25  5:44 ` [U-Boot] [PATCH 9/9] ti_armv7_common: env: Increase IO buffer size Lokesh Vutla
2016-11-26 16:16   ` Tom Rini
2016-12-04 23:40   ` [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