On 08/28/14 16:13, Ard Biesheuvel wrote: > From: Michael Casadevall <[email protected]> > > For virtual machines, the physical architected timer may not be available, > so we need to allow the virtual timer to be used instead. > > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Michael Casadevall <[email protected]> > Acked-by: Laszlo Ersek <[email protected]> > Signed-off-by: Ard Biesheuvel <[email protected]> > --- > ArmPkg/ArmPkg.dec | 3 + > ArmPkg/Drivers/TimerDxe/TimerDxe.c | 6 ++ > ArmPkg/Drivers/TimerDxe/TimerDxe.inf | 4 +- > ArmPkg/Library/ArmLib/AArch64/AArch64ArchTimer.c | 74 > +++++++++++++++++++---- > ArmPkg/Library/ArmLib/AArch64/AArch64Lib.inf | 4 ++ > ArmPkg/Library/ArmLib/AArch64/AArch64LibPrePi.inf | 3 + > ArmPkg/Library/ArmLib/AArch64/AArch64LibSec.inf | 3 + > ArmPkg/Library/ArmLib/ArmV7/ArmV7ArchTimer.c | 70 +++++++++++++++++---- > ArmPkg/Library/ArmLib/ArmV7/ArmV7Lib.inf | 3 + > ArmPkg/Library/ArmLib/ArmV7/ArmV7LibPrePi.inf | 3 + > ArmPkg/Library/ArmLib/ArmV7/ArmV7LibSec.inf | 3 + > 11 files changed, 151 insertions(+), 25 deletions(-)
Hm, the ArmV7 changes are new in this version of the patch, but from a cursory look, they seem to mirror the AArch64 hunks. I guess my ACK stands. Laszlo ------------------------------------------------------------------------------ Slashdot TV. Video for Nerds. Stuff that matters. http://tv.slashdot.org/ _______________________________________________ edk2-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/edk2-devel
