On 11/07/2025 15.33, Peter Maydell wrote:
From: Jackson Donaldson <[email protected]>
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 <[email protected]>
Reviewed-by: Peter Maydell <[email protected]>
Message-id: [email protected]
Signed-off-by: Peter Maydell <[email protected]>
---
include/hw/arm/max78000_soc.h | 35 +++++++
hw/arm/max78000_soc.c | 172 ++++++++++++++++++++++++++++++++++
hw/arm/max78000fthr.c | 50 ++++++++++
hw/arm/Kconfig | 10 ++
hw/arm/meson.build | 2 +
5 files changed, 269 insertions(+)
create mode 100644 include/hw/arm/max78000_soc.h
create mode 100644 hw/arm/max78000_soc.c
create mode 100644 hw/arm/max78000fthr.c
Hi Peter, hi Jackson,
could you please also provide a patch that adds an entry for this machine in
the MAINTAINERS file? (I just noticed that
tests/functional/arm/test_max78000fthr.py does not have any maintainer,
that's why I'm asking)
Thanks,
Thomas