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@xxxxxxxxxxxxxx>