From nobody Thu May 2 12:37:03 2024 Delivered-To: importer@patchew.org Received-SPF: none (zoho.com: 198.145.21.10 is neither permitted nor denied by domain of lists.01.org) client-ip=198.145.21.10; envelope-from=edk2-devel-bounces@lists.01.org; helo=ml01.01.org; Authentication-Results: mx.zohomail.com; dkim=fail; spf=none (zoho.com: 198.145.21.10 is neither permitted nor denied by domain of lists.01.org) smtp.mailfrom=edk2-devel-bounces@lists.01.org Return-Path: Received: from ml01.01.org (ml01.01.org [198.145.21.10]) by mx.zohomail.com with SMTPS id 1503440605117437.8361386495353; Tue, 22 Aug 2017 15:23:25 -0700 (PDT) Received: from [127.0.0.1] (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id 6398021E49BC6; Tue, 22 Aug 2017 15:20:48 -0700 (PDT) Received: from mail-wr0-x230.google.com (mail-wr0-x230.google.com [IPv6:2a00:1450:400c:c0c::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 26EA921E49BB6 for ; Tue, 22 Aug 2017 15:20:47 -0700 (PDT) Received: by mail-wr0-x230.google.com with SMTP id z91so162860wrc.4 for ; Tue, 22 Aug 2017 15:23:20 -0700 (PDT) Received: from vanye.hemma.eciton.net (cpc92316-cmbg19-2-0-cust118.5-4.cable.virginm.net. [82.12.0.119]) by smtp.gmail.com with ESMTPSA id n71sm314804wmg.13.2017.08.22.15.23.17 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 22 Aug 2017 15:23:17 -0700 (PDT) X-Original-To: edk2-devel@lists.01.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=g0bWXqfNxBbG8kkENdC+IVVko2wgPAle1GGnN6sKJ14=; b=Yq1AORWSd00Q1NULPEARGER6ALPEp9euu9Vfy8VRTxqV2T/WH/iCb+VL/F8x7k/fHs LSpj1NZP4W8yYxinLA14XdvNXODQonwaTrTyNxl71v3yHdavLJ/RIAUwiPlxpbby/r77 GHJGqQVb/6ON9eeOrAw6EGUsifvMc8Kwc0qgQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=g0bWXqfNxBbG8kkENdC+IVVko2wgPAle1GGnN6sKJ14=; b=pOiOxyqlc3AorcByyODla0OikS8ndFdNWdquNsT5AG4W7nqgp/xMZm3wHJrNYRQ3WH A0KKHG7pDQ664/dJr9iuwS34mOLtg+H7MdAPn8TM7d0f0VtAnJON7covzw5chISBh2NI AiYOTxBWJduMWravfCRmaEZw24qRHsILykLPA5QEH+DI/rl2frBW5/Rt7KW/iDR1BEi5 6UIToYCStXBVOXCzxJ2iTimYBwdjGmGA9NoHtMD6utB1TuPNhGk7PMSZIt/R635BZ3Ya B0UQsXE6d6MT9cVn33mRdDJgx3XPNRYmToW9FrO/f57WyIHpOWYvIucfg1YDSxw6jJxw 2C6w== X-Gm-Message-State: AHYfb5hx0j7KDBRhErrbeJIF4U3GeOGXA9lbZrztJc4zLiX5J3B3naS9 JoisL/QEO1wFOp77f0VvxQ== X-Received: by 10.223.174.209 with SMTP id y75mr342465wrc.19.1503440598358; Tue, 22 Aug 2017 15:23:18 -0700 (PDT) From: Leif Lindholm To: edk2-devel@lists.01.org Date: Tue, 22 Aug 2017 23:23:16 +0100 Message-Id: <20170822222316.1085-1-leif.lindholm@linaro.org> X-Mailer: git-send-email 2.11.0 Subject: [edk2] [PATCH edk2-platforms] Maintainers.txt: Add Ard Biesheuvel X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Michael D Kinney , Ard Biesheuvel MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Errors-To: edk2-devel-bounces@lists.01.org Sender: "edk2-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) X-ZohoMail: RDKM_2 RSF_4 Z_629925259 SPT_0 Content-Type: text/plain; charset="utf-8" Initial version contained only myself and Mike. While a more granular structure will be needed long-term, let's have two ARM-maintainers for now. Cc: Ard Biesheuvel Cc: Michael D Kinney Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Leif Lindholm Reviewed-by: Ard Biesheuvel Reviewed-by: Michael D Kinney --- Maintainers.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Maintainers.txt b/Maintainers.txt index 0dd5b3743..6477591e6 100644 --- a/Maintainers.txt +++ b/Maintainers.txt @@ -39,9 +39,11 @@ EDK II Packages: ---------------- =20 Platform +M: Ard Biesheuvel M: Leif Lindholm M: Michael D Kinney =20 Silicon +M: Ard Biesheuvel M: Leif Lindholm M: Michael D Kinney --=20 2.11.0 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel