All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHv4 0/4] arm/versatile: no-MMU support
@ 2018-06-18 14:19 Greg Ungerer
  2018-06-18 14:19 ` [PATCHv4 1/4] ARM: versatile: support no-MMU mode addressing Greg Ungerer
                   ` (3 more replies)
  0 siblings, 4 replies; 54+ messages in thread
From: Greg Ungerer @ 2018-06-18 14:19 UTC (permalink / raw)
  To: linux-arm-kernel

This is a rebased resend of the no-MMU patches to support the Versatile
platform. It incorporates changes suggested by Russell (don't use a
multiplatorm arrangement) and rebased onto 4.17.

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
actual 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 in qemu.

Russell: is this something you would take via your patch tracker?

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

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

end of thread, other threads:[~2018-06-22 20:33 UTC | newest]

Thread overview: 54+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-18 14:19 [PATCHv4 0/4] arm/versatile: no-MMU support Greg Ungerer
2018-06-18 14:19 ` [PATCHv4 1/4] ARM: versatile: support no-MMU mode addressing Greg Ungerer
2018-06-18 14:19 ` [PATCHv4 2/4] ARM: versatile: define empty debug_ll_io_init() for no-MMU Greg Ungerer
2018-06-18 14:19 ` [PATCHv4 3/4] ARM: versatile: empty Makefile.boot needed for no-MMU compile Greg Ungerer
2018-06-18 14:19 ` [PATCHv4 4/4] ARM: versatile: support configuring versatile machine for no-MMU Greg Ungerer
2018-06-21 15:59   ` Geert Uytterhoeven
2018-06-21 16:24     ` Nicolas Pitre
2018-06-21 16:24       ` Nicolas Pitre
2018-06-21 16:45       ` Chris Brandt
2018-06-21 16:45         ` Chris Brandt
2018-06-22  6:27         ` Geert Uytterhoeven
2018-06-22  6:27           ` Geert Uytterhoeven
2018-06-22 13:26           ` Chris Brandt
2018-06-22 13:26             ` Chris Brandt
2018-06-22 11:01       ` Russell King - ARM Linux
2018-06-22 11:01         ` Russell King - ARM Linux
2018-06-22 15:25         ` Nicolas Pitre
2018-06-22 15:25           ` Nicolas Pitre
2018-06-22 15:33           ` Geert Uytterhoeven
2018-06-22 15:33             ` Geert Uytterhoeven
2018-06-22 15:57             ` Nicolas Pitre
2018-06-22 15:57               ` Nicolas Pitre
2018-06-22 16:11               ` Russell King - ARM Linux
2018-06-22 16:11                 ` Russell King - ARM Linux
2018-06-22 16:21                 ` Nicolas Pitre
2018-06-22 16:21                   ` Nicolas Pitre
2018-06-22 16:40                   ` Russell King - ARM Linux
2018-06-22 16:40                     ` Russell King - ARM Linux
2018-06-22 16:54                     ` Nicolas Pitre
2018-06-22 16:54                       ` Nicolas Pitre
2018-06-22 17:09                       ` Russell King - ARM Linux
2018-06-22 17:09                         ` Russell King - ARM Linux
2018-06-22 17:25                         ` Nicolas Pitre
2018-06-22 17:25                           ` Nicolas Pitre
2018-06-22 16:40                 ` Chris Brandt
2018-06-22 16:40                   ` Chris Brandt
2018-06-22 16:44               ` Chris Brandt
2018-06-22 16:44                 ` Chris Brandt
2018-06-22 17:05                 ` Nicolas Pitre
2018-06-22 17:05                   ` Nicolas Pitre
2018-06-22 17:23                   ` Chris Brandt
2018-06-22 17:23                     ` Chris Brandt
2018-06-22 17:47                     ` Nicolas Pitre
2018-06-22 17:47                       ` Nicolas Pitre
2018-06-22 18:38                     ` Russell King - ARM Linux
2018-06-22 18:38                       ` Russell King - ARM Linux
2018-06-22 20:25                       ` Chris Brandt
2018-06-22 20:25                         ` Chris Brandt
2018-06-22 20:28                         ` Geert Uytterhoeven
2018-06-22 20:28                           ` Geert Uytterhoeven
2018-06-22 20:33                         ` Russell King - ARM Linux
2018-06-22 20:33                           ` Russell King - ARM Linux
2018-06-22  0:58     ` Greg Ungerer
2018-06-22  9:26     ` Russell King - ARM Linux

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.