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::243; helo=mail-it0-x243.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-it0-x243.google.com (mail-it0-x243.google.com [IPv6:2607:f8b0:4001:c0b::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 ACE2B2097DD1C for ; Tue, 29 May 2018 05:43:06 -0700 (PDT) Received: by mail-it0-x243.google.com with SMTP id c3-v6so18307213itj.4 for ; Tue, 29 May 2018 05:43:06 -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=z/URfo8Bas+oW7rss3kgZBb16UoW0EYt6ioUI4/ImFU=; b=bn8tJoxYZLIMJoXacDWcKxf8bYG3Xvay1/16Rcvx+PqBdAXrKHBZEuLvJLEKehJh/y KzQ+GhMHdGPYLBJv4EL8bA03FbhPydSdwvcpM5SvsQYZfJOHS8fBykILI2Q6g5LeYKbT DTf13Kh5snen1BnQR7yECVfr6HtG+D1MitYc4= 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=z/URfo8Bas+oW7rss3kgZBb16UoW0EYt6ioUI4/ImFU=; b=qsYzhY/R4i+nB0R3l0yifDd/roXUH82NitF8C0FaqeygGf1EBb9O53tGRK2nWgUYt1 EeUtnqv8g4YvC8/wup+iLL0M2V5wR4K+PAp4bB7iWsHdATX0KQUBROtV3RBzDtMjxGfH 5fjre/sy/JTzKoJcOFqm7w7kmwmjXmMLAEo4nbukdLqcelPKgI+O+/rTWfmLD4ch2wQs zYRrxa4d5FwK1i4GkQ+lM8QQynrUiG3seZ52tNeBPG/IFq1DiRh4hyco8C0WrFBhCUKC o/oEjIGtrpnOHZ9w9AtxnzYGDq2Nor4S76w++Y1TQcbJE4RSg0ajEdB5duAPFD1uXzdS KX0A== X-Gm-Message-State: ALKqPwc4jGaodN9mGn2xFUv5rZV30drmeMza/lvat9kv4n5BLqliO5MP 2BVtXkQkMOXuukg7yb9wqmPAwmzqRGKD772z6W3vHw== X-Google-Smtp-Source: AB8JxZoJFOsvEp4ctWHg7+liGojIjQvKBfEaIBf40bkhhsRk77HApSlA/j8MtJCZKQgzZVWgR36JflR/fvE2bCTHLps= X-Received: by 2002:a24:5091:: with SMTP id m139-v6mr13967183itb.50.1527597785851; Tue, 29 May 2018 05:43:05 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a6b:bb86:0:0:0:0:0 with HTTP; Tue, 29 May 2018 05:43:04 -0700 (PDT) In-Reply-To: References: <20180525061552.19840-1-michael.d.kinney@intel.com> From: Ard Biesheuvel Date: Tue, 29 May 2018 14:43:04 +0200 Message-ID: To: Michael D Kinney Cc: "edk2-devel@lists.01.org" , Eric Dong , Jiewen Yao , Star Zeng , David Wei 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: Tue, 29 May 2018 12:43:06 -0000 Content-Type: text/plain; charset="UTF-8" On 29 May 2018 at 11:51, Ard Biesheuvel wrote: > On 29 May 2018 at 11:51, Ard Biesheuvel wrote: >> On 25 May 2018 at 08:15, Michael D Kinney wrote: >>> https://bugzilla.tianocore.org/show_bug.cgi?id=801 >>> >>> Based on content from: >>> >>> https://github.com/Microsoft/MS_UEFI/blob/share/MsCapsuleSupport/MsCapsuleUpdatePkg/Include/Library/DisplayUpdateProgressLib.h >>> https://github.com/Microsoft/MS_UEFI/tree/share/MsCapsuleSupport/MsCapsuleUpdatePkg/Library/DisplayUpdateProgressGraphicsLib >>> https://github.com/Microsoft/MS_UEFI/tree/share/MsCapsuleSupport/MsCapsuleUpdatePkg/Library/DisplayUpdateProgressTextLib >>> >>> Updates for V3 >>> ============== >>> * Add Version field to EDKII_FIRMWARE_MANAGEMENT_PROGRESS_PROTOCOL >>> * Break up patch series into 4 smaller patch series to handle dependencies >>> between the edk2 repository and the edk2-platforms repository. >>> + Patch series for edk2 repo that adds DisplayUpdateProgressLib class and >>> instances. Defines the EDKII_FIRMWARE_MANAGEMENT_PROGRESS_PROTOCOL. >>> Adds PerformFlashWriteWithProgress() API to the PlatformFlashAccessLib. >>> + Patch series for platforms in edk2-platforms that use capsules to add the >>> DisplayUpdateProgressLib mapping to the DSC files and add the >>> PerformFlashWriteWithProgress() API implementation to the >>> PlatformFlashAccessLib implementations. >>> + Patch series for platforms in edk2 that use capsules to add the >>> DisplayUpdateProgressLib mapping to the DSC files and add the >>> PerformFlashWriteWithProgress() API implementation to the >>> PlatformFlashAccessLib implementations. >>> + Patch for edk2 that adds the use of the DisplayUpateProgressLib and the >>> PerformFlashWriteWithProgress() API . >>> >>> Updates for V2 >>> ============== >>> * Change DisplayUpdateProgressGraphicsLib to DisplayUpdateProgressLibGraphics >>> * Change DisplayUpdateProgressTextLib to DisplayUpdateProgressLibText >>> * Clarify that color in Firmware Management Progress Protocol is the foreground color >>> * Add missing parameters to PerformFlashWriteWithProgress() function header. >>> * Update PerformFlashWriteWithProgress() function header describing the use of >>> the start and end percentage values. >>> * Update QuarkPlatformPkg PerformFlashWriteWithProgress() to call Progress() for >>> the end precentage. >>> * Update Vlv2Tbl2DevicePkg PerformFlashWriteWithProgress() to call Progress() >>> for the end precentage. >>> >>> Add DisplayUpdateProgressLib class along implementations for both graphical >>> (Graphics Output Protocol based) and text (Simple Text Output Protocol based) >>> consoles. Also add the EDK II Firmware Management Progress Protocol that is an >>> optional protocol that provides the progress bar color and a watchdog timeout >>> value thaty can be used when a firmware image is updated in a firmware device. >>> >>> * Add progress support to DxeCapsuleLibFmp >>> * Add progress support to SystemFirmwareUpdateDxe >>> * Add progress support to PlatformFlashAccessLib class and instances. >>> * Reduce Print() calls during a firmware update. >>> >>> Cc: Sean Brogan >>> Cc: Star Zeng >>> Cc: Eric Dong >>> Cc: Jiewen Yao >>> Cc: David Wei >>> Cc: Mang Guo >>> Cc: Kelly Steele >>> >>> Signed-off-by: Michael D Kinney >>> Contributed-under: TianoCore Contribution Agreement 1.1 >>> >>> Michael D Kinney (3): >>> MdeModulePkg: Add DisplayUpdateProgressLib class >>> MdeModulePkg: Add DisplayUpdateProgressLib instances >>> SignedCapsulePkg/PlatformFlashAccessLib: Add progress API >>> >> >> This message says 0/3, but there appear to be 4 patches in the series??? >> > > Never mind, the threading in my email client confused me. OK I am still confused Where is this patch: + Patch for edk2 that adds the use of the DisplayUpateProgressLib and the PerformFlashWriteWithProgress() API . ??