Hi,

On 11/7/25 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]>

The author email doesn't match the S-o-b line, so I'm Cc'ing both
addresses.

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
Could we have an entry in the MAINTAINERS file covering this board please?
Thanks,

Phil.

Reply via email to