[U-Boot] [PATCH 0/6] ARM: AM43xx: Enable FIT and EPOS, IDK support

Lokesh Vutla lokeshvutla at ti.com
Mon May 9 13:08:46 CEST 2016


This series adds support for AM43x-EPOS, AM437x-IDK. Also enabled
FIT support for all platforms.

NOTE: Still XIP boot mode and peripheral boot modes uses non-dt as FIT is
not yet supported for these boot modes in SPL.

Tested:
AM437x-GP: 
MMC: http://pastebin.ubuntu.com/16316759/
NAND: http://pastebin.ubuntu.com/16316768/ 
USB_HOST: http://pastebin.ubuntu.com/16316984/ 

AM43x-EPOS:
MMC: http://pastebin.ubuntu.com/16316811/ 
NAND: http://pastebin.ubuntu.com/16316828/ 

AM437x-SK:
MMC: http://pastebin.ubuntu.com/16316912/ 
USB_HOST: http://pastebin.ubuntu.com/16316976/ 

AM437x-IDK:
MMC: http://pastebin.ubuntu.com/16316847/ 

Lokesh Vutla (6):
  ARM: AM43xx: configs: Rename am43xx_evm to am43xx_evm_nodt defconfig
  board: am43xx: fit: add support for selecting dtb dynamically
  ARM: AM43: Enable FIT
  ARM: dts: AM43x-EPOS Initial Support
  ARM: dts: AM437x-IDK Initial Support
  ARM: AM43xx: configs: Update usb host boot defconfig

 arch/arm/dts/Makefile                             |   4 +-
 arch/arm/dts/am437x-idk-evm.dts                   | 420 +++++++++++
 arch/arm/dts/am43x-epos-evm.dts                   | 806 ++++++++++++++++++++++
 board/ti/am43xx/MAINTAINERS                       |   1 +
 board/ti/am43xx/board.c                           |  16 +
 configs/am437x_gp_evm_defconfig                   |  49 --
 configs/am437x_sk_evm_defconfig                   |  53 --
 configs/am43xx_evm_defconfig                      |  18 +-
 configs/am43xx_evm_nodt_defconfig                 |  41 ++
 configs/am43xx_evm_usbhost_boot_defconfig         |  15 +-
 include/dt-bindings/pinctrl/am43xx.h              |   6 +
 include/dt-bindings/sound/tlv320aic31xx-micbias.h |   8 +
 12 files changed, 1330 insertions(+), 107 deletions(-)
 create mode 100644 arch/arm/dts/am437x-idk-evm.dts
 create mode 100644 arch/arm/dts/am43x-epos-evm.dts
 delete mode 100644 configs/am437x_gp_evm_defconfig
 delete mode 100644 configs/am437x_sk_evm_defconfig
 create mode 100644 configs/am43xx_evm_nodt_defconfig
 create mode 100644 include/dt-bindings/sound/tlv320aic31xx-micbias.h

-- 
2.7.4



More information about the U-Boot mailing list