Hello qemu maintainers, I have been maintaining a qemu port for moxie on github for a few years now, and would now like to submit it upstream. Moxie is a soft-core architecture, similar to lm32 and microblaze. The GNU toolchain has supported moxie for several years now. The qemu port is very basic, but sufficient to bring up a uClinux kernel port.
Thank you, Anthony Green Signed-off-by: Anthony Green <gr...@moxielogic.com> --- MAINTAINERS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 21043e4..b970159 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -91,6 +91,11 @@ M: Aurelien Jarno <aurel...@aurel32.net> S: Odd Fixes F: target-mips/ +Moxie +M: Anthony Green <gr...@moxielogic.com> +S: Maintained +F: target-moxie/ + PowerPC M: Alexander Graf <ag...@suse.de> L: qemu-...@nongnu.org