Re: [edk2] [PATCH 1/2] ArmPkg/ArmGicLibArchLib: common check for GICv3

2015-07-31 Thread Ard Biesheuvel
On 31 July 2015 at 15:27, Ryan Harkin wrote: > > > On 31 July 2015 at 14:22, Ryan Harkin wrote: >> >> >> >> On 31 July 2015 at 13:28, Ard Biesheuvel >> wrote: >>> >>> On 31 July 2015 at 14:21, Ryan Harkin wrote: >>> > >>> > >>> > On 31 July 2015 at 13:13, Ard Biesheuvel >>> > wrote: >>> >> >>>

Re: [edk2] [PATCH 1/2] ArmPkg/ArmGicLibArchLib: common check for GICv3

2015-07-31 Thread Ryan Harkin
On 31 July 2015 at 14:22, Ryan Harkin wrote: > > > On 31 July 2015 at 13:28, Ard Biesheuvel > wrote: > >> On 31 July 2015 at 14:21, Ryan Harkin wrote: >> > >> > >> > On 31 July 2015 at 13:13, Ard Biesheuvel >> wrote: >> >> >> >> On 31 July 2015 at 14:06, Ryan Harkin wrote: >> >> > Make Arm an

Re: [edk2] [PATCH 1/2] ArmPkg/ArmGicLibArchLib: common check for GICv3

2015-07-31 Thread Ryan Harkin
On 31 July 2015 at 13:28, Ard Biesheuvel wrote: > On 31 July 2015 at 14:21, Ryan Harkin wrote: > > > > > > On 31 July 2015 at 13:13, Ard Biesheuvel > wrote: > >> > >> On 31 July 2015 at 14:06, Ryan Harkin wrote: > >> > Make Arm and Aarch64 both use the same code, conditionally compiled, > to >

Re: [edk2] [PATCH 1/2] ArmPkg/ArmGicLibArchLib: common check for GICv3

2015-07-31 Thread Ard Biesheuvel
On 31 July 2015 at 14:21, Ryan Harkin wrote: > > > On 31 July 2015 at 13:13, Ard Biesheuvel wrote: >> >> On 31 July 2015 at 14:06, Ryan Harkin wrote: >> > Make Arm and Aarch64 both use the same code, conditionally compiled, to >> > check if the platform has GICv3. >> > >> > Both source files for

Re: [edk2] [PATCH 1/2] ArmPkg/ArmGicLibArchLib: common check for GICv3

2015-07-31 Thread Ryan Harkin
On 31 July 2015 at 13:13, Ard Biesheuvel wrote: > On 31 July 2015 at 14:06, Ryan Harkin wrote: > > Make Arm and Aarch64 both use the same code, conditionally compiled, to > > check if the platform has GICv3. > > > > Both source files for Arm and Aarch64 are now identical and the next > > step is

Re: [edk2] [PATCH 1/2] ArmPkg/ArmGicLibArchLib: common check for GICv3

2015-07-31 Thread Ard Biesheuvel
On 31 July 2015 at 14:06, Ryan Harkin wrote: > Make Arm and Aarch64 both use the same code, conditionally compiled, to > check if the platform has GICv3. > > Both source files for Arm and Aarch64 are now identical and the next > step is to move to a common source file. > > Contributed-under: Tiano