From mboxrd@z Thu Jan 1 00:00:00 1970 From: Igor Grinberg Date: Wed, 12 Oct 2011 10:04:34 +0200 Subject: [U-Boot] [PATCH 5/5] ARM:AM33XX: Add support for TI AM335X EVM In-Reply-To: <1318341073-1996-6-git-send-email-chandan.nath@ti.com> References: <1318341073-1996-1-git-send-email-chandan.nath@ti.com> <1318341073-1996-6-git-send-email-chandan.nath@ti.com> Message-ID: <4E954A12.7050608@compulab.co.il> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 10/11/11 15:51, Chandan Nath wrote: > 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 > --- > Support for additional peripherals depends on this patchset. > Will be posting them soon. > > arch/arm/cpu/armv7/am33xx/Makefile | 2 +- > arch/arm/cpu/armv7/am33xx/board.c | 66 +++++++++ > board/ti/am335x/Makefile | 43 ++++++ > board/ti/am335x/common_def.h | 24 +++ > board/ti/am335x/evm.c | 50 +++++++ > board/ti/am335x/mux.c | 278 ++++++++++++++++++++++++++++++++++++ > boards.cfg | 1 + > drivers/serial/ns16550.c | 7 +- > include/configs/am335x_evm.h | 121 ++++++++++++++++ > 9 files changed, 589 insertions(+), 3 deletions(-) > create mode 100644 arch/arm/cpu/armv7/am33xx/board.c > create mode 100644 board/ti/am335x/Makefile > create mode 100644 board/ti/am335x/common_def.h > create mode 100644 board/ti/am335x/evm.c > create mode 100644 board/ti/am335x/mux.c > create mode 100644 include/configs/am335x_evm.h Also the MAINTAINERS file should be updated. -- Regards, Igor.