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::22f; helo=mail-wm0-x22f.google.com; envelope-from=leif.lindholm@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wm0-x22f.google.com (mail-wm0-x22f.google.com [IPv6:2a00:1450:400c:c09::22f]) (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 DDE1E21E781F8 for ; Mon, 9 Oct 2017 04:19:02 -0700 (PDT) Received: by mail-wm0-x22f.google.com with SMTP id i124so22425784wmf.3 for ; Mon, 09 Oct 2017 04:22:29 -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=UVg6JEpS8kj7F9iNKyg5MQ9lnE61GxTQI2P8d3JHjsY=; b=fAhu2/TjS5Ejv103eMArPLSQc9BGTIxrQ7oSjXiMj4jbrLWPXzchSLVDa25xLY2tYL oJ4Tn74oMI7ramK+2ZBHgU92SAZ5bmfnEg2CAfZ7NcBnlCV8obIowdAwccfqygHJ5MnN EGXju2FS2kM/+hxraqw8vKbZgO/sizahiX5t0= 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=UVg6JEpS8kj7F9iNKyg5MQ9lnE61GxTQI2P8d3JHjsY=; b=UBBcd2RS5+jQvAz9Gia5qQ36rbA4FUR+PuC1xJZJWsKnlFvGEiBMoV+3A0TAF5+K1i 9qzD3lwJxNXZT/0Ao/YqSuVecULwPDxEBaT8GkDEUtmvRt2S078De72Kl3kwcQUbOhSb p8d70YU5vSJ5QuXX2HKQ7L+s8bJMBQ8SY0UAPqy4Q21rze1LCqLnvodpvxHsTtFF3ruU aQVPq64J/Y10tXdBF/+yQ34I1knZbWN+zdDgOLoBp8+X6Pz646ncXWtqkmhGWYQ+DuKO wTmHTrOrQNXgv0aO2al+Lm4galqD6Bmjd7B2mj96z0+JlcJrddR1UH7EAk8WEZnZAZuJ DOQw== X-Gm-Message-State: AMCzsaVCBulO4+1l2eb/KPzz0vJ93WnZ28JPLMqDaANIxlGDYf4A5tYK zU2DMAF6d/dqbIfazm7wDZ9NyBQbMug= X-Google-Smtp-Source: AOwi7QBdwXjfvwWjkmdfmJSKZQxHt9BG7okD836RldctQZJfJ7k/refnlOhtuNEn5Kz85O6bV8zLCw== X-Received: by 10.28.37.195 with SMTP id l186mr8640483wml.144.1507548148351; Mon, 09 Oct 2017 04:22:28 -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 4sm11357573wmm.1.2017.10.09.04.22.27 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 09 Oct 2017 04:22:27 -0700 (PDT) Date: Mon, 9 Oct 2017 12:22:25 +0100 From: Leif Lindholm To: evan.lloyd@arm.com Cc: edk2-devel@lists.01.org Message-ID: <20171009112225.jqmou4tqr2jcnotd@bivouac.eciton.net> References: <20170922161807.11756-1-evan.lloyd@arm.com> MIME-Version: 1.0 In-Reply-To: <20170922161807.11756-1-evan.lloyd@arm.com> 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: Mon, 09 Oct 2017 11:19:03 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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? 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") >