All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 00/11] ARMV7: OMAP: Add support for OMAP36XX/37XX, cleanup OMAP3 common code
@ 2010-08-31 23:21 Steve Sakoman
  2010-08-31 23:21 ` [U-Boot] [PATCH 01/11] ARMV7: OMAP3: Update CPU type detection for AM35XX/OMAP36XX/37XX Steve Sakoman
                   ` (11 more replies)
  0 siblings, 12 replies; 26+ messages in thread
From: Steve Sakoman @ 2010-08-31 23:21 UTC (permalink / raw)
  To: u-boot

This patch series adds support for TI's OMAP36XX/377XX processors and
modifies the Beagle and Overo board files to support upcoming versions
of these boards based upon processors from the OMAP36XX/37XX families.

A number of cleanups and bug fixes to generic OMAP3 code are also
included since they were discovered during the process of adding this
support.

This patch depends on the previous series:

ARMV7: OMAP3: Board updates for Beagle and Overo

http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/82805

Tested on Beagle C3, C4, and xM; Overo 35XX and 37XX; and Panda
Also did MAKEALL ARMV7

Mans Rullgard (3):
  ARMV7: OMAP3: Fix and clean up L2 cache enable/disable functions
  ARMV7: OMAP3: Convert setup_auxcr() to pure asm
  ARMV7: OMAP3: Apply Cortex-A8 errata workarounds only on affected
    revisions

Steve Sakoman (8):
  ARMV7: OMAP3: Update CPU type detection for AM35XX/OMAP36XX/37XX
  ARMV7: OMAP3: Add clock setup for OMAP36XX/37XX
  ARMV7: OMAP3: Fix broken reset command on OMAP36XX/37XX and OMAP4
  ARMV7: OMAP3: Remove erroneous hard coded sdram setup for 128MB/bank
  mtd: nand: honor CONFIG_SYS_NAND_QUIET_TEST with unknown NAND printk
  ARMV7: OMAP3: Add CONFIG_SYS_NAND_QUIET_TEST to Beagle and Overo
    configs
  ARMV7: OMAP3: Add support for Beagle xM
  ARMV7: OMAP: Overo: Autodetect presence/absence of transceiver on
    mmc2

 arch/arm/cpu/armv7/omap-common/reset.S         |    4 +-
 arch/arm/cpu/armv7/omap3/board.c               |   35 -
 arch/arm/cpu/armv7/omap3/cache.S               |  101 +--
 arch/arm/cpu/armv7/omap3/clock.c               |  549 +++++++++----
 arch/arm/cpu/armv7/omap3/lowlevel_init.S       |   69 ++
 arch/arm/cpu/armv7/omap3/sdrc.c                |   43 +-
 arch/arm/cpu/armv7/omap3/sys_info.c            |  147 +++-
 arch/arm/include/asm/arch-omap3/clocks.h       |   17 +
 arch/arm/include/asm/arch-omap3/clocks_omap3.h |   27 +
 arch/arm/include/asm/arch-omap3/cpu.h          |   15 +-
 arch/arm/include/asm/arch-omap3/omap3.h        |   32 +-
 arch/arm/include/asm/arch-omap3/sys_proto.h    |    2 +
 arch/arm/include/asm/arch-omap4/omap4.h        |    1 +
 board/overo/overo.c                            |   47 +
 board/overo/overo.h                            |   35 +-
 board/ti/beagle/beagle.c                       |   16 +-
 board/ti/beagle/beagle.h                       |   33 +-
 board/ti/sdp4430/sdp.c                         |    8 +-
 drivers/mtd/nand/nand_base.c                   |    2 +

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

end of thread, other threads:[~2010-09-07 21:27 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-31 23:21 [U-Boot] [PATCH 00/11] ARMV7: OMAP: Add support for OMAP36XX/37XX, cleanup OMAP3 common code Steve Sakoman
2010-08-31 23:21 ` [U-Boot] [PATCH 01/11] ARMV7: OMAP3: Update CPU type detection for AM35XX/OMAP36XX/37XX Steve Sakoman
2010-08-31 23:21 ` [U-Boot] [PATCH 02/11] ARMV7: OMAP3: Add clock setup for OMAP36XX/37XX Steve Sakoman
2010-08-31 23:21 ` [U-Boot] [PATCH 03/11] ARMV7: OMAP3: Fix and clean up L2 cache enable/disable functions Steve Sakoman
2010-08-31 23:21 ` [U-Boot] [PATCH 04/11] ARMV7: OMAP3: Convert setup_auxcr() to pure asm Steve Sakoman
2010-08-31 23:21 ` [U-Boot] [PATCH 05/11] ARMV7: OMAP3: Apply Cortex-A8 errata workarounds only on affected revisions Steve Sakoman
2010-08-31 23:21 ` [U-Boot] [PATCH 06/11] ARMV7: OMAP3: Fix broken reset command on OMAP36XX/37XX and OMAP4 Steve Sakoman
2010-08-31 23:21 ` [U-Boot] [PATCH 07/11] ARMV7: OMAP3: Remove erroneous hard coded sdram setup for 128MB/bank Steve Sakoman
2010-08-31 23:21 ` [U-Boot] [PATCH 08/11] mtd: nand: honor CONFIG_SYS_NAND_QUIET_TEST with unknown NAND printk Steve Sakoman
2010-09-01  0:18   ` Paulraj, Sandeep
2010-09-01 16:26     ` Scott Wood
2010-09-01 16:43       ` Steve Sakoman
2010-09-01 17:55         ` Scott Wood
2010-09-02 15:33           ` [U-Boot] [PATCH V2 08/11] mtd: nand: supress 'unknown NAND' warning if no nand is found Steve Sakoman
2010-09-04 17:38             ` Paulraj, Sandeep
2010-09-04 20:16               ` Steve Sakoman
2010-09-07 17:37               ` Scott Wood
2010-09-07 21:27               ` Steve Sakoman
2010-09-05 10:59             ` Sergei Shtylyov
2010-09-05 21:37               ` Steve Sakoman
2010-09-07 17:37                 ` Scott Wood
2010-08-31 23:21 ` [U-Boot] [PATCH 09/11] ARMV7: OMAP3: Add CONFIG_SYS_NAND_QUIET_TEST to Beagle and Overo configs Steve Sakoman
2010-08-31 23:21 ` [U-Boot] [PATCH 10/11] ARMV7: OMAP3: Add support for Beagle xM Steve Sakoman
2010-08-31 23:21 ` [U-Boot] [PATCH 11/11] ARMV7: OMAP: Overo: Autodetect presence/absence of transceiver on mmc2 Steve Sakoman
2010-08-31 23:35 ` [U-Boot] [PATCH 00/11] ARMV7: OMAP: Add support for OMAP36XX/37XX, cleanup OMAP3 common code Steve Sakoman
2010-09-01  0:20   ` Paulraj, Sandeep

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.