Re: [PATCH 00/19] sunxi: SPL cleanup part 1

2024-01-17 Thread Andre Przywara
On Wed, 3 Jan 2024 00:12:20 + Andre Przywara wrote: Hi, > This is the first part of a series to clean up the Allwinner SPL a bit. will anyone have a chance to look at this? I compiled patches 1-4,6,7 for all sunxi boards and the resulting binaries were identical compared to the base, so i

[PATCH 00/19] sunxi: SPL cleanup part 1

2024-01-02 Thread Andre Przywara
This is the first part of a series to clean up the Allwinner SPL a bit. One big driver for this whole clean up is to eventually accommodate the RISC-V chips, which share most platform devices, but cannot use any code that currently lives under arch/arm. So the idea is to disentangle the code, to ge