From patchwork Fri May 18 15:31:57 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Maydell X-Patchwork-Id: 136325 Delivered-To: patches@linaro.org Received: by 2002:a2e:9706:0:0:0:0:0 with SMTP id r6-v6csp1386741lji; Fri, 18 May 2018 08:31:59 -0700 (PDT) X-Google-Smtp-Source: AB8JxZosjKL6NYu1584ZwY2lBvb8dqBb4LNhuAwIJvvIJ/xZ9g/0zMNxc/zOW03rRSTMGhkWmjUl X-Received: by 2002:a1c:4406:: with SMTP id r6-v6mr4558888wma.99.1526657519171; Fri, 18 May 2018 08:31:59 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1526657519; cv=none; d=google.com; s=arc-20160816; b=CGXHGUg0u1WUGMNos1Z4t+CvY//QCKoWOCKPRyJOWDamYtOXPzFH3S+xQo3wqscXcU 2hnSL+eLooW1zeocVO4UPwEETxA0XlwpCJS+rOTficZR8qtYJA1ghCzVDMEsPqFh44u8 KNKeBnPWH3ZL0FllbxciK/CLw1YwZjsF2itF23CrjoLE48g6Ug8+7cefHM0b46fYaB95 SO3ISR0los0m8JL7pCUs3YQTkjBrfFELild7alFF/CnsyphEpBlE8M/hfUtO05vLxL5h 49mpsPOOPEObsNMcQDMuLelDQzlsTXvlspwjOqtRJRHWbK1nHSf/Fdi8F9mFXTPTiow7 GbIA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=message-id:date:subject:cc:to:from:arc-authentication-results; bh=5KLxjM/SD0EyVdFBdGAqRn1ZWGaCIF8qgsC+3V5Y9kw=; b=FWsXF320vNEcpiMIG5LKSMM+T1f/4oqSnmYa+QeFCgRAUHUfMqAN7ypD/FuOhx7P2c lt9PtqCMelmsMNWv4pwfT2qfMo0U6XM9g4sLsNBxuutDs4CIsGM7OEBC5fnoepy97FpU qvE90+5yiQq/Z4x+WJ39tNENV+rtwrj2VrpON28rIlnyaMCATAfiy+Gd5oIIuzjg7eI6 jDUQ3apsXUTx6zzcGOtPPXSsnSXq8C/T6DjhZMWkFgjAhGWXm1+b8AA5PlOgN780br+X pXr0qIEyt5ieFmcVaaRqt5x4Uaqoh4j7YOFhzoVmQe8e79Dg8Av0y4dSTCf4xi9EMxD8 SL1Q== 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 34-v6si6544938wre.368.2018.05.18.08.31.59 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 18 May 2018 08:31:59 -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.89) (envelope-from ) id 1fJhMM-0004go-2r; Fri, 18 May 2018 16:31:58 +0100 From: Peter Maydell To: qemu-arm@nongnu.org, qemu-devel@nongnu.org Cc: patches@linaro.org Subject: [PATCH] MAINTAINERS: Add entries for newer MPS2 boards and devices Date: Fri, 18 May 2018 16:31:57 +0100 Message-Id: <20180518153157.14899-1-peter.maydell@linaro.org> X-Mailer: git-send-email 2.17.0 Add entries to MAINTAINERS to cover the newer MPS2 boards and the new devices they use. Signed-off-by: Peter Maydell --- Oops, forgot these when we added the mps2-an505... MAINTAINERS | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) -- 2.17.0 diff --git a/MAINTAINERS b/MAINTAINERS index e187b1f18f..1823f900b9 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -447,6 +447,8 @@ 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 +F: hw/misc/tz-ppc.c +F: include/hw/misc/tz-ppc.h ARM cores M: Peter Maydell @@ -515,8 +517,11 @@ 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 +F: hw/arm/mps2-tz.c +F: hw/misc/mps2-*.c +F: include/hw/misc/mps2-*.h +F: hw/arm/iotkit.c +F: include/hw/arm/iotkit.h Musicpal M: Jan Kiszka