]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
keystone2: k2l-evm: add board support
authorHao Zhang <hzhang@ti.com>
Wed, 22 Oct 2014 13:32:33 +0000 (16:32 +0300)
committerTom Rini <trini@ti.com>
Thu, 23 Oct 2014 15:27:05 +0000 (11:27 -0400)
commit345af534561a2c111ef1160cb8f25ba787d7e949
treec60ed771f21b1def5c920dd6eafeb941dfa4ce38
parentb66604fb66c3e8fee5d294ac548d6da52fd1fae1
keystone2: k2l-evm: add board support

This patch adds Keystone II Lammar (K2L) EVM board support.

Acked-by: Vitaly Andrianov <vitalya@ti.com>
Signed-off-by: Hao Zhang <hzhang@ti.com>
Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@ti.com>
arch/arm/cpu/armv7/keystone/Kconfig
arch/arm/include/asm/arch-keystone/clock-k2l.h
board/ti/ks2_evm/Kconfig
board/ti/ks2_evm/MAINTAINERS
board/ti/ks2_evm/Makefile
board/ti/ks2_evm/board_k2l.c [new file with mode: 0644]
board/ti/ks2_evm/ddr3_cfg.c
board/ti/ks2_evm/ddr3_cfg.h
board/ti/ks2_evm/ddr3_k2l.c [new file with mode: 0644]
configs/k2l_evm_defconfig [new file with mode: 0644]
include/configs/k2l_evm.h [new file with mode: 0644]