[U-Boot] [PATCH v2 0/7] ARM: AM335x: Add support for FIT and various platforms
Lokesh Vutla
lokeshvutla at ti.com
Mon May 16 07:54:23 CEST 2016
This series adds support for FIT and various AM335x based platforms
Link to v1: https://www.mail-archive.com/u-boot%40lists.denx.de/msg212314.html
Lokesh Vutla (5):
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 | 1 -
board/ti/am335x/board.c | 18 +
configs/am335x_evm_defconfig | 17 +-
configs/am335x_gp_evm_defconfig | 46 ---
include/configs/am335x_evm.h | 40 +-
include/dt-bindings/pinctrl/omap.h | 37 ++
12 files changed, 874 insertions(+), 79 deletions(-)
create mode 100644 arch/arm/dts/am335x-bonegreen.dts
create mode 100644 arch/arm/dts/am335x-evmsk.dts
delete mode 100644 configs/am335x_gp_evm_defconfig
--
2.8.2
More information about the U-Boot
mailing list