On Tue, 15 Oct 2024 at 18:30, Guenter Roeck <linux@xxxxxxxxxxxx> wrote: > > On 10/15/24 10:13, Peter Maydell wrote: > > On Fri, 8 Mar 2024 at 15:41, Peter Maydell <peter.maydell@xxxxxxxxxx> wrote: > >> Thanks to everybody for your input on this thread. My > >> proposal is to drop from QEMU: > >> * all the PXA2xx machines > >> * all the OMAP2 machines > >> * the cheetah OMAP1 machine > >> > >> leaving (at least for now) sx1, sx1-v1, collie. > > > > This has now gone through. I'm now looking for test images > > for these remaining boards, so we can keep them from breaking > > when we do refactoring and code cleanup/modernization. > > Specifically, I'm looking for: > > * QEMU command line > > * all the binary blobs that go with it (hosted somewhere that > > doesn't mind when our CI downloads all the images to run > > its tests...) > > * ideally, exercising the SD card interface if present > > > > Could the people who are still using/testing these boards > > help here ? > > > > You'll find everything at https://github.com/groeck/linux-build-test.git, > but give me a couple of days and I'll create explicit information. Yeah, I had a look at that but could only find the rootfs and got a bit lost trying to figure out what the QEMU commandline would end up being :-) > Is it ok if I create a github repository specifically for this purpose, > or does it have to be direct file downloads ? A github repo should be OK -- I'm pretty sure we can download from there (e.g. we already download some rootfs images from your linux-build-test github repo). > Note that my tests only boot from sd card for sx1. I also don't have > tests for sx1-v1, only for sx1. I don't recall if I ever tried sx1-v1. Looking at the QEMU machine model code they don't differ much -- sx1-v1 has a bit less flash, and that's about it. thanks -- PMM