linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] arm/versatile: no-MMU support
@ 2016-12-07  6:08 Greg Ungerer
  2016-12-07  6:08 ` [PATCH 1/4] ARM: versatile: support no-MMU mode addressing Greg Ungerer
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Greg Ungerer @ 2016-12-07  6:08 UTC (permalink / raw)
  To: linux-arm-kernel

Does the ARM Versatile machine have a maintainer?
I have CC'ed this patch set to those names reported by get_maintainer.
I had no feedback on the first posting of this series back in August.

The following patches support configuring and building the versatile
machine with a no-MMU kernel.

There is only a few minor changes required. It was previously possible
in older kernels to build for versatile with CONFIG_MMU disabled, but
the change to devicetree lost that capability. These changes make it
possible again.

One patch is a fix for address translation (broken in older kernels too),
two are build problems when CONFIG_MMU is disabled, and the last is the
actuall configuration changes needed.

The motivation for this is that the versatile machine is well supported
in qemu. And this provides an excellent platform for development and
testing no-MMU support on ARM in general. With these patches applied
it is possible to build and run a kernel with MMU disabled on qemu.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
---
 arch/arm/Kconfig                       |   10 ++++++++++
 arch/arm/Kconfig.debug                 |    3 ++-
 arch/arm/include/asm/mach/map.h        |    1 +
 arch/arm/mach-versatile/Kconfig        |    3 ++-
 arch/arm/mach-versatile/Makefile.boot  |    3 +++
 arch/arm/mach-versatile/versatile_dt.c |    4 ++++
 6 files changed, 22 insertions(+), 2 deletions(-)

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

end of thread, other threads:[~2016-12-07 14:40 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-07  6:08 [PATCH 0/4] arm/versatile: no-MMU support Greg Ungerer
2016-12-07  6:08 ` [PATCH 1/4] ARM: versatile: support no-MMU mode addressing Greg Ungerer
2016-12-07  6:08 ` [PATCH 2/4] ARM: versatile: define empty debug_ll_io_init() for no-MMU Greg Ungerer
2016-12-07  9:23 ` [PATCH 0/4] arm/versatile: no-MMU support Vladimir Murzin
2016-12-07 13:57   ` Greg Ungerer
2016-12-07 14:13     ` Vladimir Murzin
2016-12-07 14:21     ` Greg Ungerer
2016-12-07 14:27       ` Vladimir Murzin
2016-12-07 14:40         ` Greg Ungerer
2016-12-07 14:16 ` Linus Walleij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).