From: Marc Zyngier <maz@kernel.org>
To: Arnd Bergmann <arnd@kernel.org>
Cc: linux-arm-kernel@lists.infradead.org,
Arnd Bergmann <arnd@arndb.de>,
Robert Jarzmik <robert.jarzmik@free.fr>,
Daniel Mack <daniel@zonque.org>,
Laurence de Bruxelles <lfdebrux@gmail.com>
Subject: Re: [PATCH 03/13] ARM: pxa: add Kconfig dependencies for ATAGS based boards
Date: Thu, 21 Jul 2022 15:28:39 +0100 [thread overview]
Message-ID: <87y1wmy1yg.wl-maz@kernel.org> (raw)
In-Reply-To: <20220721141722.2414719-4-arnd@kernel.org>
On Thu, 21 Jul 2022 15:17:12 +0100,
Arnd Bergmann <arnd@kernel.org> wrote:
>
> From: Arnd Bergmann <arnd@arndb.de>
>
> Most of the traditional board files are no longer used by anyone and
> will be removed next year, while the DT based machine support remains.
>
> Adding a CONFIG_ATAGS dependency around all the board files means
> that they now actaully get disabled when ATAGS support is left out,
> and the individual boards that have no known users are marked
> as depending on CONFIG_UNUSED_BOARD_FILES, with the plan to remove
> them in early 2023 unless someone else shows interest.
>
> Laurence de Bruxelles intends to work on converting the Spitz/Akita/Borzoi
> family of Sharp Zaurus SL machines to DT, to make that easier those
> remain for the moment.
>
> In addition, the "Gumstix" machine is the one that is supported in
> qemu with 256MB of RAM, which makes it particularly nice for testing,
> I'm leaving it in hoping that someone can take care of converting it to
> DT as well.
>
> Finally, Marc Zyngier is still able to test the Zeus and Viper machines,
> so these could be saved as well if anyone wants to conver them to DT.
> This seems less likely, so I'm marking them as unused for the time being.
Note that although I have the machines (I do remember which side of
the attic they are stored), I don't have much bandwidth to actually
revive them (assuming I could remember the RedBoot runes to kick them
into action).
I can only renew my offer to unload them on a willing victim, but I
have the feeling that there are no takers.
>
> For the defconfig files, both the pxa3xx_defconfig and pxa_defconfig
> now only enable the boards that are not marked as unused, while all the
> other ones explicitly enable CONFIG_UNUSED_BOARD_FILES to still allow
> building the kernels.
>
> Cc: Robert Jarzmik <robert.jarzmik@free.fr>
> Cc: Daniel Mack <daniel@zonque.org>
> Cc: Laurence de Bruxelles <lfdebrux@gmail.com>
> Cc: Marc Zyngier <maz@kernel.org>
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Marc Zyngier <maz@kernel.org>
M.
--
Without deviation from the norm, progress is not possible.
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2022-07-21 14:30 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-21 14:17 [PATCH 00/13] ARM: mark most boards as unused Arnd Bergmann
2022-07-21 14:17 ` [PATCH 01/13] ARM: add ATAGS dependencies to non-DT platforms Arnd Bergmann
2022-07-21 14:17 ` [PATCH 02/13] ARM: add CONFIG_UNUSED_BOARD_FILES Arnd Bergmann
2022-07-21 14:17 ` [PATCH 03/13] ARM: pxa: add Kconfig dependencies for ATAGS based boards Arnd Bergmann
2022-07-21 14:28 ` Marc Zyngier [this message]
2022-07-21 14:17 ` [PATCH 04/13] ARM: orion: add ATAGS dependencies Arnd Bergmann
2022-07-21 14:17 ` [PATCH 05/13] ARM: davinci: mark all ATAGS board files as unused Arnd Bergmann
2022-07-28 11:54 ` Bartosz Golaszewski
2022-07-21 14:17 ` [PATCH 06/13] ARM: ep93xx: mark most " Arnd Bergmann
2022-07-21 14:30 ` Alexander Sverdlin
2022-07-21 15:51 ` Hartley Sweeten
2022-07-21 16:01 ` Alexander Sverdlin
2022-07-21 16:09 ` Hartley Sweeten
2022-07-21 19:10 ` Arnd Bergmann
2022-07-22 8:04 ` Lukasz Majewski
2022-07-22 9:14 ` Arnd Bergmann
2022-07-22 11:04 ` Lukasz Majewski
2022-07-22 12:16 ` Arnd Bergmann
2022-07-25 8:08 ` Nikita Shubin
2022-07-25 8:16 ` Arnd Bergmann
2022-07-21 14:17 ` [PATCH 07/13] ARM: mmp: mark all board files for removal Arnd Bergmann
2022-07-21 14:17 ` [PATCH 08/13] ARM: footbridge: mark cats board " Arnd Bergmann
2022-07-21 14:17 ` [PATCH 09/13] ARM: sa1100: mark most boards as unused Arnd Bergmann
2022-07-22 11:29 ` Linus Walleij
2022-07-21 14:17 ` [PATCH 10/13] ARM: omap1: add Kconfig dependencies for unused boards Arnd Bergmann
2022-07-21 15:03 ` Aaro Koskinen
2022-07-21 14:17 ` [PATCH 11/13] ARM: s3c: mark most board files as unused Arnd Bergmann
2022-07-26 9:38 ` Krzysztof Kozlowski
2022-07-21 14:17 ` [PATCH 12/13] ARM: iop32x: mark " Arnd Bergmann
2022-07-21 23:59 ` Dan Williams
2022-07-21 14:17 ` [PATCH 13/13] ARM: cns3xxx: add CONFIG_UNUSED_BOARD_FILES dependency Arnd Bergmann
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=87y1wmy1yg.wl-maz@kernel.org \
--to=maz@kernel.org \
--cc=arnd@arndb.de \
--cc=arnd@kernel.org \
--cc=daniel@zonque.org \
--cc=lfdebrux@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=robert.jarzmik@free.fr \
/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;
as well as URLs for NNTP newsgroup(s).