From patchwork Thu Feb 14 01:06:34 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Anthony Green X-Patchwork-Id: 220309 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 9E1A32C008C for ; Thu, 14 Feb 2013 12:06:50 +1100 (EST) Received: from localhost ([::1]:40661 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U5nHk-0005bE-PS for incoming@patchwork.ozlabs.org; Wed, 13 Feb 2013 20:06:48 -0500 Received: from eggs.gnu.org ([208.118.235.92]:56404) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U5nHZ-0005b5-Qs for qemu-devel@nongnu.org; Wed, 13 Feb 2013 20:06:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U5nHX-0004Zq-UI for qemu-devel@nongnu.org; Wed, 13 Feb 2013 20:06:37 -0500 Received: from mail-oa0-f49.google.com ([209.85.219.49]:53402) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U5nHX-0004Zl-PO for qemu-devel@nongnu.org; Wed, 13 Feb 2013 20:06:35 -0500 Received: by mail-oa0-f49.google.com with SMTP id j6so1957568oag.22 for ; Wed, 13 Feb 2013 17:06:35 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:x-originating-ip:date:message-id:subject :from:to:content-type:content-transfer-encoding:x-gm-message-state; bh=UgIomTWy9XT/ZXA5psJKUPkekKrV3aOgkibpSHvlYLA=; b=BAWqa2elKbQu7ln03KKObD02Ytglyg3LxRoCpgxAba4l8OkSPwfOvxPMgN9XvYhLGS PKMRRH1aKcH81pAWPMeJnVsZaNAcowIA0yElLx9flUim1cxpiAY61aQ9Vc2Byjysglmq Fb0oCn1Xqxosi3pYLcj5iP8K5d/PnyqkAXIyGn6pWO9ZbLNmgHMGIEBqzfm2ETLn+WJT lbgEgGTXdDS7uki7YVx3ki+JZnTpsP7qCAbvYXRj51N0bq9f/1YjqmmQV9Rsecr7MEJS L/D+dlwnWQb9nJUOY4N5VPzyQKWTnbRlVC4UcHOY+bzozCsIqeC1slPqP2rue5piYvCC p4xA== MIME-Version: 1.0 X-Received: by 10.182.40.71 with SMTP id v7mr17859021obk.85.1360803995179; Wed, 13 Feb 2013 17:06:35 -0800 (PST) Received: by 10.76.154.199 with HTTP; Wed, 13 Feb 2013 17:06:34 -0800 (PST) X-Originating-IP: [207.112.118.212] Date: Wed, 13 Feb 2013 20:06:34 -0500 Message-ID: From: Anthony Green To: qemu-devel X-Gm-Message-State: ALoCoQnYNiVf/uSMThbSGOwelL9lKXAzzNypdLSrKmFGiO9JYjOvBPWXNrFXguIjKoRjZB/XVeR5 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 209.85.219.49 Subject: [Qemu-devel] [PATCH moxie 1/5] New processor port X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org 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 ---  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  S: Odd Fixes  F: target-mips/ +Moxie +M: Anthony Green +S: Maintained +F: target-moxie/ +  PowerPC  M: Alexander Graf  L: qemu-ppc@nongnu.org