From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mx.groups.io with SMTP id smtpd.web12.4967.1570628255897738737 for ; Wed, 09 Oct 2019 06:37:36 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.151, mailfrom: liming.gao@intel.com) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Oct 2019 06:37:35 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.67,276,1566889200"; d="scan'208,217";a="393686050" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga005.fm.intel.com with ESMTP; 09 Oct 2019 06:37:35 -0700 Received: from fmsmsx120.amr.corp.intel.com (10.18.124.208) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 9 Oct 2019 06:37:35 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx120.amr.corp.intel.com (10.18.124.208) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 9 Oct 2019 06:37:34 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.166]) by SHSMSX151.ccr.corp.intel.com ([10.239.6.50]) with mapi id 14.03.0439.000; Wed, 9 Oct 2019 21:37:32 +0800 From: "Liming Gao" To: "devel@edk2.groups.io" , "Chen, Kenji" Subject: Re: Patch for Bug 2236 on Bugzilla Thread-Topic: Patch for Bug 2236 on Bugzilla Thread-Index: AdV+dzqldbXaiZg0SoCObEyNpWodTgALzJIA Date: Wed, 9 Oct 2019 13:37:31 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14E514DF8@SHSMSX104.ccr.corp.intel.com> References: In-Reply-To: Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiM2E5NjMzYjQtZDM3Mi00ZGNjLTg3NWMtM2U4MzJhYTQ2NzlkIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiOUVXbEJiQ1VldGIyUWtOQndYZVN3RUdxRDFEV2o5MHdRaGJVREhHSEN6WFpSanpOTXBRaGtLdnNhWEw4SDdSNCJ9 dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Return-Path: liming.gao@intel.com Content-Language: en-US Content-Type: multipart/alternative; boundary="_000_4A89E2EF3DFEDB4C8BFDE51014F606A14E514DF8SHSMSX104ccrcor_" --_000_4A89E2EF3DFEDB4C8BFDE51014F606A14E514DF8SHSMSX104ccrcor_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Kenji: Please use git format-patch -1 to generate the patch, then use git send-e= mail xxx.patch to send this patch to devel@edk2.groups.io Besides, is there the track in edk2 https://bugzilla.tianocore.org/? If = no, can you submit one? Thanks Liming From: devel@edk2.groups.io On Behalf Of Chen, Kenji Sent: Wednesday, October 9, 2019 4:00 PM To: devel@edk2.groups.io Subject: [edk2-devel] Patch for Bug 2236 on Bugzilla Commit Message: FmpDevicePkg: Deferred LSV Commit after Platform Health Check - LSV variable in each FmpDevice is updated after each successful FmpSetIm= age invocation. This blocks the deferred SVN mechanism performed by platfor= side. Add a PCD to remove it to make platform code feasible to handle the = mechanism of deferred LSV commit. - Add FmpDevieSetImageEx function to delivr LsvUpdate parameter for FmpDev= iceSetImage function. The value is from Fmp capsule image header to indicat= e platform side this is a LSV update. --_000_4A89E2EF3DFEDB4C8BFDE51014F606A14E514DF8SHSMSX104ccrcor_ Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

Ken= ji:

&nb= sp;Please use git format-patch -1 to generate the patch, then use git send-= email xxx.patch to send this patch to devel@edk2.groups.io

&nb= sp;

&nb= sp; Besides, is there the track in edk2 https://bugzilla.tianocore.org= /? If no, can you submit one?

 

Tha= nks

Lim= ing

From: devel@edk2.groups.io <devel@edk2.groups.io&= gt; On Behalf Of Chen, Kenji
Sent: Wednesday, October 9, 2019 4:00 PM
To: devel@edk2.groups.io
Subject: [edk2-devel] Patch for Bug 2236 on Bugzilla

 

Commit Message:=

 

FmpDevicePkg: Deferr= ed LSV Commit after Platform Health Check

 

- LSV variable in ea= ch FmpDevice is updated after each successful FmpSetImage invocation. This = blocks the deferred SVN mechanism performed by platfor side. Add a PCD to remove it to make platform code feasible to handle the= mechanism of deferred LSV commit.

- Add FmpDevieSetIma= geEx function to delivr LsvUpdate parameter for FmpDeviceSetImage function.= The value is from Fmp capsule image header to indicate platform side this is a LSV update.

--_000_4A89E2EF3DFEDB4C8BFDE51014F606A14E514DF8SHSMSX104ccrcor_--