]> git.ipfire.org Git - thirdparty/qemu.git/commit
MAX78000: Add MAX78000FTHR Machine
authorJackson Donaldson <jackson88044@gmail.com>
Fri, 4 Jul 2025 22:32:29 +0000 (18:32 -0400)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 8 Jul 2025 16:31:38 +0000 (17:31 +0100)
commit51eb283dd0e29f29adf1943c063614156ca7cbd7
tree851725e9769071376b00c3ed18bd9a35a76899b7
parentdf6fe2abf2e990f767ce755d426bc439c7bba336
MAX78000: Add MAX78000FTHR Machine

This patch adds support for the MAX78000FTHR machine.

The MAX78000FTHR contains a MAX78000 and a RISC-V core. This patch
implements only the MAX78000, which is Cortex-M4 based.
Details can be found at:
https://www.analog.com/media/en/technical-documentation/user-guides/max78000-user-guide.pdf

Signed-off-by: Jackson Donaldson <jcksn@duck.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 20250704223239.248781-2-jcksn@duck.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/Kconfig
hw/arm/max78000_soc.c [new file with mode: 0644]
hw/arm/max78000fthr.c [new file with mode: 0644]
hw/arm/meson.build
include/hw/arm/max78000_soc.h [new file with mode: 0644]