[U-Boot] [PATCH 0/3] device model bringup of AM335x bbw and sk-evm

Mugunthan V N mugunthanvnm at ti.com
Mon Feb 29 14:58:26 CET 2016


This patch series enables Driver Model and Device tree usage for
AM335x Beagle Bone White and AM335x EVMsk tested it on same with
loading file from MMC and over TFTP. (Loga [1]). Also pushed a
branch [2] for reference.

[1]: http://pastebin.ubuntu.com/15243394/
[2]: git://git.ti.com/~mugunthanvnm/ti-u-boot/mugunth-ti-u-boot.git am335x-dm

Mugunthan V N (3):
  include: configs: am335x_evm: add FAT_ENV configs when env is in fat
  am335x-bbw: Add am335x_bone_defconfig using CONFIG_DM
  am437x-sk: add am335x_gp_evm_defconfig using CONFIG_DM

 arch/arm/dts/Makefile           |   5 +-
 arch/arm/dts/am335x-evmsk.dts   | 720 ++++++++++++++++++++++++++++++++++++++++
 configs/am335x_bone_defconfig   |  27 ++
 configs/am335x_sk_evm_defconfig |  27 ++
 include/configs/am335x_evm.h    |   6 +
 5 files changed, 784 insertions(+), 1 deletion(-)
 create mode 100644 arch/arm/dts/am335x-evmsk.dts
 create mode 100644 configs/am335x_bone_defconfig
 create mode 100644 configs/am335x_sk_evm_defconfig

-- 
2.7.2.333.g70bd996



More information about the U-Boot mailing list