On 30/12/22 15:57, Felipe Balbi wrote:
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 <ba...@kernel.org>
---

Changes since v1:
        - Add a note in stm32.rst
        - Initialize default_cpu_type to cortex-m4
        - 0-initialize default_ram_size

  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 +++++++++++++++++++++++++
  6 files changed, 82 insertions(+)
  create mode 100644 hw/arm/olimex-stm32-h405.c

Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>


Reply via email to