]> git.proxmox.com Git - mirror_edk2.git/commit
ArmPkg: Renamed ArmArchTimerLib.h to ArmArchTimer.h
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Tue, 9 Sep 2014 16:03:21 +0000 (16:03 +0000)
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 9 Sep 2014 16:03:21 +0000 (16:03 +0000)
commitd4bb43cee15895da3d53009396f1a53aae15c056
treef179466d3977af92efdf30c04c5b5f5572ac0bd1
parentdc63be2495680e5e156caabbb76041605d628604
ArmPkg: Renamed ArmArchTimerLib.h to ArmArchTimer.h

The ArmArchTimerLib.h include file is not directly related to the TimerLib
instance ArmArchTimerLib, so the name is confusing. Rename to ArmArchTimer.h
instead.

Contributed-under: TianoCore Contribution Agreement 1.0
Acked-by: Laszlo Ersek <lersek@redhat.com>
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-By: Olivier Martin <olivier.martin@arm.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16073 6f19259b-4bc3-4df7-8a09-765794883524
ArmPkg/Drivers/ArmCpuLib/ArmCortexA15Lib/ArmCortexA15Lib.c
ArmPkg/Drivers/ArmCpuLib/ArmCortexA5xLib/ArmCortexA5xLib.c
ArmPkg/Drivers/ArmCpuLib/ArmCortexAEMv8Lib/ArmCortexAEMv8Lib.c
ArmPkg/Drivers/TimerDxe/TimerDxe.c
ArmPkg/Include/Library/ArmArchTimer.h [new file with mode: 0644]
ArmPkg/Include/Library/ArmArchTimerLib.h [deleted file]
ArmPkg/Library/ArmArchTimerLib/ArmArchTimerLib.c
ArmPkg/Library/ArmLib/AArch64/AArch64ArchTimer.c
ArmPkg/Library/ArmLib/ArmV7/ArmV7ArchTimer.c