From: "Philippe Mathieu-Daudé" <philmd@linaro.org>
To: Sergey Kambalin <serg.oker@gmail.com>, qemu-arm@nongnu.org
Cc: qemu-devel@nongnu.org, Sergey Kambalin <sergey.kambalin@auriga.com>
Subject: Re: [PATCH v4 00/45] Raspberry Pi 4B machine
Date: Sat, 9 Dec 2023 11:47:07 +0100 [thread overview]
Message-ID: <364000d5-433f-4356-823f-1a4be43a4c8d@linaro.org> (raw)
In-Reply-To: <20231208023145.1385775-1-sergey.kambalin@auriga.com>
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 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.
>
> I did my best to keep the commits less than 200 changes,
> but had to make some of them a bit more in order to
> keep their integrity.
>
> This is v2 patchset with the most of v1 remarks fixed.
> I named it as 'v4' because of mistakes while attempts to send previous patchsets
> Please ignore all other v1...v3 patchsets except the very first one.
I really want to review your series, but I have been busy and
won't have time to look at it the next 2 weeks :/
Thanks Peter for reviewing the previous version :)
> Sergey Kambalin (45):
> Split out common part of BCM283X classes
> Split out common part of peripherals
> Split out raspi machine common part
> Introduce BCM2838 SoC
> Add GIC-400 to BCM2838 SoC
> Add BCM2838 GPIO stub
> Implement BCM2838 GPIO functionality
> Connect SD controller to BCM2838 GPIO
> Add GPIO and SD to BCM2838 periph
> Add BCM2838 checkpoint support
> Introduce Raspberry PI 4 machine
> Temporarily disable unimplemented rpi4b devices
> Add memory region for BCM2837 RPiVid ASB
> Add BCM2838 PCIE Root Complex
> Add BCM2838 PCIE host
> Enable BCM2838 PCIE
> Add RNG200 skeleton
> Add RNG200 RNG and RBG
> Get rid of RNG200 timer
> Implement BCM2838 thermal sensor
> Add clock_isp stub
> Add GENET stub
> Add GENET register structs. Part 1
> Add GENET register structs. Part 2
> Add GENET register structs. Part 3
> Add GENET register structs. Part 4
> Add GENET register access macros
> Implement GENET register ops
> Implement GENET MDIO
> Implement GENET TX path
> Implement GENET RX path
> Enable BCM2838 GENET controller
> Connect RNG200, PCIE and GENET to GIC
> Add Rpi4b boot tests
> Add mailbox test stub
> Add mailbox test constants
> Add mailbox tests tags. Part 1
> Add mailbox tests tags. Part 2
> Add mailbox tests tags. Part 3
> Add mailbox property tests. Part 1
> Add mailbox property tests. Part 2
> Add mailbox property tests. Part 3
> Add missed BCM2835 properties
> Append added properties to mailbox test
> Add RPi4B to paspi4.rst
next prev parent reply other threads:[~2023-12-09 10:48 UTC|newest]
Thread overview: 83+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-08 2:31 [PATCH v4 00/45] Raspberry Pi 4B machine Sergey Kambalin
2023-12-08 2:31 ` [PATCH v4 01/45] Split out common part of BCM283X classes Sergey Kambalin
2023-12-18 15:58 ` Peter Maydell
2023-12-08 2:31 ` [PATCH v4 02/45] Split out common part of peripherals Sergey Kambalin
2023-12-18 15:58 ` Peter Maydell
2023-12-08 2:31 ` [PATCH v4 03/45] Split out raspi machine common part Sergey Kambalin
2023-12-18 15:59 ` Peter Maydell
2023-12-08 2:31 ` [PATCH v4 04/45] Introduce BCM2838 SoC Sergey Kambalin
2023-12-18 16:07 ` Peter Maydell
2023-12-08 2:31 ` [PATCH v4 05/45] Add GIC-400 to " Sergey Kambalin
2023-12-18 16:23 ` Peter Maydell
2023-12-08 2:31 ` [PATCH v4 06/45] Add BCM2838 GPIO stub Sergey Kambalin
2023-12-18 16:28 ` Peter Maydell
2023-12-08 2:31 ` [PATCH v4 07/45] Implement BCM2838 GPIO functionality Sergey Kambalin
2023-12-18 16:35 ` Peter Maydell
2023-12-08 2:31 ` [PATCH v4 08/45] Connect SD controller to BCM2838 GPIO Sergey Kambalin
2023-12-18 16:38 ` Peter Maydell
2023-12-08 2:31 ` [PATCH v4 09/45] Add GPIO and SD to BCM2838 periph Sergey Kambalin
2023-12-18 16:41 ` Peter Maydell
2023-12-08 2:31 ` [PATCH v4 10/45] Add BCM2838 checkpoint support Sergey Kambalin
2023-12-18 16:42 ` Peter Maydell
2023-12-08 2:31 ` [PATCH v4 11/45] Introduce Raspberry PI 4 machine Sergey Kambalin
2024-01-15 12:32 ` Peter Maydell
2023-12-08 2:31 ` [PATCH v4 12/45] Temporarily disable unimplemented rpi4b devices Sergey Kambalin
2024-01-15 12:37 ` Peter Maydell
2023-12-08 2:31 ` [PATCH v4 13/45] Add memory region for BCM2837 RPiVid ASB Sergey Kambalin
2024-01-15 13:12 ` Peter Maydell
2023-12-08 2:31 ` [PATCH v4 14/45] Add BCM2838 PCIE Root Complex Sergey Kambalin
2024-01-15 13:57 ` Peter Maydell
2023-12-08 2:31 ` [PATCH v4 15/45] Add BCM2838 PCIE host Sergey Kambalin
2024-01-15 14:08 ` Peter Maydell
2024-01-29 3:18 ` Sergei Kambalin
2023-12-08 2:31 ` [PATCH v4 16/45] Enable BCM2838 PCIE Sergey Kambalin
2024-01-15 14:10 ` Peter Maydell
2023-12-08 2:31 ` [PATCH v4 17/45] Add RNG200 skeleton Sergey Kambalin
2024-01-15 14:19 ` Peter Maydell
2023-12-08 2:31 ` [PATCH v4 18/45] Add RNG200 RNG and RBG Sergey Kambalin
2024-01-15 14:29 ` Peter Maydell
2023-12-08 2:31 ` [PATCH v4 19/45] Get rid of RNG200 timer Sergey Kambalin
2024-01-15 14:33 ` Peter Maydell
2023-12-08 2:31 ` [PATCH v4 20/45] Implement BCM2838 thermal sensor Sergey Kambalin
2024-01-15 14:42 ` Peter Maydell
2023-12-08 2:31 ` [PATCH v4 21/45] Add clock_isp stub Sergey Kambalin
2024-01-15 14:43 ` Peter Maydell
2023-12-08 2:31 ` [PATCH v4 22/45] Add GENET stub Sergey Kambalin
2023-12-08 2:31 ` [PATCH v4 23/45] Add GENET register structs. Part 1 Sergey Kambalin
2023-12-08 2:31 ` [PATCH v4 24/45] Add GENET register structs. Part 2 Sergey Kambalin
2023-12-08 2:31 ` [PATCH v4 25/45] Add GENET register structs. Part 3 Sergey Kambalin
2023-12-08 2:31 ` [PATCH v4 26/45] Add GENET register structs. Part 4 Sergey Kambalin
2023-12-08 2:31 ` [PATCH v4 27/45] Add GENET register access macros Sergey Kambalin
2023-12-08 2:31 ` [PATCH v4 28/45] Implement GENET register ops Sergey Kambalin
2023-12-08 2:31 ` [PATCH v4 29/45] Implement GENET MDIO Sergey Kambalin
2023-12-08 2:31 ` [PATCH v4 30/45] Implement GENET TX path Sergey Kambalin
2023-12-08 2:31 ` [PATCH v4 31/45] Implement GENET RX path Sergey Kambalin
2023-12-08 2:31 ` [PATCH v4 32/45] Enable BCM2838 GENET controller Sergey Kambalin
2024-01-15 15:13 ` Peter Maydell
2023-12-08 2:31 ` [PATCH v4 33/45] Connect RNG200, PCIE and GENET to GIC Sergey Kambalin
2024-01-15 14:48 ` Peter Maydell
2023-12-08 2:31 ` [PATCH v4 34/45] Add Rpi4b boot tests Sergey Kambalin
2023-12-08 2:31 ` [PATCH v4 35/45] Add mailbox test stub Sergey Kambalin
2024-01-15 14:52 ` Peter Maydell
2023-12-08 2:31 ` [PATCH v4 36/45] Add mailbox test constants Sergey Kambalin
2024-01-15 14:55 ` Peter Maydell
2023-12-08 2:31 ` [PATCH v4 37/45] Add mailbox tests tags. Part 1 Sergey Kambalin
2024-01-15 14:58 ` Peter Maydell
2023-12-08 2:31 ` [PATCH v4 38/45] Add mailbox tests tags. Part 2 Sergey Kambalin
2023-12-08 2:31 ` [PATCH v4 39/45] Add mailbox tests tags. Part 3 Sergey Kambalin
2023-12-08 2:31 ` [PATCH v4 40/45] Add mailbox property tests. Part 1 Sergey Kambalin
2024-01-15 15:01 ` Peter Maydell
2023-12-08 2:31 ` [PATCH v4 41/45] Add mailbox property tests. Part 2 Sergey Kambalin
2023-12-08 2:31 ` [PATCH v4 42/45] Add mailbox property tests. Part 3 Sergey Kambalin
2023-12-08 2:31 ` [PATCH v4 43/45] Add missed BCM2835 properties Sergey Kambalin
2024-01-15 15:07 ` Peter Maydell
2023-12-08 2:31 ` [PATCH v4 44/45] Append added properties to mailbox test Sergey Kambalin
2023-12-08 2:31 ` [PATCH v4 45/45] Add RPi4B to paspi4.rst Sergey Kambalin
2024-01-15 15:02 ` Peter Maydell
2023-12-09 10:47 ` Philippe Mathieu-Daudé [this message]
2023-12-19 16:11 ` [PATCH v4 00/45] Raspberry Pi 4B machine Peter Maydell
2023-12-19 16:18 ` Kambalin, Sergey
2023-12-19 16:39 ` Peter Maydell
2023-12-19 17:07 ` Kambalin, Sergey
2024-01-15 15:17 ` Peter Maydell
-- strict thread matches above, loose matches on Subject: below --
2023-12-19 17:08 Kambalin, Sergey
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=364000d5-433f-4356-823f-1a4be43a4c8d@linaro.org \
--to=philmd@linaro.org \
--cc=qemu-arm@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=serg.oker@gmail.com \
--cc=sergey.kambalin@auriga.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).