]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM:AM33XX: Add support for TI AM335X EVM
authorChandan Nath <chandan.nath@ti.com>
Fri, 14 Oct 2011 02:58:26 +0000 (02:58 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Thu, 27 Oct 2011 19:56:36 +0000 (21:56 +0200)
commit5289e83a8ca8c4a6613d2d019bad330816dbc2d4
tree530c83e9cf6a48ec2b75b508c79e7476bf7d610c
parentf0f4b5ff50b1ee8db5caceed6bbf464880e33274
ARM:AM33XX: Add support for TI AM335X EVM

This patch adds basic support for booting the board.
This patch adds support for the UART necessary to
get to the u-boot prompt.

Signed-off-by: Chandan Nath <chandan.nath@ti.com>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
MAINTAINERS
arch/arm/cpu/armv7/am33xx/Makefile
arch/arm/cpu/armv7/am33xx/board.c [new file with mode: 0644]
board/ti/am335x/Makefile [new file with mode: 0644]
board/ti/am335x/common_def.h [new file with mode: 0644]
board/ti/am335x/evm.c [new file with mode: 0644]
board/ti/am335x/mux.c [new file with mode: 0644]
boards.cfg
drivers/serial/ns16550.c
include/configs/am335x_evm.h [new file with mode: 0644]