Re: [PATCH v6 00/41] Raspberry Pi 4B machine

2024-02-27 Thread Peter Maydell
On Tue, 27 Feb 2024 at 15:22, Peter Maydell wrote: > > On Mon, 26 Feb 2024 at 00:04, Sergey Kambalin 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 ke

Re: [PATCH v6 00/41] Raspberry Pi 4B machine

2024-02-27 Thread Peter Maydell
On Mon, 26 Feb 2024 at 00:04, Sergey Kambalin 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 t

Re: [PATCH v6 00/41] Raspberry Pi 4B machine

2024-02-27 Thread Peter Maydell
On Mon, 26 Feb 2024 at 18:09, Peter Maydell wrote: > I think the one question I have left is the name of the > board: currently it's "raspi4b-2g", but should we name > it just "raspi4b"? None of the names we use for the other > raspi boards we model have a suffix like the "-2g" here. > Philippe, d

Re: [PATCH v6 00/41] Raspberry Pi 4B machine

2024-02-26 Thread Peter Maydell
On Mon, 26 Feb 2024 at 00:04, Sergey Kambalin 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 t

[PATCH v6 00/41] Raspberry Pi 4B machine

2024-02-25 Thread Sergey Kambalin
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. G