On Thu, 19 Jun 2025 at 00:05, Jackson Donaldson <jackson88...@gmail.com> wrote: > > 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 <jc...@duck.com> > --- > hw/arm/Kconfig | 10 ++ > hw/arm/max78000_soc.c | 172 ++++++++++++++++++++++++++++++++++ > hw/arm/max78000fthr.c | 50 ++++++++++ > hw/arm/meson.build | 2 + > include/hw/arm/max78000_soc.h | 35 +++++++ > 5 files changed, 269 insertions(+) > create mode 100644 hw/arm/max78000_soc.c > create mode 100644 hw/arm/max78000fthr.c > create mode 100644 include/hw/arm/max78000_soc.h
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> (in case you're not familiar with the email patch workflow, that means that when you do a v3 of this patchset, you should include that line in the commit message for this patch, unless you made changes to this patch: https://www.qemu.org/docs/master/devel/submitting-a-patch.html#proper-use-of-reviewed-by-tags-can-aid-review ) thanks -- PMM