mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] ARM: enable MMU in pbl
@ 2012-08-12 14:30 Sascha Hauer
  2012-08-12 14:30 ` [PATCH 1/4] ARM __mmu_cache_*: Do not clobber registers Sascha Hauer
                   ` (4 more replies)
  0 siblings, 5 replies; 14+ messages in thread
From: Sascha Hauer @ 2012-08-12 14:30 UTC (permalink / raw)
  To: barebox

The following enables the MMU during decompression which speeds up
things significantly.

Sascha

The following changes since commit 8711d5914ebd002f9be9f40a94864e0d3328235a:

  ARM pbl: generate zbarebox.map in $(obj) (2012-08-12 16:18:29 +0200)

are available in the git repository at:

  git://git.pengutronix.de/git/barebox.git work/mmu

for you to fetch changes up to 7f57c5388cdfe7ffb88cb91e2150ecd8422f6841:

  create a common ARM flush_icache function (2012-08-12 16:28:56 +0200)

----------------------------------------------------------------
Sascha Hauer (4):
      ARM __mmu_cache_*: Do not clobber registers
      ARM MMU: call __mmu_cache_* as regular C functions
      ARM pbl: enable MMU during decompression
      create a common ARM flush_icache function

 arch/arm/cpu/Makefile        |    4 ++++
 arch/arm/cpu/cache-armv4.S   |    3 ++-
 arch/arm/cpu/cache-armv7.S   |    6 +++--
 arch/arm/cpu/mmu.c           |   25 +++++---------------
 arch/arm/cpu/mmu.h           |    8 +++++++
 arch/arm/cpu/start-pbl.c     |   52 ++++++++++++++++++++++++++++++++++++++----
 arch/arm/cpu/start.c         |    4 ++--
 arch/arm/include/asm/cache.h |    9 ++++++++
 8 files changed, 83 insertions(+), 28 deletions(-)
 create mode 100644 arch/arm/cpu/mmu.h
 create mode 100644 arch/arm/include/asm/cache.h

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

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

end of thread, other threads:[~2012-09-22 11:44 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-12 14:30 [PATCH] ARM: enable MMU in pbl Sascha Hauer
2012-08-12 14:30 ` [PATCH 1/4] ARM __mmu_cache_*: Do not clobber registers Sascha Hauer
2012-08-12 14:30 ` [PATCH 2/4] ARM MMU: call __mmu_cache_* as regular C functions Sascha Hauer
2012-08-12 14:30 ` [PATCH 3/4] ARM pbl: enable MMU during decompression Sascha Hauer
2012-08-12 18:09   ` Jean-Christophe PLAGNIOL-VILLARD
2012-08-13 18:29     ` Sascha Hauer
2012-09-21 13:18       ` Jean-Christophe PLAGNIOL-VILLARD
2012-08-12 14:30 ` [PATCH 4/4] create a common ARM flush_icache function Sascha Hauer
2012-09-20 18:52 ` [PATCH] ARM: enable MMU in pbl Jean-Christophe PLAGNIOL-VILLARD
2012-09-20 19:56   ` Sascha Hauer
2012-09-21 13:23     ` Jean-Christophe PLAGNIOL-VILLARD
2012-09-21 14:46       ` Jean-Christophe PLAGNIOL-VILLARD
2012-09-22 10:21         ` Sascha Hauer
2012-09-22 11:41           ` Jean-Christophe PLAGNIOL-VILLARD

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