[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 02/12] hw/arm/raspi: Merge model 4B with other models
From: |
Peter Maydell |
Subject: |
Re: [PATCH v2 02/12] hw/arm/raspi: Merge model 4B with other models |
Date: |
Tue, 4 Feb 2025 15:02:51 +0000 |
On Tue, 4 Feb 2025 at 00:22, Philippe Mathieu-Daudé <philmd@linaro.org> wrote:
>
> Except we alter the device tree blob, the 4B
> is just another raspi model.
>
> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
> ---
> hw/arm/raspi.c | 114 ++++++++++++++++++++++++++++++++++++-
> hw/arm/raspi4b.c | 136 ---------------------------------------------
> hw/arm/meson.build | 2 +-
> 3 files changed, 114 insertions(+), 138 deletions(-)
> delete mode 100644 hw/arm/raspi4b.c
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
thanks
-- PMM
- [PATCH v2 00/12] hw/arm/raspi: Allow creating any Raspberry Pi machine, Philippe Mathieu-Daudé, 2025/02/03
- [PATCH v2 01/12] hw/arm/raspi: Access SoC parent object using BCM283X_BASE() macro, Philippe Mathieu-Daudé, 2025/02/03
- [PATCH v2 02/12] hw/arm/raspi: Merge model 4B with other models, Philippe Mathieu-Daudé, 2025/02/03
- Re: [PATCH v2 02/12] hw/arm/raspi: Merge model 4B with other models,
Peter Maydell <=
- [PATCH v2 03/12] hw/arm/raspi: Unify RASPI_MACHINE types, Philippe Mathieu-Daudé, 2025/02/03
- [PATCH v2 04/12] hw/arm/raspi: Pass board_rev as argument to raspi_base_machine_init(), Philippe Mathieu-Daudé, 2025/02/03
- [PATCH v2 05/12] hw/arm/raspi: Consider processor id in types[] array, Philippe Mathieu-Daudé, 2025/02/03
- [PATCH v2 06/12] hw/arm/raspi: Consider network interface for B models, Philippe Mathieu-Daudé, 2025/02/03
- [PATCH v2 07/12] hw/arm/raspi: Check ramsize is within chipset aperture, Philippe Mathieu-Daudé, 2025/02/03
- [PATCH v2 08/12] hw/arm/raspi: Introduce generic Raspberry Pi machine, Philippe Mathieu-Daudé, 2025/02/03