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:c09::22c; helo=mail-wm0-x22c.google.com; envelope-from=leif.lindholm@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wm0-x22c.google.com (mail-wm0-x22c.google.com [IPv6:2a00:1450:400c:c09::22c]) (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 EAA6E21F3C194 for ; Tue, 10 Oct 2017 09:30:28 -0700 (PDT) Received: by mail-wm0-x22c.google.com with SMTP id i124so6998001wmf.3 for ; Tue, 10 Oct 2017 09:33:57 -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=5xeiAML08HZRQ94IDPuPhusqTN0Pnv4x/5wzm66Yr94=; b=di8CMWZs+8/jPEqHCtENC7+Mzzk7T6wpY4UmoSlFliOlQL9DGkIR+gr4hW81aQMIND GbgNsUKim1+mrNgXUKD22HIjB9bEqEQNM8xENpk33jYH4W2oT20OcDyJAd/Q2ZKtv1AM UQRv8qfuEOxEedKeTjC9Jbyd18WCgXO8SRmjw= 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=5xeiAML08HZRQ94IDPuPhusqTN0Pnv4x/5wzm66Yr94=; b=ATzP+RgHtxCTQezXLi+y1peQ5IQ6QSYp9OUat9SwDwRxFBgVyTCqcMIudSb4JxCEO8 +y2qnXIqaIGD7geeDU+QbaA0yC3b2BrnclAYzsSTgjes9W29yUKEREJjLfsPZ8n84v3n ADVpXBZdqWjOkBQ5L5CLDEbIruByQooQ/MXOFoPHEtlNcg0COnHl1jvH6TPMASu3afyb y0uBR64uWxy+Lscni30woEX+F21vyX7iGq8PXurQrojVUNIUF0I3q5Vcy68uI5SFdTXw Hq5qj5hm2dfR5BFBrGFAmlnQTEpPYDT4c+hiLNNdcphRLVtIfTx2a4NHyziViBp1jBlk NpwA== X-Gm-Message-State: AMCzsaVC6OEtQBXS87G8/KNOt5JZbuvsGbFahlfp+3FuFJotmDhWjtC9 ReNTue+z2xT8iv0IsSeRt/aJYqmMHd0= X-Google-Smtp-Source: AOwi7QBiORajBkqT3lgrA6Sc1APXGzZHRhqntZkhd+prc8JSlbJ87MekzsfgIDb8lXbPgCzhsFT6MQ== X-Received: by 10.28.135.5 with SMTP id j5mr13496199wmd.21.1507653235787; Tue, 10 Oct 2017 09:33:55 -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 31sm5148787wrm.0.2017.10.10.09.33.54 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 10 Oct 2017 09:33:54 -0700 (PDT) Date: Tue, 10 Oct 2017 17:33:53 +0100 From: Leif Lindholm To: Evan Lloyd Cc: "edk2-devel@lists.01.org" Message-ID: <20171010163353.o7cgswbcxw6zafux@bivouac.eciton.net> References: <20170922161807.11756-1-evan.lloyd@arm.com> <20171009112225.jqmou4tqr2jcnotd@bivouac.eciton.net> MIME-Version: 1.0 In-Reply-To: User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [PATCH 0/2] Add FPDT Acpi table 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: , X-List-Received-Date: Tue, 10 Oct 2017 16:30:29 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Thanks. Pushed as a63be426f8 (edk2) and 5d6506e4e9 (edk2-platforms). (I also deleted a stray "Change-id" tag from each commit message.) Regards, Leif On Tue, Oct 10, 2017 at 04:11:15PM +0000, Evan Lloyd wrote: > Hi Leif. > Firstly - sorry I thought we had this sorted. > > > -----Original Message----- > > From: Leif Lindholm [mailto:leif.lindholm@linaro.org] > > Sent: 09 October 2017 12:22 > > To: Evan Lloyd > > Cc: edk2-devel@lists.01.org > > Subject: Re: [PATCH 0/2] Add FPDT Acpi table > > > > On Fri, Sep 22, 2017 at 05:18:05PM +0100, evan.lloyd@arm.com wrote: > > > From: EvanLloyd > > > Paired patches for edk2 and edk2-platforms that add an FPDT acpi > > > table. > > > This is useful for monitoring firmware performance, etc. > > > > With Graeme's Reviewed-by, I'm happy with thise series. > > However, can you confirm your intent was to submit this series under > > Tianocore Contribution Agreement 1.1? > > [[Evan Lloyd]] Secondly - yes I did intend to submit under Tianocore Contribution Agreement 1.1. Frankly, I'm a bit baffled by how this 1.0 got through. > > Regards, > Evan > > > > I can fold that in when pushing. > > > > Regards, > > > > Leif > > > > > Alexei Fedorov (1): > > > ArmPlatformPkg: Store initial timer value > > > > > > ArmPlatformPkg/PrePi/PeiMPCore.inf | 3 ++- > > > ArmPlatformPkg/PrePi/PeiUniCore.inf | 3 ++- > > > ArmPlatformPkg/PrePi/PrePi.c | 10 +++++++++- > > > 3 files changed, 13 insertions(+), 3 deletions(-) > > > > > > See https://github.com/EvanLloyd/tianocore/tree/164_FPDT_v1 > > > > > > Alexei Fedorov (1): > > > ARM/JunoPkg: Add support for FPDT table. > > > > > > Platform/ARM/VExpressPkg/ArmVExpress.dsc.inc | 9 ++++++++- > > > Platform/ARM/JunoPkg/ArmJuno.dsc | 9 +++++++++ > > > Platform/ARM/JunoPkg/ArmJuno.fdf | 6 ++++++ > > > 3 files changed, 23 insertions(+), 1 deletion(-) > > > > > > See https://github.com/EvanLloyd/edk2-platforms/tree/164_FPDT_v1 > > > > > > -- > > > Guid("CE165669-3EF3-493F-B85D-6190EE5B9759") > > > > IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.