All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v6 0/4]  Add the STM32F405 and Netduino Plus 2 machine
@ 2019-12-14  2:44 Alistair Francis
  2019-12-14  2:44 ` [PATCH v6 1/4] hw/misc: Add the STM32F4xx Sysconfig device Alistair Francis
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Alistair Francis @ 2019-12-14  2:44 UTC (permalink / raw)
  To: qemu-devel, peter.maydell; +Cc: alistair23, qemu-arm

Now that the Arm-M4 CPU has been added to QEMU we can add the Netduino
Plus 2 machine. This is very similar to the STM32F205 and Netduino 2 SoC
and machine.

v6:
 - Remove machine specific reset code
 - Rebase on master
v5:
 - Fix checkpatch failures
 - Add mising includes
v4:
 - Rebase on master
v3:
 - Remove custom reset handler
 - Add init-entry and init-sp properties
 - Rebase on master (including Kconfig changes)
v2:
 - Reorder patchset
 - Return the kernel entry point instead of using a pointer
 - Address Peter's comments

Alistair Francis (4):
  hw/misc: Add the STM32F4xx Sysconfig device
  hw/misc: Add the STM32F4xx EXTI device
  hw/arm: Add the STM32F4xx SoC
  hw/arm: Add the Netduino Plus 2

 MAINTAINERS                        |  14 ++
 default-configs/arm-softmmu.mak    |   1 +
 hw/arm/Kconfig                     |  16 ++
 hw/arm/Makefile.objs               |   2 +
 hw/arm/netduinoplus2.c             |  52 +++++
 hw/arm/stm32f405_soc.c             | 302 +++++++++++++++++++++++++++++
 hw/misc/Kconfig                    |   6 +
 hw/misc/Makefile.objs              |   2 +
 hw/misc/stm32f4xx_exti.c           | 189 ++++++++++++++++++
 hw/misc/stm32f4xx_syscfg.c         | 171 ++++++++++++++++
 hw/misc/trace-events               |  11 ++
 include/hw/arm/stm32f405_soc.h     |  73 +++++++
 include/hw/misc/stm32f4xx_exti.h   |  60 ++++++
 include/hw/misc/stm32f4xx_syscfg.h |  61 ++++++
 14 files changed, 960 insertions(+)
 create mode 100644 hw/arm/netduinoplus2.c
 create mode 100644 hw/arm/stm32f405_soc.c
 create mode 100644 hw/misc/stm32f4xx_exti.c
 create mode 100644 hw/misc/stm32f4xx_syscfg.c
 create mode 100644 include/hw/arm/stm32f405_soc.h
 create mode 100644 include/hw/misc/stm32f4xx_exti.h
 create mode 100644 include/hw/misc/stm32f4xx_syscfg.h

-- 
2.24.0



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2019-12-18  4:16 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-14  2:44 [PATCH v6 0/4] Add the STM32F405 and Netduino Plus 2 machine Alistair Francis
2019-12-14  2:44 ` [PATCH v6 1/4] hw/misc: Add the STM32F4xx Sysconfig device Alistair Francis
2019-12-14  2:44 ` [PATCH v6 2/4] hw/misc: Add the STM32F4xx EXTI device Alistair Francis
2019-12-14 13:49   ` Philippe Mathieu-Daudé
2019-12-18  4:04     ` Alistair Francis
2019-12-14  2:44 ` [PATCH v6 3/4] hw/arm: Add the STM32F4xx SoC Alistair Francis
2019-12-14  2:44 ` [PATCH v6 4/4] hw/arm: Add the Netduino Plus 2 Alistair Francis
2019-12-17 16:03   ` Peter Maydell
2019-12-18  4:13     ` Alistair Francis

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.