Re: [edk2] [PATCH v4 4/6] OvmfPkg: AcpiTimerLib: Split into multiple phase-specific instances

2014-11-04 Thread Laszlo Ersek
On 11/04/14 01:22, Gabriel Somlo wrote: > On Mon, Nov 03, 2014 at 08:09:28PM +0100, Laszlo Ersek wrote: >> comments below: >> >> On 11/01/14 23:20, Gabriel L. Somlo wrote: >>> Remove local power management register access macros in favor of >>> factored-out ones in OvmfPkg/Include/OvmfPlatforms.h >

Re: [edk2] [PATCH v4 4/6] OvmfPkg: AcpiTimerLib: Split into multiple phase-specific instances

2014-11-03 Thread Gabriel Somlo
On Mon, Nov 03, 2014 at 08:09:28PM +0100, Laszlo Ersek wrote: > comments below: > > On 11/01/14 23:20, Gabriel L. Somlo wrote: > > Remove local power management register access macros in favor of > > factored-out ones in OvmfPkg/Include/OvmfPlatforms.h > > > > Next, AcpiTimerLib is split out into

Re: [edk2] [PATCH v4 4/6] OvmfPkg: AcpiTimerLib: Split into multiple phase-specific instances

2014-11-03 Thread Laszlo Ersek
comments below: On 11/01/14 23:20, Gabriel L. Somlo wrote: > Remove local power management register access macros in favor of > factored-out ones in OvmfPkg/Include/OvmfPlatforms.h > > Next, AcpiTimerLib is split out into three instances, for use during > various stages: > > - BaseRom: used du

[edk2] [PATCH v4 4/6] OvmfPkg: AcpiTimerLib: Split into multiple phase-specific instances

2014-11-01 Thread Gabriel L. Somlo
Remove local power management register access macros in favor of factored-out ones in OvmfPkg/Include/OvmfPlatforms.h Next, AcpiTimerLib is split out into three instances, for use during various stages: - BaseRom: used during SEC, PEI_CORE, and PEIM; - Dxe: used during DXE_DRIVER and DXE_