From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2a00:1450:400c:c0c::243; helo=mail-wr0-x243.google.com; envelope-from=leif.lindholm@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wr0-x243.google.com (mail-wr0-x243.google.com [IPv6:2a00:1450:400c:c0c::243]) (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 70060225E9652 for ; Tue, 20 Mar 2018 18:13:52 -0700 (PDT) Received: by mail-wr0-x243.google.com with SMTP id z8so3576827wrh.7 for ; Tue, 20 Mar 2018 18:20:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=JqAV/dh2Swes7hetwm1y5FcNSRmTiZdCRJzwyTIByPQ=; b=fWCcnYYA5eWVhc12BqC8RCBneB3lQxfIsBqQuFt/3/d62SI98TcVLcjhcgEefnyi+O 6DbT6hQOWExZ/+tYMQPEtY/sRAVY0JzgUJTrGYUE8puUncin91m14D+ynjgfouuSll6k Ecm1qef0Yr21sIhugmaSReaMnf9rlrhIeXmHQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=JqAV/dh2Swes7hetwm1y5FcNSRmTiZdCRJzwyTIByPQ=; b=IChmOnemzXsLidp580AaoxaIgfAYlIc3GtCHnldMZGc6xBdrstdrFn/GTTICkM6ftJ bwRrE4DSdI9aUB8zS8UeCsGCoEmQl/Q0FZDW8CjzupaCdyBsCT1VnNbEoBvarnDRRmL0 4n7cHFJxr+TotG9C2pVo5YylaNxfbwpLf8v6Ganit9ShPl7/5I/CBvDKF3TYR5c3T87q lXybdWu72zbgGVdBsJ1J4Y+xl85Q0GFWkhoLzQsM8XC8ROY5TnA86irWD9SVlEmpwlb6 Cgogo+1aCjVMrb12CUqORZUG/3qtnmNXAUlSYuUCQ0KQ7zpYXplOcxvx+bb3zFesGxZ8 RI8g== X-Gm-Message-State: AElRT7Eb3KHOLBVvzEbnuEkxHneskBwO6pPHldwFXNPltLhZKqdJMrCi /d7efjik7B3M/Pv2Rohsw71+Yw== X-Google-Smtp-Source: AG47ELvz7k5zOoMMgMCGSumLyDDESr3j9DzjADAO4wpYAD+XwkTL2eFnICQAUah8PQhWX5iRz+m4OA== X-Received: by 10.223.164.140 with SMTP id g12mr11673533wrb.270.1521595220845; Tue, 20 Mar 2018 18:20:20 -0700 (PDT) Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id o11sm3166140wrg.91.2018.03.20.18.20.19 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 20 Mar 2018 18:20:19 -0700 (PDT) Date: Wed, 21 Mar 2018 01:20:18 +0000 From: Leif Lindholm To: achin.gupta@arm.com Cc: edk2-devel@lists.01.org, afish@apple.com, michael.d.kinney@intel.com, jiewen.yao@intel.com, supreeth.venkatesh@arm.com, nd@arm.com Message-ID: <20180321012018.py52zlg5aqamvrhr@bivouac.eciton.net> References: <1518701510-6213-1-git-send-email-achin.gupta@arm.com> <1518701510-6213-2-git-send-email-achin.gupta@arm.com> MIME-Version: 1.0 In-Reply-To: <1518701510-6213-2-git-send-email-achin.gupta@arm.com> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [edk2 PATCH v2 1/1] Maintainers.txt: Add StandaloneMmPkg and maintainers X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Mar 2018 01:13:53 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Reviewed-by: Leif Lindholm Pushed as 2b85beae0b. Please start bringing the code in via regular mailing list review by belowmentioned maintainerers/reviewer. On Thu, Feb 15, 2018 at 01:31:50PM +0000, achin.gupta@arm.com wrote: > From: Achin Gupta > > This patch adds maintainers, reviewer and directory for the > StandaloneMmPkg. This package will host an implementation of Standalone > Management Mode as specified in the Platform Initialization (PI) > Specification, Volume 4: Management Mode Core Interface. > > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Achin Gupta > --- > Maintainers.txt | 5 +++++ > StandaloneMmPkg | 0 > 2 files changed, 5 insertions(+) > > diff --git a/Maintainers.txt b/Maintainers.txt > index 74f2538..be5d527 100644 > --- a/Maintainers.txt > +++ b/Maintainers.txt > @@ -259,3 +259,8 @@ M: Mang Guo > Vlv2TbltDevicePkg > M: David Wei > M: Mang Guo > + > +StandaloneMmPkg > +M: Achin Gupta > +M: Jiewen Yao > +R: Supreeth Venkatesh > diff --git a/StandaloneMmPkg b/StandaloneMmPkg > new file mode 100644 > index 0000000..e69de29 > -- > 1.9.1 >