public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v 0/5] arm: omap4: omap4460 support
@ 2011-07-16 16:25 Aneesh V
  2011-07-16 16:25 ` [U-Boot] [PATCH v 1/5] omap4: add omap4460 revision detection Aneesh V
                   ` (12 more replies)
  0 siblings, 13 replies; 26+ messages in thread
From: Aneesh V @ 2011-07-16 16:25 UTC (permalink / raw)
  To: u-boot

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.

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

^ permalink raw reply	[flat|nested] 26+ messages in thread

end of thread, other threads:[~2011-08-20 15:30 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox