Hi, On Tue, Apr 19, 2022 at 03:36:42PM +0200, Arnd Bergmann wrote: > From: Arnd Bergmann <arnd@xxxxxxxx> > > This is the full series for converting OMAP1 to multiplatform, rebased > from my 2019 attempt to do the same thing. The soc tree contains simpler > patches to do the same for iop32x, ixp4xx, ep93xx and s3c24xx, which > means we are getting closer to completing this for all ARMv5 platforms > (I have patches for PXA, which is the last one remaining). > > Janusz already tested the branch separately and did the missing work > for the common-clk conversion after my previous approach was broken. I tested the full series on the following OMAP1 boards: ams-delta, nokia770, osk, palmte and sx1 (QEMU only). Apart from the earlyprintk breakage, everything seemed to work OK. A minor note, zImage grows about 50 KB with a minimal kernel config. This is not yet critical, there's still about 7% headroom on 770 to the 2 MB bootloader limit on my setup. Also the decompression time is approaching the hardcoded watchdog timeout... A.