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::241; helo=mail-wr0-x241.google.com; envelope-from=leif.lindholm@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wr0-x241.google.com (mail-wr0-x241.google.com [IPv6:2a00:1450:400c:c0c::241]) (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 CC490209859BB for ; Thu, 31 May 2018 14:16:12 -0700 (PDT) Received: by mail-wr0-x241.google.com with SMTP id y15-v6so34311881wrg.11 for ; Thu, 31 May 2018 14:16:12 -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=QNmgjBXbiI88vEp9p1kTnqNSl8674hoMQBrt2VLajo4=; b=OdVlQomGuvdFd5750b9aiED80HXnn1WOXc1wwLe02Cwpt7bmY1rNhOjZ+K0GicxdbI dXXqA0CKpYczZ+HdFPwHQ39JI+vu+T9v3OPCXbG4u9XEXECGr9H5naTyLI2u38KzPCLa Gx4evpqWxBR/dnReKaFtEeIhtO52cjMMMTRhc= 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=QNmgjBXbiI88vEp9p1kTnqNSl8674hoMQBrt2VLajo4=; b=jtc8SESVG8a8jSkSZhF+N62ZjcdZDAwwMYymTSyTg6OsHbQ0WLh+g/+nu8w25tS2Nk ekgz4vWlPHYiCC4OQ5kbsqwE3thJyawLCQkytRtAJuPvLZ+x9vO3XKN94i9q/gohhIOr 3pgRv7r5NG312pXRg+sMtNNmkeBJGgvqbqHzgdA2JVnJ8cu5aaWwahQcmkI/eHRbS0oD LNgEp6n3eKKvlW50k8kVTcQK85lYueWMnAH3r+AxQ6FjMqy2d4eBSarURUMPV1lC6V7F qKShhNOay1svuZV4JBgFeiV1WmKuLSNSFHxTuBJNbIXeMbwZOFJWHIhinow94RERFSKB 9YJw== X-Gm-Message-State: ALKqPwdtBolE1U3l4zUFuFW7L4p8nUiErWAGI/xFaPnD89iR2beYlqtW D8tG+v3D+6ee7hmQD3jbTMggzA== X-Google-Smtp-Source: ADUXVKJvfbVQzKVMJx6K2kIH27XnPltQHSHRjuQdfWV35s0GQtkNAvwW7jrcb6Bqb604Z5ysgOGyKw== X-Received: by 2002:adf:a54a:: with SMTP id j10-v6mr7216851wrb.155.1527801371255; Thu, 31 May 2018 14:16:11 -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 u7-v6sm22800783wrp.44.2018.05.31.14.16.10 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 31 May 2018 14:16:10 -0700 (PDT) Date: Thu, 31 May 2018 22:16:08 +0100 From: Leif Lindholm To: Ard Biesheuvel Cc: edk2-devel@lists.01.org, graeme.gregory@linaro.org Message-ID: <20180531211608.jqwwtfv4s5e3p2ft@bivouac.eciton.net> References: <20180531104634.23215-1-ard.biesheuvel@linaro.org> MIME-Version: 1.0 In-Reply-To: <20180531104634.23215-1-ard.biesheuvel@linaro.org> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [PATCH edk2-platforms 0/2] enable FPDT table for SynQuacer X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 May 2018 21:16:13 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, May 31, 2018 at 12:46:32PM +0200, Ard Biesheuvel wrote: > Enable some of the status code reporting infrastructure in patch #1 so > we can include the FPDT DXE driver in patch #2 which produces the FPDT > diagnostic table which tells us how much time was spent in the firmware, > in the OS loader, and in ExitBootServices(). > > Ard Biesheuvel (2): > Platform/DeveloperBox: wire up status code reporting for DXE phase > Platform/DeveloperBox: enable FPDT table For the series: Reviewed-by: Leif Lindholm > Platform/Socionext/DeveloperBox/DeveloperBox.dsc | 12 ++++++++++++ > Platform/Socionext/DeveloperBox/DeveloperBox.fdf | 2 ++ > Silicon/Socionext/SynQuacer/Acpi.dsc.inc | 6 ++++++ > 3 files changed, 20 insertions(+) > > -- > 2.17.0 >