public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/8] ARM: AM335x: Add support for FIT and various platforms
@ 2016-05-10  7:48 Lokesh Vutla
  2016-05-10  7:48 ` [U-Boot] [PATCH 1/8] ARM: AM33xx: configs: Rename am335x_evm to am335xx_evm_nodt defconfig Lokesh Vutla
                   ` (8 more replies)
  0 siblings, 9 replies; 19+ messages in thread
From: Lokesh Vutla @ 2016-05-10  7:48 UTC (permalink / raw)
  To: u-boot

This series adds support for FIT and various AM335x based platforms

BBB: http://pastebin.ubuntu.com/16340189/ 
BBW: http://pastebin.ubuntu.com/16340238/ 
AM335x-evm: http://pastebin.ubuntu.com/16340157/ 
AM335x-evmsk: http://pastebin.ubuntu.com/16340327/

Lokesh Vutla (6):
  ARM: AM33xx: configs: Rename am335x_evm to am335xx_evm_nodt defconfig
  board: am33xx: fit: add support for selecting dtb dynamically
  ARM: dts: am335x-bone: Enable uart and timer
  ARM: AM335x: Enable FIT
  ARM: dts: AM335x-evmsk: Add initial support
  ARM: dts: AM335x-BBG: Add initial support

Mugunthan V N (1):
  ARM: dts: am335x: fix cd-gpios definition as per hardware design and
    dt binding docs

Tom Rini (1):
  configs: am335x_evm: Switch to env on FAT SD by default

 arch/arm/dts/Makefile                |   4 +-
 arch/arm/dts/am335x-bone-common.dtsi |   8 +-
 arch/arm/dts/am335x-bone.dts         |   3 -
 arch/arm/dts/am335x-bonegreen.dts    |  57 +++
 arch/arm/dts/am335x-evm.dts          |   2 +-
 arch/arm/dts/am335x-evmsk.dts        | 720 +++++++++++++++++++++++++++++++++++
 board/ti/am335x/MAINTAINERS          |   2 +-
 board/ti/am335x/board.c              |  18 +
 configs/am335x_evm_defconfig         |  17 +-
 configs/am335x_evm_nodt_defconfig    |  44 +++
 configs/am335x_gp_evm_defconfig      |  46 ---
 include/configs/am335x_evm.h         |  40 +-
 include/dt-bindings/pinctrl/omap.h   |  37 ++
 13 files changed, 919 insertions(+), 79 deletions(-)
 create mode 100644 arch/arm/dts/am335x-bonegreen.dts
 create mode 100644 arch/arm/dts/am335x-evmsk.dts
 create mode 100644 configs/am335x_evm_nodt_defconfig
 delete mode 100644 configs/am335x_gp_evm_defconfig

-- 
2.7.4

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

end of thread, other threads:[~2016-05-13 20:46 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-10  7:48 [U-Boot] [PATCH 0/8] ARM: AM335x: Add support for FIT and various platforms Lokesh Vutla
2016-05-10  7:48 ` [U-Boot] [PATCH 1/8] ARM: AM33xx: configs: Rename am335x_evm to am335xx_evm_nodt defconfig Lokesh Vutla
2016-05-10  7:48 ` [U-Boot] [PATCH 2/8] board: am33xx: fit: add support for selecting dtb dynamically Lokesh Vutla
2016-05-13 20:45   ` Tom Rini
2016-05-10  7:48 ` [U-Boot] [PATCH 3/8] ARM: dts: am335x-bone: Enable uart and timer Lokesh Vutla
2016-05-13 20:46   ` Tom Rini
2016-05-10  7:48 ` [U-Boot] [PATCH 4/8] ARM: AM335x: Enable FIT Lokesh Vutla
2016-05-10  7:48 ` [U-Boot] [PATCH 5/8] ARM: dts: am335x: fix cd-gpios definition as per hardware design and dt binding docs Lokesh Vutla
2016-05-13 20:46   ` Tom Rini
2016-05-10  7:48 ` [U-Boot] [PATCH 6/8] ARM: dts: AM335x-evmsk: Add initial support Lokesh Vutla
2016-05-13 20:46   ` Tom Rini
2016-05-10  7:48 ` [U-Boot] [PATCH 7/8] ARM: dts: AM335x-BBG: " Lokesh Vutla
2016-05-13 20:46   ` Tom Rini
2016-05-10  7:48 ` [U-Boot] [PATCH 8/8] configs: am335x_evm: Switch to env on FAT SD by default Lokesh Vutla
2016-05-11 16:23 ` [U-Boot] [PATCH 0/8] ARM: AM335x: Add support for FIT and various platforms Tom Rini
2016-05-12  5:48   ` Lokesh Vutla
2016-05-12 11:00     ` Tom Rini
2016-05-12 11:07       ` Lokesh Vutla
2016-05-12 11:25         ` Tom Rini

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