From: Sascha Hauer <s.hauer@pengutronix.de>
To: barebox@lists.infradead.org
Subject: mmu rework v2
Date: Wed, 3 Aug 2011 09:14:57 +0200 [thread overview]
Message-ID: <1312355701-18867-1-git-send-email-s.hauer@pengutronix.de> (raw)
This is the second version of the mmu rework. The previous version did
not work properly on ArmV7 processors. With this the MMU on Arm boards
does not need any board specific setup anymore, so we can drop the
HAVE_MMU dependency.
Sascha
Sascha Hauer (4):
ARM: rework MMU support
ARM boards: remove now unnecessary mmu calls
ARM mmu: Fix arm_create_pte
remove now unnecessary HAVE_MMU from Kconfig
arch/arm/boards/chumby_falconwing/falconwing.c | 10 -
arch/arm/boards/eukrea_cpuimx25/eukrea_cpuimx25.c | 10 -
arch/arm/boards/eukrea_cpuimx27/eukrea_cpuimx27.c | 10 -
arch/arm/boards/eukrea_cpuimx35/eukrea_cpuimx35.c | 20 +--
arch/arm/boards/eukrea_cpuimx51/eukrea_cpuimx51.c | 16 --
arch/arm/boards/freescale-mx51-pdk/board.c | 10 -
arch/arm/boards/freescale-mx53-loco/board.c | 12 --
arch/arm/boards/guf-cupid/board.c | 20 +--
arch/arm/boards/guf-neso/board.c | 10 -
arch/arm/boards/karo-tx25/board.c | 12 --
arch/arm/boards/karo-tx28/tx28.c | 10 -
arch/arm/boards/panda/board.c | 8 -
arch/arm/boards/pcm037/pcm037.c | 20 +--
arch/arm/boards/pcm038/pcm038.c | 10 -
arch/arm/boards/pcm043/pcm043.c | 21 +--
arch/arm/boards/pcm049/board.c | 9 -
arch/arm/boards/phycard-i.MX27/pca100.c | 10 -
arch/arm/cpu/mmu.c | 194 +++++++++++++++++----
arch/arm/include/asm/mmu.h | 23 ++-
arch/arm/mach-imx/Kconfig | 28 +---
arch/arm/mach-mxs/Kconfig | 2 -
arch/arm/mach-omap/Kconfig | 2 -
common/Kconfig | 4 -
include/common.h | 1 +
24 files changed, 210 insertions(+), 262 deletions(-)
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2011-08-03 7:15 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-03 7:14 Sascha Hauer [this message]
2011-08-03 7:14 ` [PATCH 1/4] ARM: rework MMU support Sascha Hauer
2011-08-03 7:14 ` [PATCH 2/4] ARM boards: remove now unnecessary mmu calls Sascha Hauer
2011-08-03 7:15 ` [PATCH 3/4] ARM mmu: Fix arm_create_pte Sascha Hauer
2011-08-03 7:15 ` [PATCH 4/4] remove now unnecessary HAVE_MMU from Kconfig Sascha Hauer
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=1312355701-18867-1-git-send-email-s.hauer@pengutronix.de \
--to=s.hauer@pengutronix.de \
--cc=barebox@lists.infradead.org \
/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