Re: [edk2] [PATCH 6/7] ArmPlatformPkg/PrePi; call all constructors by hand

2017-11-30 Thread Ard Biesheuvel
On 30 November 2017 at 16:45, Leif Lindholm wrote: > On Thu, Nov 30, 2017 at 04:35:41PM +, Ard Biesheuvel wrote: >> On 30 November 2017 at 16:31, Leif Lindholm wrote: >> > On Thu, Nov 30, 2017 at 03:24:52PM +, Ard Biesheuvel wrote: >> >> Call ProcessLibraryConstructorList () to invoke all

Re: [edk2] [PATCH 6/7] ArmPlatformPkg/PrePi; call all constructors by hand

2017-11-30 Thread Leif Lindholm
On Thu, Nov 30, 2017 at 04:35:41PM +, Ard Biesheuvel wrote: > On 30 November 2017 at 16:31, Leif Lindholm wrote: > > On Thu, Nov 30, 2017 at 03:24:52PM +, Ard Biesheuvel wrote: > >> Call ProcessLibraryConstructorList () to invoke all library constructors > >> by hand rather than calling on

Re: [edk2] [PATCH 6/7] ArmPlatformPkg/PrePi; call all constructors by hand

2017-11-30 Thread Ard Biesheuvel
On 30 November 2017 at 16:31, Leif Lindholm wrote: > On Thu, Nov 30, 2017 at 03:24:52PM +, Ard Biesheuvel wrote: >> Call ProcessLibraryConstructorList () to invoke all library constructors >> by hand rather than calling only some of them explicitly. >> >> Contributed-under: TianoCore Contribut

Re: [edk2] [PATCH 6/7] ArmPlatformPkg/PrePi; call all constructors by hand

2017-11-30 Thread Leif Lindholm
On Thu, Nov 30, 2017 at 03:24:52PM +, Ard Biesheuvel wrote: > Call ProcessLibraryConstructorList () to invoke all library constructors > by hand rather than calling only some of them explicitly. > > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Ard Biesheuvel > ---

[edk2] [PATCH 6/7] ArmPlatformPkg/PrePi; call all constructors by hand

2017-11-30 Thread Ard Biesheuvel
Call ProcessLibraryConstructorList () to invoke all library constructors by hand rather than calling only some of them explicitly. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ard Biesheuvel --- ArmPlatformPkg/PrePi/PrePi.c | 13 +++-- 1 file changed, 3 insertio