[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v5 00/41] Raspberry Pi 4B machine
From: |
Peter Maydell |
Subject: |
Re: [PATCH v5 00/41] Raspberry Pi 4B machine |
Date: |
Thu, 22 Feb 2024 17:17:07 +0000 |
On Mon, 19 Feb 2024 at 01:19, Sergey Kambalin <serg.oker@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.
>
> 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 v5 patchset with the most of v1..v4 comments fixed.
I reviewed quite a lot of v4, but I don't see any of
my Reviewed-by tags in this version. Did you really change
every patch so much you had to drop the tags?
thanks
-- PMM
- [PATCH v5 28/41] Implement GENET RX path, (continued)
- [PATCH v5 28/41] Implement GENET RX path, Sergey Kambalin, 2024/02/18
- [PATCH v5 16/41] Add RPi4 RNG200, Sergey Kambalin, 2024/02/18
- [PATCH v5 34/41] Add mailbox tests tags. Part 2, Sergey Kambalin, 2024/02/18
- [PATCH v5 38/41] Add mailbox property tests. Part 3, Sergey Kambalin, 2024/02/18
- [PATCH v5 30/41] Add Rpi4b boot tests, Sergey Kambalin, 2024/02/18
- [PATCH v5 32/41] Add mailbox test constants, Sergey Kambalin, 2024/02/18
- [PATCH v5 39/41] Add missed BCM2835 properties, Sergey Kambalin, 2024/02/18
- [PATCH v5 41/41] Add RPi4B to paspi.rst, Sergey Kambalin, 2024/02/18
- [PATCH v5 26/41] Implement GENET MDIO, Sergey Kambalin, 2024/02/18
- [PATCH v5 27/41] Implement GENET TX path, Sergey Kambalin, 2024/02/18
- Re: [PATCH v5 00/41] Raspberry Pi 4B machine,
Peter Maydell <=