From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=192.55.52.136; helo=mga12.intel.com; envelope-from=michael.d.kinney@intel.com; receiver=edk2-devel@lists.01.org Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 92B3322526482 for ; Wed, 4 Apr 2018 13:29:14 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Apr 2018 13:29:13 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.48,408,1517904000"; d="scan'208";a="44942620" Received: from orsmsx105.amr.corp.intel.com ([10.22.225.132]) by orsmga001.jf.intel.com with ESMTP; 04 Apr 2018 13:29:13 -0700 Received: from orsmsx158.amr.corp.intel.com (10.22.240.20) by ORSMSX105.amr.corp.intel.com (10.22.225.132) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 4 Apr 2018 13:29:13 -0700 Received: from orsmsx113.amr.corp.intel.com ([169.254.9.67]) by ORSMSX158.amr.corp.intel.com ([169.254.10.54]) with mapi id 14.03.0319.002; Wed, 4 Apr 2018 13:29:12 -0700 From: "Kinney, Michael D" To: "Kinney, Michael D" , "edk2-devel@lists.01.org" CC: "Dong, Eric" , "Yao, Jiewen" , "Zeng, Star" , "Wei, David" Thread-Topic: [edk2] [Patch 0/9] Add DisplayUpdateProgressLib for capsules Thread-Index: AQHTzFM9n0KCKf3Sc0qiCqo3jWu4/aPxDknA Date: Wed, 4 Apr 2018 20:29:12 +0000 Message-ID: References: <20180404202554.9568-1-michael.d.kinney@intel.com> In-Reply-To: <20180404202554.9568-1-michael.d.kinney@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [10.22.254.139] MIME-Version: 1.0 Subject: Re: [Patch 0/9] 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: Wed, 04 Apr 2018 20:29:14 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable This patch series is also available for review on the=20 following branch: https://github.com/mdkinney/edk2/tree/Bug_801_DisplayUpdateProgressLib Mike > -----Original Message----- > From: edk2-devel [mailto:edk2-devel- > bounces@lists.01.org] On Behalf Of Michael D Kinney > Sent: Wednesday, April 4, 2018 1:26 PM > To: edk2-devel@lists.01.org > Cc: Dong, Eric ; Yao, Jiewen > ; Zeng, Star > ; Wei, David > Subject: [edk2] [Patch 0/9] Add > DisplayUpdateProgressLib for capsules >=20 > https://bugzilla.tianocore.org/show_bug.cgi?id=3D801 >=20 > Based on content from: >=20 > https://github.com/Microsoft/MS_UEFI/blob/share/MsCapsu > leSupport/MsCapsuleUpdatePkg/Include/Library/DisplayUpd > ateProgressLib.h > https://github.com/Microsoft/MS_UEFI/tree/share/MsCapsu > leSupport/MsCapsuleUpdatePkg/Library/DisplayUpdateProgr > essGraphicsLib > https://github.com/Microsoft/MS_UEFI/tree/share/MsCapsu > leSupport/MsCapsuleUpdatePkg/Library/DisplayUpdateProgr > essTextLib >=20 > 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. >=20 > * 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. >=20 > Cc: Sean Brogan > Cc: Star Zeng > Cc: Eric Dong > Cc: Jiewen Yao > Cc: David Wei > Cc: Mang Guo > Cc: Kelly Steele >=20 > Signed-off-by: Michael D Kinney > > Contributed-under: TianoCore Contribution Agreement 1.1 >=20 > Kinney, Michael D (3): > QuarkPlatformPkg: Add DisplayUpdateProgressLib > mapping > MdeModulePkg/DxeCapsuleLibFmp: Add progress bar > support > SignedCapsulePkg/SystemFirmwareUpdateDxe: Use > progress API >=20 > Michael D Kinney (6): > MdeModulePkg: Add DisplayUpdateProgressLib class > MdeModulePkg: Add DisplayUpdateProgressLib instances > Vlv2Tbl2DevicePkg: Add DisplayUpdateProgressLib > mapping > SignedCapsulePkg/PlatformFlashAccessLib: Add progress > API > Vlv2TbltDevicePkg/PlatformFlashAccessLib: Add > progress API > QuarkPlatformPkg/PlatformFlashAccessLib: Add progress > API >=20 > .../Include/Library/DisplayUpdateProgressLib.h | > 65 +++ > .../Include/Protocol/FirmwareManagementProgress.h | > 50 +++ > .../DisplayUpdateProgressGraphicsLib.c | > 475 +++++++++++++++++++++ > .../DisplayUpdateProgressGraphicsLib.inf | > 60 +++ > .../DisplayUpdateProgressGraphicsLib.uni | > 18 + > .../DisplayUpdateProgressTextLib.c | > 142 ++++++ > .../DisplayUpdateProgressTextLib.inf | > 53 +++ > .../DisplayUpdateProgressTextLib.uni | > 18 + > .../Library/DxeCapsuleLibFmp/DxeCapsuleLib.c | > 47 +- > .../Library/DxeCapsuleLibFmp/DxeCapsuleLib.inf | > 8 +- > .../DxeCapsuleLibFmp/DxeCapsuleProcessLib.c | > 84 +++- > .../DxeCapsuleLibFmp/DxeCapsuleProcessLibNull.c | > 21 +- > .../DxeCapsuleLibFmp/DxeRuntimeCapsuleLib.inf | > 7 +- > MdeModulePkg/MdeModulePkg.dec | > 11 + > MdeModulePkg/MdeModulePkg.dsc | > 3 + > .../PlatformFlashAccessLibDxe.c | > 59 ++- > QuarkPlatformPkg/Quark.dsc | > 1 + > .../Include/Library/PlatformFlashAccessLib.h | > 33 +- > .../PlatformFlashAccessLibNull.c | > 54 ++- > .../SystemFirmwareUpdate/SystemFirmwareUpdateDxe.c | > 92 ++-- > .../PlatformFlashAccessLib.c | > 84 ++-- > .../PlatformFlashAccessLib.inf | > 3 +- > Vlv2TbltDevicePkg/PlatformPkgGccX64.dsc | > 1 + > Vlv2TbltDevicePkg/PlatformPkgIA32.dsc | > 1 + > Vlv2TbltDevicePkg/PlatformPkgX64.dsc | > 1 + > 25 files changed, 1285 insertions(+), 106 deletions(-) > create mode 100644 > MdeModulePkg/Include/Library/DisplayUpdateProgressLib.h > create mode 100644 > MdeModulePkg/Include/Protocol/FirmwareManagementProgres > s.h > create mode 100644 > MdeModulePkg/Library/DisplayUpdateProgressGraphicsLib/D > isplayUpdateProgressGraphicsLib.c > create mode 100644 > MdeModulePkg/Library/DisplayUpdateProgressGraphicsLib/D > isplayUpdateProgressGraphicsLib.inf > create mode 100644 > MdeModulePkg/Library/DisplayUpdateProgressGraphicsLib/D > isplayUpdateProgressGraphicsLib.uni > create mode 100644 > MdeModulePkg/Library/DisplayUpdateProgressTextLib/Displ > ayUpdateProgressTextLib.c > create mode 100644 > MdeModulePkg/Library/DisplayUpdateProgressTextLib/Displ > ayUpdateProgressTextLib.inf > create mode 100644 > MdeModulePkg/Library/DisplayUpdateProgressTextLib/Displ > ayUpdateProgressTextLib.uni >=20 > -- > 2.14.2.windows.3 >=20 > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel