Re: [edk2] [PATCH v3 1/5] ArmPlatformPkg/PlatformIntelBdsLib: remove ARM BDS dependency

2015-09-01 Thread Ryan Harkin
On 1 Sep 2015 18:21, "Leif Lindholm" wrote: > > On Tue, Sep 01, 2015 at 07:12:33PM +0200, Ard Biesheuvel wrote: > > On 1 September 2015 at 18:59, Leif Lindholm wrote: > > > On Tue, Sep 01, 2015 at 11:58:20AM +0200, Ard Biesheuvel wrote: > > >> The Intel BDS platform library still depends on the A

Re: [edk2] [PATCH v3 1/5] ArmPlatformPkg/PlatformIntelBdsLib: remove ARM BDS dependency

2015-09-01 Thread Leif Lindholm
On Tue, Sep 01, 2015 at 07:12:33PM +0200, Ard Biesheuvel wrote: > On 1 September 2015 at 18:59, Leif Lindholm wrote: > > On Tue, Sep 01, 2015 at 11:58:20AM +0200, Ard Biesheuvel wrote: > >> The Intel BDS platform library still depends on the ARM BDS specific > >> BdsLib. So replace its invocations

Re: [edk2] [PATCH v3 1/5] ArmPlatformPkg/PlatformIntelBdsLib: remove ARM BDS dependency

2015-09-01 Thread Ard Biesheuvel
On 1 September 2015 at 18:59, Leif Lindholm wrote: > On Tue, Sep 01, 2015 at 11:58:20AM +0200, Ard Biesheuvel wrote: >> The Intel BDS platform library still depends on the ARM BDS specific >> BdsLib. So replace its invocations with GenericBdsLib counterparts, >> and fix up where needed, so that we

Re: [edk2] [PATCH v3 1/5] ArmPlatformPkg/PlatformIntelBdsLib: remove ARM BDS dependency

2015-09-01 Thread Leif Lindholm
On Tue, Sep 01, 2015 at 11:58:20AM +0200, Ard Biesheuvel wrote: > The Intel BDS platform library still depends on the ARM BDS specific > BdsLib. So replace its invocations with GenericBdsLib counterparts, > and fix up where needed, so that we can drop the dependency. > > Contributed-under: TianoCo

[edk2] [PATCH v3 1/5] ArmPlatformPkg/PlatformIntelBdsLib: remove ARM BDS dependency

2015-09-01 Thread Ard Biesheuvel
The Intel BDS platform library still depends on the ARM BDS specific BdsLib. So replace its invocations with GenericBdsLib counterparts, and fix up where needed, so that we can drop the dependency. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel --- ArmPlatf