From patchwork Mon Jul 17 12:44:54 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Peter Maydell X-Patchwork-Id: 107918 Delivered-To: patch@linaro.org Received: by 10.140.101.44 with SMTP id t41csp4469279qge; Mon, 17 Jul 2017 05:48:07 -0700 (PDT) X-Received: by 10.237.41.38 with SMTP id s35mr27229254qtd.199.1500295687697; Mon, 17 Jul 2017 05:48:07 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1500295687; cv=none; d=google.com; s=arc-20160816; b=m3QH5yanJZK6+3rwJ41digje+3zwXzSSfRFIV6BAvbEHXl2b6NRRRPA0cFFGgXdXk6 vQ/RnVTBRjUFeHWJwFYuUWCF98/tCwcIncAqL0P/qexbEiR6Tk/SpQ1MtSCO7hS3gZ8U mJFzo2mXYirJE4w3mBjRM38kGkcG3+wepCOrpkkCwo8mlaEZlCcGUZLXKjCxs/9JLz65 JkanR88+VUBR2tyGLUuqf3/csKQnjcR92dZFGcYI4b/dl18R63EkvFWMT564fzfglub6 XIAd3pDJD0Iaye1urIL+ap9mYV/hOCDCrljU5wIiVapmLBxb33wRn4OQARBeJWmw8A2L 4SXQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=sender:errors-to:list-subscribe:list-help:list-post:list-archive :list-unsubscribe:list-id:precedence:subject :content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:to:from:arc-authentication-results; bh=9E1/9MeJ+A47CePWnFxONRuHwnCJwkBjYaVunULYZik=; b=Y6X5yCxxxMBD6sqkOxgpryg7P0FehE0AJPS2n6GmsobG9anmSywqo2qkJ4TDxlFamq QwWsd5B3LiPSyqLiltTFq4By4B3mJEVOfvMeh+pI6hgwSML9Uuw+MRqxu2yuioshs6lV O9BYGHZoeJuV7gN0B4bUASQOQI8VhKX7EQXZ++qcZiRteK86tz0BwTNLksK0AmKcs9al Qtdg7jsBlHTDTg3T9K8nFNjE+Fc53iHvCcT+J2SuwLtp/vG0VSVaPXKgE+VcRA/B5mNM K2NuVNvdjHuE71oKrR1l6vFxyWK4NKXXIronIZ5Z5ZQFyeu/gwcMrCEKvoi6Me+d0TmQ g97Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of qemu-devel-bounces+patch=linaro.org@nongnu.org designates 2001:4830:134:3::11 as permitted sender) smtp.mailfrom=qemu-devel-bounces+patch=linaro.org@nongnu.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=linaro.org Return-Path: Received: from lists.gnu.org (lists.gnu.org. [2001:4830:134:3::11]) by mx.google.com with ESMTPS id c77si14537934qkb.328.2017.07.17.05.48.07 for (version=TLS1 cipher=AES128-SHA bits=128/128); Mon, 17 Jul 2017 05:48:07 -0700 (PDT) Received-SPF: pass (google.com: domain of qemu-devel-bounces+patch=linaro.org@nongnu.org designates 2001:4830:134:3::11 as permitted sender) client-ip=2001:4830:134:3::11; Authentication-Results: mx.google.com; spf=pass (google.com: domain of qemu-devel-bounces+patch=linaro.org@nongnu.org designates 2001:4830:134:3::11 as permitted sender) smtp.mailfrom=qemu-devel-bounces+patch=linaro.org@nongnu.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=linaro.org Received: from localhost ([::1]:50171 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dX5RV-0001cm-9b for patch@linaro.org; Mon, 17 Jul 2017 08:48:05 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59061) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dX5Oc-0007r2-Kd for qemu-devel@nongnu.org; Mon, 17 Jul 2017 08:45:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dX5Ob-0002Df-Dz for qemu-devel@nongnu.org; Mon, 17 Jul 2017 08:45:06 -0400 Received: from orth.archaic.org.uk ([2001:8b0:1d0::2]:37640) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dX5Ob-0002Ci-7G for qemu-devel@nongnu.org; Mon, 17 Jul 2017 08:45:05 -0400 Received: from pm215 by orth.archaic.org.uk with local (Exim 4.84_2) (envelope-from ) id 1dX5OZ-0003Xh-U6 for qemu-devel@nongnu.org; Mon, 17 Jul 2017 13:45:03 +0100 From: Peter Maydell To: qemu-devel@nongnu.org Date: Mon, 17 Jul 2017 13:44:54 +0100 Message-Id: <1500295494-8991-19-git-send-email-peter.maydell@linaro.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1500295494-8991-1-git-send-email-peter.maydell@linaro.org> References: <1500295494-8991-1-git-send-email-peter.maydell@linaro.org> MIME-Version: 1.0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:8b0:1d0::2 Subject: [Qemu-devel] [PULL 18/18] MAINTAINERS: Add entries for MPS2 board X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+patch=linaro.org@nongnu.org Sender: "Qemu-devel" Add entries to the MAINTAINERS file for the new MPS2 board and devices. Since the CMSDK devices are not specific to the MPS2 board, extend the existing 'PrimeCell' section to cover CMSDK devices as well; in both cases these are devices implemented by ARM and provided as RTL that may be used in multiple SoCs and boards. Signed-off-by: Peter Maydell Message-id: 1500029487-14822-10-git-send-email-peter.maydell@linaro.org Reviewed-by: Alex Bennée Reviewed-by: Philippe Mathieu-Daudé --- MAINTAINERS | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) -- 2.7.4 diff --git a/MAINTAINERS b/MAINTAINERS index b9aa878..5ea273f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -375,7 +375,7 @@ F: hw/*/allwinner* F: include/hw/*/allwinner* F: hw/arm/cubieboard.c -ARM PrimeCell +ARM PrimeCell and CMSDK devices M: Peter Maydell L: qemu-arm@nongnu.org S: Maintained @@ -389,6 +389,10 @@ F: hw/intc/pl190.c F: hw/sd/pl181.c F: hw/timer/pl031.c F: include/hw/arm/primecell.h +F: hw/timer/cmsdk-apb-timer.c +F: include/hw/timer/cmsdk-apb-timer.h +F: hw/char/cmsdk-apb-uart.c +F: include/hw/char/cmsdk-apb-uart.h ARM cores M: Peter Maydell @@ -450,6 +454,14 @@ S: Maintained F: hw/arm/integratorcp.c F: hw/misc/arm_integrator_debug.c +MPS2 +M: Peter Maydell +L: qemu-arm@nongnu.org +S: Maintained +F: hw/arm/mps2.c +F: hw/misc/mps2-scc.c +F: include/hw/misc/mps2-scc.h + Musicpal M: Jan Kiszka L: qemu-arm@nongnu.org