[PATCH 2/2] ARM: remove support for NOMMU ARMv4/v5

Arnd Bergmann arnd at kernel.org
Thu Mar 10 01:23:27 PST 2022


On Thu, Mar 10, 2022 at 2:22 AM Linus Walleij <linus.walleij at linaro.org> wrote:
>
> On Wed, Mar 9, 2022 at 5:17 PM Arnd Bergmann <arnd at kernel.org> wrote:
> > Robin
> > > In that case, it would probably make sense to garbage-collect all the
> > > configs, setup code and other stuff relating to older MMU-less CPU cores
> > > like ARM1156, ARM940, etc. at the same time.
> >
> > Right, good idea. These are only selected by CONFIG_ARCH_INTEGRATOR,
> > but that in turn doesn't build for CONFIG_MMU=n because it depends on
> > ARCH_MULTIPLATFORM. I'll send a patch for these.
>
> Just delete these, I do have these CPU tiles around but they are so obscure
> and I never got around to even testing to boot them.

Right, of course you couldn't boot test them because it has been
impossible to even select them in Kconfig for years. I've added
a patch to completely remove the five v4/v5 NOMMU cores now,
will send that later.

There are five more cores that are only referenced by mach-integrator
that are supposed to work (922T, 1020, 1020E, 1022, 1026). Have you
ever tested those, or should we consider removing them as well?

At some point, there was a proposal to add an arm10 based SoC
to mainline, but that never happened and I'm fairly sure it won't
come back now.

        Arnd



More information about the linux-arm-kernel mailing list