Re: [PATCH v4 00/45] Raspberry Pi 4B machine

2024-01-15 Thread Peter Maydell
On Tue, 19 Dec 2023 at 16:11, Peter Maydell wrote: > > On Fri, 8 Dec 2023 at 02:32, 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 ker

Re: [PATCH v4 00/45] Raspberry Pi 4B machine

2023-12-19 Thread Kambalin, Sergey
lin; qemu-...@nongnu.org; qemu-devel@nongnu.org Тема: Re: [PATCH v4 00/45] Raspberry Pi 4B machine On Tue, 19 Dec 2023 at 16:18, Kambalin, Sergey wrote: > > Thank you a lot for the review Peter! > > > May I kindly ask you to take just a brief look at the first patches of GENET? >

Re: [PATCH v4 00/45] Raspberry Pi 4B machine

2023-12-19 Thread Kambalin, Sergey
lin; qemu-...@nongnu.org; qemu-devel@nongnu.org Тема: Re: [PATCH v4 00/45] Raspberry Pi 4B machine On Tue, 19 Dec 2023 at 16:18, Kambalin, Sergey wrote: > > Thank you a lot for the review Peter! > > > May I kindly ask you to take just a brief look at the first patches of GENET? >

Re: [PATCH v4 00/45] Raspberry Pi 4B machine

2023-12-19 Thread Peter Maydell
On Tue, 19 Dec 2023 at 16:18, Kambalin, Sergey wrote: > > Thank you a lot for the review Peter! > > > May I kindly ask you to take just a brief look at the first patches of GENET? > I'd like to know if I've chosen the right way to replace bitfields with QEMU > REG32/FIELD32 macros. The FIELD a

Re: [PATCH v4 00/45] Raspberry Pi 4B machine

2023-12-19 Thread Kambalin, Sergey
Auriga Inc. От: Peter Maydell Отправлено: 19 декабря 2023 г. 10:11:43 Кому: Sergey Kambalin Копия: qemu-...@nongnu.org; qemu-devel@nongnu.org; Kambalin, Sergey Тема: Re: [PATCH v4 00/45] Raspberry Pi 4B machine On Fri, 8 Dec 2023 at 02:32, Sergey Kambalin wrote: > > Introducing

Re: [PATCH v4 00/45] Raspberry Pi 4B machine

2023-12-19 Thread Peter Maydell
On Fri, 8 Dec 2023 at 02:32, 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 te

Re: [PATCH v4 00/45] Raspberry Pi 4B machine

2023-12-09 Thread Philippe Mathieu-Daudé
Hi Sergey, On 8/12/23 03:31, 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 tests has been m

[PATCH v4 00/45] Raspberry Pi 4B machine

2023-12-07 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