qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 2/2] hw/arm: Add Olimex H405


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v2 2/2] hw/arm: Add Olimex H405
Date: Fri, 30 Dec 2022 16:43:20 +0100
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.6.1

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 <balbi@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é <philmd@linaro.org>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]