OSDN Git Service

hw/arm: Add Olimex H405
authorFelipe Balbi <balbi@kernel.org>
Fri, 30 Dec 2022 14:57:33 +0000 (16:57 +0200)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 12 Jan 2023 16:50:19 +0000 (16:50 +0000)
commitee5bffa9fce10a3b191fe35279e2460e0a1ba320
tree47e4fe5c51c843d80fd08fc7220b650307e7338d
parent829da0dbe3112a78ab3e298222cd42e000e39c70
hw/arm: Add Olimex H405

Olimex makes a series of low-cost STM32 boards. This commit introduces
the minimum setup to support SMT32-H405. See [1] for details

[1] https://www.olimex.com/Products/ARM/ST/STM32-H405/

Signed-off-by: Felipe Balbi <balbi@kernel.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Message-id: 20221230145733.200496-3-balbi@kernel.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
MAINTAINERS
configs/devices/arm-softmmu/default.mak
docs/system/arm/stm32.rst
hw/arm/Kconfig
hw/arm/meson.build
hw/arm/olimex-stm32-h405.c [new file with mode: 0644]