mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Sascha Hauer <s.hauer@pengutronix.de>
To: Barebox List <barebox@lists.infradead.org>,
	 Sascha Hauer <s.hauer@pengutronix.de>
Cc: Jan Weitzel <j.weitzel@phytec.de>,
	Vicente Bergas <vicencb@gmail.com>,
	 Bo Shen <voice.shen@atmel.com>,
	Matthias Kaehlcke <matthias@kaehlcke.net>,
	 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Subject: Re: [PATCH 00/15] ARM: remove non PBL ARM boards and sub architectures
Date: Tue, 30 Apr 2024 07:44:27 +0200	[thread overview]
Message-ID: <171445586760.3258187.16881943408368697225.b4-ty@pengutronix.de> (raw)
In-Reply-To: <20240425115439.2269239-1-s.hauer@pengutronix.de>


On Thu, 25 Apr 2024 13:54:24 +0200, Sascha Hauer wrote:
> The ARM architecture support in barebox has become quite complicated
> over time.  Most SoCs use PBL and relocatable binaries, but some older
> ones still don't.  This makes the lowlevel ARM code hard to maintain and
> often hard to understand.
> 
> I've decided that it is time to make a cut and to abandon the old non
> PBL boards and sometimes the sub architecture with it. This series
> removes:
> 
> [...]

Applied, thanks!

[01/15] ARM: move HAVE_PBL_MULTI_IMAGES up to ARCH_MULTIARCH
        https://git.pengutronix.de/cgit/barebox/commit/?id=13c3c07e96e1 (link may not be stable)
[02/15] ARM: move OFTREE and OFDEVICE up one level
        https://git.pengutronix.de/cgit/barebox/commit/?id=45b30c8d801e (link may not be stable)
[03/15] ARM: remove uemd architecure
        https://git.pengutronix.de/cgit/barebox/commit/?id=a5681b18d47c (link may not be stable)
[04/15] ARM: remove ep93xx
        https://git.pengutronix.de/cgit/barebox/commit/?id=5418fd777d76 (link may not be stable)
[05/15] ARM: remove canon-a1100 support
        https://git.pengutronix.de/cgit/barebox/commit/?id=b6e3e1d8dc3f (link may not be stable)
[06/15] ARM: remove davinci
        https://git.pengutronix.de/cgit/barebox/commit/?id=68da68c3b0f2 (link may not be stable)
[07/15] ARM: remove PXA boards
        https://git.pengutronix.de/cgit/barebox/commit/?id=d7d7a18304a3 (link may not be stable)
[08/15] ARM: remove nomadik
        https://git.pengutronix.de/cgit/barebox/commit/?id=32d76e3b9294 (link may not be stable)
[09/15] ARM: remove non PBL OMAP boards
        https://git.pengutronix.de/cgit/barebox/commit/?id=717deee50b3b (link may not be stable)
[10/15] ARM: remove non PBL Atmel boards
        https://git.pengutronix.de/cgit/barebox/commit/?id=e0ae81c736d9 (link may not be stable)
[11/15] ARM: move HAVE_PBL_MULTI_IMAGES to toplevel
        https://git.pengutronix.de/cgit/barebox/commit/?id=0e3cb435f7e5 (link may not be stable)
[12/15] ARM: drop non PBL support
        https://git.pengutronix.de/cgit/barebox/commit/?id=0a63711018eb (link may not be stable)
[13/15] ARM: drop barebox_arm_head()
        https://git.pengutronix.de/cgit/barebox/commit/?id=64627a98b6dd (link may not be stable)
[14/15] ARM: make relocatable mandatory
        https://git.pengutronix.de/cgit/barebox/commit/?id=9bca0e9adc70 (link may not be stable)
[15/15] ARM: drop TEXT_BASE
        https://git.pengutronix.de/cgit/barebox/commit/?id=8d0d0f9b67be (link may not be stable)

Best regards,
-- 
Sascha Hauer <s.hauer@pengutronix.de>




      parent reply	other threads:[~2024-04-30  5:45 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-25 11:54 Sascha Hauer
2024-04-25 11:54 ` [PATCH 01/15] ARM: move HAVE_PBL_MULTI_IMAGES up to ARCH_MULTIARCH Sascha Hauer
2024-04-25 11:54 ` [PATCH 02/15] ARM: move OFTREE and OFDEVICE up one level Sascha Hauer
2024-04-25 11:54 ` [PATCH 03/15] ARM: remove uemd architecure Sascha Hauer
2024-04-25 11:54 ` [PATCH 04/15] ARM: remove ep93xx Sascha Hauer
2024-04-25 11:54 ` [PATCH 05/15] ARM: remove canon-a1100 support Sascha Hauer
2024-04-25 11:54 ` [PATCH 06/15] ARM: remove davinci Sascha Hauer
2024-04-25 11:54 ` [PATCH 07/15] ARM: remove PXA boards Sascha Hauer
2024-04-25 11:54 ` [PATCH 08/15] ARM: remove nomadik Sascha Hauer
2024-04-25 11:54 ` [PATCH 09/15] ARM: remove non PBL OMAP boards Sascha Hauer
2024-04-25 11:54 ` [PATCH 10/15] ARM: remove non PBL Atmel boards Sascha Hauer
2024-04-25 16:56   ` Sam Ravnborg
2024-04-26 10:59     ` Sascha Hauer
2024-04-26 11:49       ` Sam Ravnborg
2024-04-25 11:54 ` [PATCH 11/15] ARM: move HAVE_PBL_MULTI_IMAGES to toplevel Sascha Hauer
2024-04-25 11:54 ` [PATCH 12/15] ARM: drop non PBL support Sascha Hauer
2024-04-25 11:54 ` [PATCH 13/15] ARM: drop barebox_arm_head() Sascha Hauer
2024-04-25 11:54 ` [PATCH 14/15] ARM: make relocatable mandatory Sascha Hauer
2024-04-25 11:54 ` [PATCH 15/15] ARM: drop TEXT_BASE Sascha Hauer
2024-04-30  5:44 ` Sascha Hauer [this message]

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=171445586760.3258187.16881943408368697225.b4-ty@pengutronix.de \
    --to=s.hauer@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    --cc=j.weitzel@phytec.de \
    --cc=matthias@kaehlcke.net \
    --cc=plagnioj@jcrosoft.com \
    --cc=vicencb@gmail.com \
    --cc=voice.shen@atmel.com \
    /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