[U-Boot] [PATCH 0/8] ARM: AM335x: Add support for FIT and various platforms

Lokesh Vutla lokeshvutla at ti.com
Tue May 10 09:48:16 CEST 2016


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



More information about the U-Boot mailing list