All of lore.kernel.org
 help / color / mirror / Atom feed
From: Igor Grinberg <grinberg@compulab.co.il>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 5/5] ARM:AM33XX: Add support for TI AM335X EVM
Date: Wed, 12 Oct 2011 10:04:34 +0200	[thread overview]
Message-ID: <4E954A12.7050608@compulab.co.il> (raw)
In-Reply-To: <1318341073-1996-6-git-send-email-chandan.nath@ti.com>

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 <chandan.nath@ti.com>
> ---
>  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.

      parent reply	other threads:[~2011-10-12  8:04 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-11 13:51 [U-Boot] [PATCH 0/5] ARM:AM33XX: Basic support for AM33xx platform Chandan Nath
2011-10-11 13:51 ` [U-Boot] [PATCH 1/5] ARM:AM33XX: Added support for AM33xx Chandan Nath
2011-10-11 16:06   ` Tom Rini
2011-10-12 10:29     ` Kumar
2011-10-12 14:07       ` Tom Rini
2011-10-11 13:51 ` [U-Boot] [PATCH 2/5] ARM:AM33XX: Add clock definitions Chandan Nath
2011-10-11 13:51 ` [U-Boot] [PATCH 3/5] ARM:AM33XX: Add emif/ddr support Chandan Nath
2011-10-11 13:51 ` [U-Boot] [PATCH 4/5] ARM:AM33XX: Added timer support Chandan Nath
2011-10-11 16:04   ` Tom Rini
2011-10-12 10:25     ` Kumar
2011-10-11 13:51 ` [U-Boot] [PATCH 5/5] ARM:AM33XX: Add support for TI AM335X EVM Chandan Nath
2011-10-11 16:09   ` Tom Rini
2011-10-12 10:30     ` Kumar
2011-10-12  7:53   ` Igor Grinberg
2011-10-12 10:18     ` Premi, Sanjeev
2011-10-12 21:19       ` Igor Grinberg
2011-10-12 11:08     ` Kumar
2011-10-12  8:04   ` Igor Grinberg [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4E954A12.7050608@compulab.co.il \
    --to=grinberg@compulab.co.il \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.