Re: [edk2] [PATCH v2] ArmPkg/PlatformBootManagerLib: process pending capsules

2017-09-19 Thread Ard Biesheuvel
On 18 September 2017 at 03:16, Leif Lindholm wrote: > On Fri, Sep 15, 2017 at 04:03:32PM -0700, Ard Biesheuvel wrote: >> Process any capsule HOBs that were left for us by CapsulePei. This >> involves calling ProcessCapsules() twice, as explained in the comment >> in DxeCapsuleLibFmp [sic]. >> >> 1

Re: [edk2] [PATCH v2] ArmPkg/PlatformBootManagerLib: process pending capsules

2017-09-18 Thread Leif Lindholm
On Fri, Sep 15, 2017 at 04:03:32PM -0700, Ard Biesheuvel wrote: > Process any capsule HOBs that were left for us by CapsulePei. This > involves calling ProcessCapsules() twice, as explained in the comment > in DxeCapsuleLibFmp [sic]. > > 1) The first call must be before EndOfDxe. The system capsul

[edk2] [PATCH v2] ArmPkg/PlatformBootManagerLib: process pending capsules

2017-09-15 Thread Ard Biesheuvel
Process any capsule HOBs that were left for us by CapsulePei. This involves calling ProcessCapsules() twice, as explained in the comment in DxeCapsuleLibFmp [sic]. 1) The first call must be before EndOfDxe. The system capsules is processed. If device capsule FMP protocols are exposted at this t