diff mbox

[moxie,1/5] New processor port

Message ID CACxje5-SPiJTBqx-n1dhwbzZU9-wW5SUzXs48ZYrEjDTN+Zfiw@mail.gmail.com
State New
Headers show

Commit Message

Anthony Green Feb. 14, 2013, 1:06 a.m. UTC
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 <green@moxielogic.com>
---
 MAINTAINERS | 5 +++++
 1 file changed, 5 insertions(+)

Comments

Andreas Färber Feb. 14, 2013, 10:41 a.m. UTC | #1
Hello,

Am 14.02.2013 02:06, schrieb Anthony Green:
> 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 <green@moxielogic.com>
> ---
>  MAINTAINERS | 5 +++++
>  1 file changed, 5 insertions(+)

Please adhere to our patch submission conventions: Please thread patches
of a series together so that they stay together (standard git-send-email
settings) and use a cover letter to describe the series and any changes
between versions.
http://wiki.qemu.org/Contribute/SubmitAPatch

There's no reason to use [PATCH moxie n/m] if this series applies to master.

For the commit messages, please leave out any personal messages such as
"Hello" and "I" and roughly follow
https://live.gnome.org/Git/CommitMessages
using a "target-moxie: Yada yada" scheme where applicable.

This patch 1/5 adds no code to target-moxie/ but describes it in
MAINTAINERS. Please just make this change in a patch that actually adds
such code.

There's duplicate patches on the list. If you resend for whatever reason
please use --subject-prefix="PATCH v2" etc. to distinguish (NB: "moxie"
left out intentionally).

It looks like this series is lacking changes to configure?

Also a heads-up that we are in the middle of a CPU code refactoring and
that some CPU-related functions will change argument type and fields
their location once the 1.5 merge window opens.

Regards,
Andreas

> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 21043e4..b970159 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -91,6 +91,11 @@ M: Aurelien Jarno <aurelien@aurel32.net>
>  S: Odd Fixes
>  F: target-mips/
> 
> +Moxie
> +M: Anthony Green <green@moxielogic.com>
> +S: Maintained
> +F: target-moxie/
> +
>  PowerPC
>  M: Alexander Graf <agraf@suse.de>
>  L: qemu-ppc@nongnu.org
>
diff mbox

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 21043e4..b970159 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -91,6 +91,11 @@  M: Aurelien Jarno <aurelien@aurel32.net>
 S: Odd Fixes
 F: target-mips/

+Moxie
+M: Anthony Green <green@moxielogic.com>
+S: Maintained
+F: target-moxie/
+
 PowerPC
 M: Alexander Graf <agraf@suse.de>
 L: qemu-ppc@nongnu.org