[PATCH v2 0/2] hw/arm: Add support for STM32 H405 and fix STM32F405 memory layout

Felipe Balbi posted 2 patches 1 year, 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20221230145733.200496-1-balbi@kernel.org
Maintainers: Alexandre Iooss <erdnaxe@crans.org>, Peter Maydell <peter.maydell@linaro.org>, Felipe Balbi <balbi@kernel.org>, Alistair Francis <alistair@alistair23.me>
MAINTAINERS                             |  6 +++
configs/devices/arm-softmmu/default.mak |  1 +
docs/system/arm/stm32.rst               |  1 +
hw/arm/Kconfig                          |  4 ++
hw/arm/meson.build                      |  1 +
hw/arm/olimex-stm32-h405.c              | 69 +++++++++++++++++++++++++
hw/arm/stm32f405_soc.c                  |  8 +++
include/hw/arm/stm32f405_soc.h          |  5 +-
8 files changed, 94 insertions(+), 1 deletion(-)
create mode 100644 hw/arm/olimex-stm32-h405.c
[PATCH v2 0/2] hw/arm: Add support for STM32 H405 and fix STM32F405 memory layout
Posted by Felipe Balbi 1 year, 4 months ago
Hi,

The following patches pass checkpatch.pl and have been tested against
55745005e90a.

Felipe Balbi (2):
  hw/arm/stm32f405: correctly describe the memory layout
  hw/arm: Add Olimex H405

 MAINTAINERS                             |  6 +++
 configs/devices/arm-softmmu/default.mak |  1 +
 docs/system/arm/stm32.rst               |  1 +
 hw/arm/Kconfig                          |  4 ++
 hw/arm/meson.build                      |  1 +
 hw/arm/olimex-stm32-h405.c              | 69 +++++++++++++++++++++++++
 hw/arm/stm32f405_soc.c                  |  8 +++
 include/hw/arm/stm32f405_soc.h          |  5 +-
 8 files changed, 94 insertions(+), 1 deletion(-)
 create mode 100644 hw/arm/olimex-stm32-h405.c

-- 
2.39.0
Re: [PATCH v2 0/2] hw/arm: Add support for STM32 H405 and fix STM32F405 memory layout
Posted by Peter Maydell 1 year, 3 months ago
On Fri, 30 Dec 2022 at 14:57, Felipe Balbi <balbi@kernel.org> wrote:
>
> Hi,
>
> The following patches pass checkpatch.pl and have been tested against
> 55745005e90a.
>
> Felipe Balbi (2):
>   hw/arm/stm32f405: correctly describe the memory layout
>   hw/arm: Add Olimex H405



Applied to target-arm.next, thanks.

-- PMM