Re: [edk2] [PATCH v2 3/3] ArmPkg: Update CpuDxe to use CpuExceptionHandlerLib

2016-03-19 Thread Cohen, Eugene
Ard, > The patches look fine to me. I will proceed and apply the first two. > However, this third one needs to wait until all users of CpuDxe have > the correct resolution for CpuExceptionHandlerLib. I think this is > only ArmVirtPkg/ArmVirt.dsc.inc, but I'd like a nod from Leif before > pushing t

Re: [edk2] [PATCH v2 3/3] ArmPkg: Update CpuDxe to use CpuExceptionHandlerLib

2016-03-19 Thread Leif Lindholm
On Wed, Mar 16, 2016 at 12:37:18PM +, Cohen, Eugene wrote: > > The patches look fine to me. I will proceed and apply the first two. > > However, this third one needs to wait until all users of CpuDxe have > > the correct resolution for CpuExceptionHandlerLib. I think this is > > only ArmVirtPkg

Re: [edk2] [PATCH v2 3/3] ArmPkg: Update CpuDxe to use CpuExceptionHandlerLib

2016-03-16 Thread Ard Biesheuvel
On 7 March 2016 at 16:16, Cohen, Eugene wrote: > Use the new ARM/AArch64 implementation of the base > CpuExceptionHandlerLib library from CpuDxe to centralize > exception handling. > > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Eugene Cohen The patches look fine to

[edk2] [PATCH v2 3/3] ArmPkg: Update CpuDxe to use CpuExceptionHandlerLib

2016-03-07 Thread Cohen, Eugene
Use the new ARM/AArch64 implementation of the base CpuExceptionHandlerLib library from CpuDxe to centralize exception handling. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Eugene Cohen --- ArmPkg/Drivers/CpuDxe/AArch64/Exception.c| 154 - ArmPkg/Drivers