Having some problems to send the email by git. Sent it by Outlook.

Bugzilla Case: https://bugzilla.tianocore.org/show_bug.cgi?id=2236.

 

From: Chen, Kenji
Sent: Thursday, October 10, 2019 12:13 AM
To: Gao, Liming <liming.gao@intel.com>; devel@edk2.groups.io
Subject: RE: Patch for Bug 2236 on Bugzilla

 

Will do. Track number as title, https://bugzilla.tianocore.org/show_bug.cgi?id=2236.

 

From: Gao, Liming <liming.gao@intel.com>
Sent: Wednesday, October 9, 2019 9:38 PM
To: devel@edk2.groups.io; Chen, Kenji <kenji.chen@intel.com>
Subject: RE: Patch for Bug 2236 on Bugzilla

 

Kenji:

 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

 

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

 

Thanks

Liming

From: devel@edk2.groups.io <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 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 FmpDevieSetImageEx 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.