On Tue, 27 Feb 2024 at 15:22, Peter Maydell <peter.mayd...@linaro.org> wrote: > > On Mon, 26 Feb 2024 at 00:04, Sergey Kambalin <serg.o...@gmail.com> wrote: > > > > Introducing Raspberry Pi 4B model. > > It contains new BCM2838 SoC, PCIE subsystem, > > RNG200, Thermal sensor and Genet network controller. > > > > It can work with recent linux kernels 6.x.x. > > Two avocado tests was added to check that. > > > > Unit tests has been made as read/write operations > > via mailbox properties. > > > > Genet integration test is under development. > > > > Every single commit > > 1) builds without errors > > 2) passes regression tests > > 3) passes style check* > > *the only exception is bcm2838-mbox-property-test.c file > > containing heavy macros usage which cause a lot of > > false-positives of checkpatch.pl. > > Hi; I had to drop the qtest patches from what I'm going to > apply upstream, because it turns out that they don't pass > if the host system is big-endian.
The parts of this series that I was able to take are now in upstream git, so if you like you can rebase your series on that. -- PMM