From: Aneesh V <aneesh@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v 0/5] arm: omap4: omap4460 support
Date: Mon, 18 Jul 2011 19:02:11 +0530 [thread overview]
Message-ID: <4E2435DB.4070205@ti.com> (raw)
In-Reply-To: <1310833538-14438-1-git-send-email-aneesh@ti.com>
On Saturday 16 July 2011 09:55 PM, Aneesh V wrote:
> OMAP4460 is the latest addition to the OMAP4 family.
> OMAP4460 has dual core Cortex-A9 CPUs that can be clocked upto
> 1.5 GHz
>
> The memory architecture has been improved to provide better
> performance and there several other minor improvements in various
> modules.
Forgot to mention that this series depends on the OMAP4 spl series [1]
and the SPL framework series [2]
[1] http://marc.info/?l=u-boot&m=131082102506002&w=2
[2] http://marc.info/?l=u-boot&m=131056990001719&w=2
br,
Aneesh
>
> Aneesh V (5):
> omap4: add omap4460 revision detection
> omap4: sdram init changes for omap4460
> omap: reuse omap3 gpio support in omap4
> omap4: support TPS programming
> omap4: clock init support for omap4460
>
> arch/arm/cpu/armv7/omap-common/Makefile | 1 +
> arch/arm/cpu/armv7/{omap3 => omap-common}/gpio.c | 41 +++----
> arch/arm/cpu/armv7/omap3/Makefile | 1 -
> arch/arm/cpu/armv7/omap3/board.c | 12 ++
> arch/arm/cpu/armv7/omap4/board.c | 19 +++
> arch/arm/cpu/armv7/omap4/clocks.c | 128 +++++++++++++++++++---
> arch/arm/cpu/armv7/omap4/emif.c | 39 ++++---
> arch/arm/include/asm/arch-omap3/cpu.h | 26 +++++
> arch/arm/include/asm/arch-omap3/gpio.h | 86 ---------------
> arch/arm/include/asm/arch-omap4/clocks.h | 28 +++++-
> arch/arm/include/asm/arch-omap4/cpu.h | 26 +++++
> arch/arm/include/asm/arch-omap4/emif.h | 10 ++-
> arch/arm/include/asm/arch-omap4/mux_omap4.h | 1 +
> arch/arm/include/asm/arch-omap4/omap4.h | 9 ++
> arch/arm/include/asm/armv7.h | 1 +
> 15 files changed, 281 insertions(+), 147 deletions(-)
> rename arch/arm/cpu/armv7/{omap3 => omap-common}/gpio.c (76%)
> delete mode 100644 arch/arm/include/asm/arch-omap3/gpio.h
>
next prev parent reply other threads:[~2011-07-18 13:32 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-16 16:25 [U-Boot] [PATCH v 0/5] arm: omap4: omap4460 support Aneesh V
2011-07-16 16:25 ` [U-Boot] [PATCH v 1/5] omap4: add omap4460 revision detection Aneesh V
2011-07-16 16:25 ` [U-Boot] [PATCH v 2/5] omap4: sdram init changes for omap4460 Aneesh V
2011-07-16 16:25 ` [U-Boot] [PATCH v 3/5] omap: reuse omap3 gpio support in omap4 Aneesh V
2011-07-16 16:25 ` [U-Boot] [PATCH v 4/5] omap4: support TPS programming Aneesh V
2011-07-16 16:25 ` [U-Boot] [PATCH v 5/5] omap4: clock init support for omap4460 Aneesh V
2011-07-17 9:05 ` [U-Boot] [PATCH v 0/5] arm: omap4: omap4460 support Albert ARIBAUD
2011-07-18 9:21 ` Aneesh V
2011-07-18 13:32 ` Aneesh V [this message]
2011-07-20 10:55 ` [U-Boot] [PATCH v2 " Aneesh V
2011-07-20 15:43 ` Paulraj, Sandeep
2011-07-20 19:49 ` Wolfgang Denk
2011-07-20 20:44 ` Paulraj, Sandeep
2011-07-20 20:58 ` Paulraj, Sandeep
2011-07-20 10:55 ` [U-Boot] [PATCH v2 1/5] omap4: add omap4460 revision detection Aneesh V
2011-07-20 10:55 ` [U-Boot] [PATCH v2 2/5] omap4: sdram init changes for omap4460 Aneesh V
2011-07-20 10:55 ` [U-Boot] [PATCH v2 3/5] omap: reuse omap3 gpio support in omap4 Aneesh V
2011-07-29 16:40 ` Aneesh V
2011-07-29 17:03 ` [U-Boot] [PATCH " Aneesh V
2011-07-29 17:09 ` [U-Boot] [PATCH v3 " Aneesh V
2011-08-01 6:30 ` [U-Boot] [PATCH] omap: fix gpio related build breaks Aneesh V
2011-08-05 6:43 ` Aneesh V
2011-08-08 14:54 ` Dirk Behme
2011-08-20 15:30 ` Albert ARIBAUD
2011-07-20 10:55 ` [U-Boot] [PATCH v2 4/5] omap4: support TPS programming Aneesh V
2011-07-20 10:55 ` [U-Boot] [PATCH v2 5/5] omap4: clock init support for omap4460 Aneesh V
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=4E2435DB.4070205@ti.com \
--to=aneesh@ti.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox