All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Warren <twarren.nvidia@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/3] Add basic NVIDIA Tegra2 SoC support
Date: Tue, 11 Jan 2011 14:06:24 -0700	[thread overview]
Message-ID: <1294779987-27262-1-git-send-email-twarren@nvidia.com> (raw)

This series of patches adds preliminary/baseline support for NVIDIA's
Tegra2 Soc.  Basic CPU (AVP), RAM and UART init are covered so that the
system (Harmony and/or Seaboard) can boot to the U-Boot serial prompt.

Further support (for Coretex-A9 CPU(s), USB, SD/MMC, etc.) to follow.

Tom Warren (3):
  arm: Tegra2: Add generic Tegra2 SoC support
  arm: Tegra2: Add support for NVIDIA Harmony board
  arm: Tegra2: Add support for NVIDIA Seaboard board
Signed-off-by:    Tom Warren <twarren@nvidia.com>

 MAINTAINERS                                  |    5 +
 arch/arm/cpu/armv7/tegra2/Makefile           |   48 +++++
 arch/arm/cpu/armv7/tegra2/board.c            |   91 ++++++++++
 arch/arm/cpu/armv7/tegra2/config.mk          |   28 +++
 arch/arm/cpu/armv7/tegra2/lowlevel_init.S    |   66 +++++++
 arch/arm/cpu/armv7/tegra2/sys_info.c         |   35 ++++
 arch/arm/cpu/armv7/tegra2/timer.c            |  122 +++++++++++++
 arch/arm/include/asm/arch-tegra2/clk_rst.h   |  155 ++++++++++++++++
 arch/arm/include/asm/arch-tegra2/pinmux.h    |   52 ++++++
 arch/arm/include/asm/arch-tegra2/pmc.h       |  126 +++++++++++++
 arch/arm/include/asm/arch-tegra2/sys_proto.h |   33 ++++
 arch/arm/include/asm/arch-tegra2/tegra2.h    |   56 ++++++
 arch/arm/include/asm/arch-tegra2/uart.h      |   45 +++++
 arch/arm/include/asm/mach-types.h            |    1 +
 board/tegra2/common/board.c                  |  242 ++++++++++++++++++++++++++
 board/tegra2/common/board.h                  |   59 +++++++
 board/tegra2/harmony/Makefile                |   50 ++++++
 board/tegra2/seaboard/Makefile               |   50 ++++++
 boards.cfg                                   |    2 +
 common/serial.c                              |    3 +-
 include/configs/harmony.h                    |   48 +++++
 include/configs/nv-common.h                  |  166 ++++++++++++++++++
 include/configs/seaboard.h                   |   43 +++++
 include/serial.h                             |    3 +-
 24 files changed, 1527 insertions(+), 2 deletions(-)
 create mode 100644 arch/arm/cpu/armv7/tegra2/Makefile
 create mode 100644 arch/arm/cpu/armv7/tegra2/board.c
 create mode 100644 arch/arm/cpu/armv7/tegra2/config.mk
 create mode 100644 arch/arm/cpu/armv7/tegra2/lowlevel_init.S
 create mode 100644 arch/arm/cpu/armv7/tegra2/sys_info.c
 create mode 100644 arch/arm/cpu/armv7/tegra2/timer.c
 create mode 100644 arch/arm/include/asm/arch-tegra2/clk_rst.h
 create mode 100644 arch/arm/include/asm/arch-tegra2/pinmux.h
 create mode 100644 arch/arm/include/asm/arch-tegra2/pmc.h
 create mode 100644 arch/arm/include/asm/arch-tegra2/sys_proto.h
 create mode 100644 arch/arm/include/asm/arch-tegra2/tegra2.h
 create mode 100644 arch/arm/include/asm/arch-tegra2/uart.h
 create mode 100644 board/tegra2/common/board.c
 create mode 100644 board/tegra2/common/board.h
 create mode 100644 board/tegra2/harmony/Makefile
 create mode 100644 board/tegra2/seaboard/Makefile
 create mode 100644 include/configs/harmony.h
 create mode 100644 include/configs/nv-common.h
 create mode 100644 include/configs/seaboard.h

-- 
1.7.3.5

             reply	other threads:[~2011-01-11 21:06 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-11 21:06 Tom Warren [this message]
2011-01-11 21:06 ` [U-Boot] [PATCH 1/3] arm: Tegra2: Add generic Tegra2 SoC support Signed-off-by: Tom Warren <twarren@nvidia.com> Tom Warren
2011-01-12 23:56   ` Peter Tyser
2011-01-11 21:06 ` [U-Boot] [PATCH 2/3] arm: Tegra2: Add support for NVIDIA Harmony board " Tom Warren
2011-01-13  0:07   ` Peter Tyser
2011-01-11 21:06 ` [U-Boot] [PATCH 3/3] arm: Tegra2: Add support for NVIDIA Seaboard " Tom Warren
2011-01-12  0:16   ` Paulraj, Sandeep
2011-01-12  0:43     ` Tom Warren
2011-01-12  1:59       ` Paulraj, Sandeep
2011-01-12 17:05         ` Tom Warren
2011-01-12 23:10           ` Tom Warren

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=1294779987-27262-1-git-send-email-twarren@nvidia.com \
    --to=twarren.nvidia@gmail.com \
    --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.