From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=134.134.136.20; helo=mga02.intel.com; envelope-from=jiewen.yao@intel.com; receiver=edk2-devel@lists.01.org Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) (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 A68D42096DCEB for ; Mon, 28 May 2018 12:13:16 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 May 2018 12:13:16 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,453,1520924400"; d="scan'208";a="228018156" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga005.jf.intel.com with ESMTP; 28 May 2018 12:13:16 -0700 Received: from fmsmsx155.amr.corp.intel.com (10.18.116.71) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 28 May 2018 12:13:15 -0700 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by FMSMSX155.amr.corp.intel.com (10.18.116.71) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 28 May 2018 12:13:15 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.223]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.51]) with mapi id 14.03.0319.002; Tue, 29 May 2018 03:13:12 +0800 From: "Yao, Jiewen" To: "Kinney, Michael D" , "edk2-devel@lists.01.org" CC: "Kinney, Michael D" Thread-Topic: [edk2] [Patch v3 3/4] QuarkPlatformPkg: Add DisplayUpdateProgressLib mapping Thread-Index: AQHT8/DtPVpagSYr4EquGuVZzTv79qRFh+Ig Date: Mon, 28 May 2018 19:13:11 +0000 Message-ID: <74D8A39837DF1E4DA445A8C0B3885C503AC12795@shsmsx102.ccr.corp.intel.com> References: <20180525062308.5436-1-michael.d.kinney@intel.com> <20180525062308.5436-4-michael.d.kinney@intel.com> In-Reply-To: <20180525062308.5436-4-michael.d.kinney@intel.com> Accept-Language: zh-CN, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZjQxMWIzYTMtNWYyNS00MDM0LWJlODctM2IwYzQ1YzZhZmNmIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoic01Hc3hEdjBFSnpyTTFXXC9vM0s3Q1FpdDU0Q0F3U3gzM0lHeWRRYXAxU05TMEpHdk9XNDl5SzVaN1cybnVuSSsifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.200.100 dlp-reaction: no-action x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [Patch v3 3/4] QuarkPlatformPkg: Add DisplayUpdateProgressLib mapping 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: Mon, 28 May 2018 19:13:16 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Jiewen.yao@intel.com > -----Original Message----- > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of > Michael D Kinney > Sent: Thursday, May 24, 2018 11:23 PM > To: edk2-devel@lists.01.org > Cc: Kinney, Michael D > Subject: [edk2] [Patch v3 3/4] QuarkPlatformPkg: Add > DisplayUpdateProgressLib mapping >=20 > From: "Kinney, Michael D" >=20 > https://bugzilla.tianocore.org/show_bug.cgi?id=3D801 >=20 > Based on content from the following branch/commits: > https://github.com/Microsoft/MS_UEFI/tree/share/MsCapsuleSupport >=20 > Cc: Sean Brogan > Cc: Kelly Steele > Signed-off-by: Michael D Kinney > Contributed-under: TianoCore Contribution Agreement 1.1 > --- > QuarkPlatformPkg/Quark.dsc | 1 + > 1 file changed, 1 insertion(+) >=20 > diff --git a/QuarkPlatformPkg/Quark.dsc b/QuarkPlatformPkg/Quark.dsc > index a43a5595d4..14142087bd 100644 > --- a/QuarkPlatformPkg/Quark.dsc > +++ b/QuarkPlatformPkg/Quark.dsc > @@ -241,6 +241,7 @@ [LibraryClasses] >=20 > FmpAuthenticationLib|MdeModulePkg/Library/FmpAuthenticationLibNull/Fmp > AuthenticationLibNull.inf > IniParsingLib|SignedCapsulePkg/Library/IniParsingLib/IniParsingLib.inf >=20 > PlatformFlashAccessLib|QuarkPlatformPkg/Feature/Capsule/Library/PlatformF= l > ashAccessLib/PlatformFlashAccessLibDxe.inf > + > DisplayUpdateProgressLib|MdeModulePkg/Library/DisplayUpdateProgressLibTe > xt/DisplayUpdateProgressLibText.inf >=20 > [LibraryClasses.common.SEC] > # > -- > 2.14.2.windows.3 >=20 > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel