mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] omap3 towards thumb2 support
@ 2012-01-16 10:18 Sascha Hauer
  2012-01-16 10:18 ` [PATCH 01/10] ARM omap3: remove OMAP3_COPY_CLOCK_SRAM Sascha Hauer
                   ` (10 more replies)
  0 siblings, 11 replies; 23+ messages in thread
From: Sascha Hauer @ 2012-01-16 10:18 UTC (permalink / raw)
  To: barebox

The following patches rework the omap3 support to be thumb2 safe.
The initialisation order is changed so that more stuff can be
done in a regular C environment rather than in lowlevel time.

Together with git://git.pengutronix.de/git/barebox.git work/thumb2
the beagle board Xload config now fits into 34k.

The following changes since commit be07ecb5c50e007d71f75145938c66bd04960b43:

  omap343xdsp: move to arch/arm/boards/omap343xdsp (2012-01-16 10:28:00 +0100)

are available in the git repository at:
  git://git.pengutronix.de/git/barebox.git work/omap3

Sascha Hauer (10):
      ARM omap3: remove OMAP3_COPY_CLOCK_SRAM
      ARM omap3 beagle xload: Move stack to SRAM
      ARM omap3: move board_init to pure_initcall
      ARM omap3: call a_init from board code
      ARM omap3 clock: move pll tables to C code
      ARM omap3: remove vector setup from lowlevel code
      ARM omap3: reimplement setup_auxcr in pure asm
      ARM cache-armv7: Add additional ISB
      mtd omap nand: fix driver without CONFIG_PARAMETER
      ARM omap3: make omap3_core.S thumb safe

 arch/arm/boards/beagle/board.c                   |    8 +-
 arch/arm/boards/omap343xdsp/board.c              |    8 +-
 arch/arm/boards/omap3evm/board.c                 |    8 +-
 arch/arm/configs/omap3530_beagle_xload_defconfig |    4 +-
 arch/arm/cpu/cache-armv7.S                       |    1 +
 arch/arm/mach-omap/Kconfig                       |   11 -
 arch/arm/mach-omap/Makefile                      |    5 +-
 arch/arm/mach-omap/auxcr.S                       |   16 +
 arch/arm/mach-omap/include/mach/board.h          |   35 --
 arch/arm/mach-omap/include/mach/omap3-clock.h    |   10 -
 arch/arm/mach-omap/include/mach/silicon.h        |    4 +-
 arch/arm/mach-omap/omap3_clock.c                 |  212 ++++++-----
 arch/arm/mach-omap/omap3_clock_core.S            |  426 ----------------------
 arch/arm/mach-omap/omap3_core.S                  |   64 +---
 arch/arm/mach-omap/omap3_generic.c               |   22 +-
 arch/arm/mach-omap/omap3_platform.S              |   65 ----
 drivers/mtd/nand/nand_omap_gpmc.c                |    1 +
 17 files changed, 171 insertions(+), 729 deletions(-)
 create mode 100644 arch/arm/mach-omap/auxcr.S
 delete mode 100644 arch/arm/mach-omap/include/mach/board.h
 delete mode 100644 arch/arm/mach-omap/omap3_clock_core.S
 delete mode 100644 arch/arm/mach-omap/omap3_platform.S

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2012-01-17 13:20 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-16 10:18 [PATCH] omap3 towards thumb2 support Sascha Hauer
2012-01-16 10:18 ` [PATCH 01/10] ARM omap3: remove OMAP3_COPY_CLOCK_SRAM Sascha Hauer
2012-01-16 10:18 ` [PATCH 02/10] ARM omap3 beagle xload: Move stack to SRAM Sascha Hauer
2012-01-16 10:18 ` [PATCH 03/10] ARM omap3: move board_init to pure_initcall Sascha Hauer
2012-01-16 10:18 ` [PATCH 04/10] ARM omap3: call a_init from board code Sascha Hauer
2012-01-16 10:18 ` [PATCH 05/10] ARM omap3 clock: move pll tables to C code Sascha Hauer
2012-01-16 10:18 ` [PATCH 06/10] ARM omap3: remove vector setup from lowlevel code Sascha Hauer
2012-01-16 10:18 ` [PATCH 07/10] ARM omap3: reimplement setup_auxcr in pure asm Sascha Hauer
2012-01-16 10:18 ` [PATCH 08/10] ARM cache-armv7: Add additional ISB Sascha Hauer
2012-01-16 10:18 ` [PATCH 09/10] mtd omap nand: fix driver without CONFIG_PARAMETER Sascha Hauer
2012-01-16 10:34   ` Sascha Hauer
2012-01-16 10:18 ` [PATCH 10/10] ARM omap3: make omap3_core.S thumb safe Sascha Hauer
2012-01-16 11:30 ` [PATCH] omap3 towards thumb2 support Premi, Sanjeev
2012-01-16 11:52   ` Sascha Hauer
2012-01-16 12:01     ` Premi, Sanjeev
2012-01-16 12:42       ` Premi, Sanjeev
2012-01-16 15:46         ` Sascha Hauer
2012-01-16 16:16           ` Premi, Sanjeev
2012-01-17 11:14             ` Premi, Sanjeev
2012-01-17 12:12               ` Sascha Hauer
2012-01-17 12:24                 ` Premi, Sanjeev
2012-01-17 13:10                   ` Sascha Hauer
2012-01-17 13:20                     ` Premi, Sanjeev

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