From patchwork Fri Jul 14 10:51:27 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Peter Maydell X-Patchwork-Id: 107769 Delivered-To: patches@linaro.org Received: by 10.140.101.44 with SMTP id t41csp729880qge; Fri, 14 Jul 2017 03:51:32 -0700 (PDT) X-Received: by 10.28.218.145 with SMTP id r139mr2341800wmg.69.1500029492753; Fri, 14 Jul 2017 03:51:32 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1500029492; cv=none; d=google.com; s=arc-20160816; b=sWpvdt2k/3XHJYU7ODz73XI9bdyeDseH74MJwVk6AsbOIzIPjNdgEcsh0GPd6bLuQL GE/Y8c+ZjJnKJGPf0IV63ZaTcT65bpNT9z9dmZt1e2BQwxziHjbSUvkTxP2SsuWDweIw 42NQ28IsokA+VCqF2w2tZDroQA/1zOjn90tL1wfNKAumZng6XS+2GA4ohj5KjSs5o8KB 3X7CF8nOz+HJtS3KHkLMAFc/ud6tvDQKOxY3y7Fd3A95BOrbI+rpDy0D8KJwbhXOft/8 MvA0/SSyv8mTgtOWTdbk9Kw3HIAfAUScDclVe4SrOARNlldNU241RSwbh5I3M41ZcMUX yghg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=references:in-reply-to:message-id:date:subject:cc:to:from :arc-authentication-results; bh=oGL8N2Ir72Wq2PwdocMLtocdYZ7JNW1vuknL23TNHbA=; b=x5vg2XWiri2cWbcsfHYXmlZD2CIapu/SzHjlfgjr7+Ov0SM9p918vOc97Dr7IgaqGC RS3tc++ZLic/xF4FXO03kYO1hNYkrDgUAS/ynI6ZQ4A8TZ6DzeeyT5jIeeCD498JBdHE uP7i8qa5f/fXDlyfeiO+ytQZRO7Na3VOjmUX5L9KJR3TDvoQwS7Dm6oWPllpBQBxVDQo gJPrtzLeJ5AAqHLF18Lig1k9GhBpPDJR4NJL7b8iU8+JqxhKo3lP4WMIifECP8KUb3tY 43NhTiRqrQpKLZvbeWJivg7EjciTfJ6w/LC0/BHL7kFro05W8b2Mwtx9cKheYMmTddyW 6CSA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of pm215@archaic.org.uk designates 2001:8b0:1d0::2 as permitted sender) smtp.mailfrom=pm215@archaic.org.uk; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=linaro.org Return-Path: Received: from orth.archaic.org.uk (orth.archaic.org.uk. [2001:8b0:1d0::2]) by mx.google.com with ESMTPS id m84si2008948wmc.86.2017.07.14.03.51.32 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 14 Jul 2017 03:51:32 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of pm215@archaic.org.uk designates 2001:8b0:1d0::2 as permitted sender) client-ip=2001:8b0:1d0::2; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of pm215@archaic.org.uk designates 2001:8b0:1d0::2 as permitted sender) smtp.mailfrom=pm215@archaic.org.uk; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=linaro.org Received: from pm215 by orth.archaic.org.uk with local (Exim 4.84_2) (envelope-from ) id 1dVyC4-0007lz-7E; Fri, 14 Jul 2017 11:51:32 +0100 From: Peter Maydell To: qemu-arm@nongnu.org, qemu-devel@nongnu.org Cc: patches@linaro.org, =?utf-8?q?Philippe_Mathieu-Daud=C3=A9?= , Alistair Francis Subject: [PATCH v2 9/9] MAINTAINERS: Add entries for MPS2 board Date: Fri, 14 Jul 2017 11:51:27 +0100 Message-Id: <1500029487-14822-10-git-send-email-peter.maydell@linaro.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1500029487-14822-1-git-send-email-peter.maydell@linaro.org> References: <1500029487-14822-1-git-send-email-peter.maydell@linaro.org> 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 --- MAINTAINERS | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) -- 2.7.4 Reviewed-by: Alex Bennée Reviewed-by: Philippe Mathieu-Daudé diff --git a/MAINTAINERS b/MAINTAINERS index 9529c94..10f5cd6 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -380,7 +380,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 @@ -394,6 +394,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 @@ -455,6 +459,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