Re: [edk2] [PATCH 0/3] unify FVP Base and Foundation model support

2015-08-18 Thread Ard Biesheuvel
On 18 August 2015 at 15:50, Leif Lindholm wrote: > On Tue, Aug 18, 2015 at 02:14:53PM +0200, Ard Biesheuvel wrote: >> On 18 August 2015 at 14:12, Leif Lindholm wrote: >> > On Tue, Aug 18, 2015 at 01:15:54PM +0200, Ard Biesheuvel wrote: >> >> On 12 August 2015 at 08:45, Ard Biesheuvel >> >> wrot

Re: [edk2] [PATCH 0/3] unify FVP Base and Foundation model support

2015-08-18 Thread Leif Lindholm
On Tue, Aug 18, 2015 at 02:14:53PM +0200, Ard Biesheuvel wrote: > On 18 August 2015 at 14:12, Leif Lindholm wrote: > > On Tue, Aug 18, 2015 at 01:15:54PM +0200, Ard Biesheuvel wrote: > >> On 12 August 2015 at 08:45, Ard Biesheuvel > >> wrote: > >> > Instead of omitting some drivers that are know

Re: [edk2] [PATCH 0/3] unify FVP Base and Foundation model support

2015-08-18 Thread Ard Biesheuvel
On 18 August 2015 at 14:12, Leif Lindholm wrote: > On Tue, Aug 18, 2015 at 01:15:54PM +0200, Ard Biesheuvel wrote: >> On 12 August 2015 at 08:45, Ard Biesheuvel wrote: >> > Instead of omitting some drivers that are known to break the Foundation >> > model when ARM_FOUNDATION_FVP is defined, fix t

Re: [edk2] [PATCH 0/3] unify FVP Base and Foundation model support

2015-08-18 Thread Leif Lindholm
On Tue, Aug 18, 2015 at 01:15:54PM +0200, Ard Biesheuvel wrote: > On 12 August 2015 at 08:45, Ard Biesheuvel wrote: > > Instead of omitting some drivers that are known to break the Foundation > > model when ARM_FOUNDATION_FVP is defined, fix those drivers so that they > > simply fail to load witho

Re: [edk2] [PATCH 0/3] unify FVP Base and Foundation model support

2015-08-18 Thread Ard Biesheuvel
On 12 August 2015 at 08:45, Ard Biesheuvel wrote: > Instead of omitting some drivers that are known to break the Foundation > model when ARM_FOUNDATION_FVP is defined, fix those drivers so that they > simply fail to load without interfering with the boot. > > This way, we can use the same boot ima

[edk2] [PATCH 0/3] unify FVP Base and Foundation model support

2015-08-11 Thread Ard Biesheuvel
Instead of omitting some drivers that are known to break the Foundation model when ARM_FOUNDATION_FVP is defined, fix those drivers so that they simply fail to load without interfering with the boot. This way, we can use the same boot image for both models. Ard Biesheuvel (3): ArmPlatformPkg/PL