From patchwork Wed Feb 13 22:18:42 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Anthony Green X-Patchwork-Id: 220393 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 CEF442C008E for ; Thu, 14 Feb 2013 19:34:14 +1100 (EST) Received: from localhost ([::1]:33390 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U5uGf-00074L-7t for incoming@patchwork.ozlabs.org; Thu, 14 Feb 2013 03:34:09 -0500 Received: from eggs.gnu.org ([208.118.235.92]:45653) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U5kf6-0003eO-UO for qemu-devel@nongnu.org; Wed, 13 Feb 2013 17:18:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U5kf5-0004w0-IA for qemu-devel@nongnu.org; Wed, 13 Feb 2013 17:18:44 -0500 Received: from mail-ob0-f180.google.com ([209.85.214.180]:40117) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U5kf5-0004vs-DL for qemu-devel@nongnu.org; Wed, 13 Feb 2013 17:18:43 -0500 Received: by mail-ob0-f180.google.com with SMTP id ef5so1758829obb.39 for ; Wed, 13 Feb 2013 14:18:42 -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:x-gm-message-state; bh=kxX7JYsxxXrvFMg3KwC7sniMvYeIaxOiKF7+YzRQbtA=; b=LAnHaXSLKprXJEKbXzck59AB+sa01wNbKfBrLSJ53cm60HnWIZojzuyABLgrv4a2Jd fgNBvcwkS/09Z5GuuztJAnmiPkRx6TcuVB9Qul2QAZ8NEgYD4Zzp1YLb8MLL49vagvoW upIREuCF20MhdoDol7+KxFrSsLuVziGOt8ZN7eF62uG+2/5fNA6shq/eZAHMgsP48fdp gvMvwSt4/ogVDYfKbXBSTUSZQJsXKqfecepQenCi/638lqv/0elwR4z5aXKg7gk8OT0D BwT4BtHgH84k/oUG/aE/k/Z1EsHZObGTsYijCOAgwSz3K/lxYYr2XOiE6QfzwNv19nUJ zRGg== MIME-Version: 1.0 X-Received: by 10.60.172.108 with SMTP id bb12mr17790288oec.110.1360793922496; Wed, 13 Feb 2013 14:18:42 -0800 (PST) Received: by 10.76.154.199 with HTTP; Wed, 13 Feb 2013 14:18:42 -0800 (PST) X-Originating-IP: [207.112.118.212] Date: Wed, 13 Feb 2013 17:18:42 -0500 Message-ID: From: Anthony Green To: qemu-devel@nongnu.org X-Gm-Message-State: ALoCoQlBwAlGG4CFopHGHNTbMnW7mDoUP60jgPr3znTKeGqpGjNE17Pszc2eLrm75Kcy5OPlyjmq X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 209.85.214.180 X-Mailman-Approved-At: Thu, 14 Feb 2013 03:33:55 -0500 Subject: [Qemu-devel] [PATCH moxie 1/5] New port contribution 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 From aaa3802f785954ddafd696a1ed61ea40ea59db5f Mon Sep 17 00:00:00 2001 From: Anthony Green Date: Wed, 13 Feb 2013 16:43:46 -0500 Subject: [PATCH 1/5] Add myself as moxie maintainer 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