Re: [edk2] [PATCH edk2-platforms 3/3] Silicon/SynQuacerPlatformFlashAccessLib: replace progress indication

2018-06-13 Thread Ard Biesheuvel
On 13 June 2018 at 00:52, Leif Lindholm wrote: > On Thu, Jun 07, 2018 at 01:32:03PM +0200, Ard Biesheuvel wrote: >> Replace the home cooked progress indication with calls into the new >> (*Progress)() argument to PerformFlashWriteWithProgress(), which >> allows the flash access routine to report

Re: [edk2] [PATCH edk2-platforms 3/3] Silicon/SynQuacerPlatformFlashAccessLib: replace progress indication

2018-06-12 Thread Leif Lindholm
On Thu, Jun 07, 2018 at 01:32:03PM +0200, Ard Biesheuvel wrote: > Replace the home cooked progress indication with calls into the new > (*Progress)() argument to PerformFlashWriteWithProgress(), which > allows the flash access routine to report progress via a platform > provided callback. > >

[edk2] [PATCH edk2-platforms 3/3] Silicon/SynQuacerPlatformFlashAccessLib: replace progress indication

2018-06-07 Thread Ard Biesheuvel
Replace the home cooked progress indication with calls into the new (*Progress)() argument to PerformFlashWriteWithProgress(), which allows the flash access routine to report progress via a platform provided callback. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ard