From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:4001:c0b::22f; helo=mail-it0-x22f.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-it0-x22f.google.com (mail-it0-x22f.google.com [IPv6:2607:f8b0:4001:c0b::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 E63E7207E541B for ; Thu, 31 May 2018 04:12:33 -0700 (PDT) Received: by mail-it0-x22f.google.com with SMTP id l6-v6so14154881iti.2 for ; Thu, 31 May 2018 04:12:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=Pen84MEBNb21UkAzULkbS4dxbPyEEsmQwoRJ677WItc=; b=MH7b5uBCjj+e6CiCNTdrSBV6JOoLQVKb0fcvttKc2M+vaRWJvT5EQBaUR8ZGYoagvL Dt9xKxGxQw2cD6zmUVRIG9cn8mWGj5dRJbO0TlYyt0WC8LVFG+ogSp28W0GXPKHBVkme 29BlPwyiw2wV8z2T4s21xAgCEX0d0Vh4dZxto= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=Pen84MEBNb21UkAzULkbS4dxbPyEEsmQwoRJ677WItc=; b=ZgscxzIxZ8AqKdK6fY5KksM/0YoDu3Pj4hJK0HDtzqn6N+pPmvCR/CLm85IVw0g1Lg b1NvmwF1xv0a8Ga+38hjTARasCisL4qQDkDh3PNBmZz0VkO7QmRgmSWT+VGlmtn7KpGf 9WC6WyHAV8Z6dGLkBRKckH611xGNrzpwmLhQGMU3Q0gOSphqqYWwUhd9nW7Efl/RZR8W 378qe+7At6yvZtNIBlhQssOoqn0WK0fxgZpsrK7o0Z159vebfS+SVtvRwiJIhSvZpAUd q71iWhsDqPtlt+aPfsoFcGYpBSJPj/ymjEkwF7BNLXxuOWLOuQbG4EYyylLC+W0PpX6u na1w== X-Gm-Message-State: APt69E1lrJxtZiePNm9CTu3zldGkJhbMWuWiHPezNAmTMU4pnh4jWvOE YOnFd7e2YIQGtozrMrDMUOhWVO3aPQAIzbUTeto6Zxur X-Google-Smtp-Source: ADUXVKI0bGeOwCma+NSLMICop008Tm5YaoqKo0fXRZL1tVgj0ypkSsJqhsJfnmFlcdqN5fvJhThV131VHMdN3LQdKdU= X-Received: by 2002:a24:534e:: with SMTP id n75-v6mr5433100itb.138.1527765153223; Thu, 31 May 2018 04:12:33 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a6b:bb86:0:0:0:0:0 with HTTP; Thu, 31 May 2018 04:12:32 -0700 (PDT) In-Reply-To: References: <20180525061552.19840-1-michael.d.kinney@intel.com> <4A89E2EF3DFEDB4C8BFDE51014F606A14E28F088@SHSMSX104.ccr.corp.intel.com> From: Ard Biesheuvel Date: Thu, 31 May 2018 13:12:32 +0200 Message-ID: To: "Kinney, Michael D" Cc: "Gao, Liming" , "Dong, Eric" , "edk2-devel@lists.01.org" , "Yao, Jiewen" , "Zeng, Star" , "Wei, David" Subject: Re: [Patch v3 0/3] Add DisplayUpdateProgressLib for capsules 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 11:12:34 -0000 Content-Type: text/plain; charset="UTF-8" On 29 May 2018 at 16:31, Kinney, Michael D wrote: > Ard, > > I broke the series up into multiple series. > > I can send out the 4th one this morning so > you can see the one that uses it. It is a > repeat of content that was shared in a single > series earlier. I deferred it so we can get > all the platform updates done first so there > are no build breaks. > Yeah I found the code in question I believe.