Re: [PATCH 01/27] ARM: pxa: remove unused board files

From: Richard Purdie
Date: Thu Jan 05 2023 - 12:11:20 EST


On Thu, 2023-01-05 at 17:50 +0200, Dmitry Baryshkov wrote:
> чт, 5 янв. 2023 г. в 15:46, Arnd Bergmann <arnd@xxxxxxxxxx>:
> >
> > From: Arnd Bergmann <arnd@xxxxxxxx>
> >
> > The majority of all pxa board files has not been touched in a long time,
> > and no users have spoken up in favor of keeping them around. This leaves
> > only support for the platforms that were already converted to DT, as
> > well as the gumstix and spitz/akita/borzoi machines that work in qemu
> > and can still be converted to DT later.
>
> Well, tosa also works in qemu.
> Nevertheless:
> Acked-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx>

I'm kind of sad to see corgi at this point but it isn't really
surprising. The hardware is old/slow and likely not used by many
anymore, things have moved on and the systems ended up being heavily
kernel size footprint limited.

I'd just note that corgi (and shepherd/husky) are strongly related to
spitz/akita/borzoi, the difference is basically pxa25x vs pxa27x
processor and pin changes. We chose just to emulate one set in qemu but
the others would be relatively trivial.

tosa and poodle have much less in common with the other Zaurus devices.

I guess what I'm saying is that if spitz is remaining it might make
sense to have corgi with it.

Cheers,

Richard