summaryrefslogtreecommitdiff
path: root/ArmPkg/Library/ArmArchTimerLib
AgeCommit message (Expand)AuthorFilesLines
7 daysArmPkg: delete PcdArmArchTimerFreqInHzLeif Lindholm2-19/+2
7 daysArmPkg: drop manual ARM programming of generic timer frequencyLeif Lindholm1-13/+0
2021-12-07ArmPkg: Apply uncrustify changesMichael Kubacki1-24/+22
2021-12-07ArmPkg: Change OPTIONAL keyword usage styleMichael D Kinney1-1/+1
2021-12-07ArmPkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney1-1/+1
2021-04-15ArmPkg: Fix Ecc error 8001 in ArmArchTimerLibPierre Gondois1-6/+6
2020-12-18ArmPkg: use helper to check for Security extensions in ArmArchTimerLibLeif Lindholm1-1/+1
2019-07-04ArmPkg: Fix various typosAntoine Cœur1-1/+1
2019-04-09ArmPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2-14/+2
2016-04-01ArmPkg/ArmArchTimerLib: correct typosEvan Lloyd1-8/+8
2016-04-01ArmPkg/ArmArchTimerLib: fix unused variable in RELEASE buildsSami Mujawar1-3/+2
2016-04-01ArmPkg/ArmArchTimerLib: add GetTimeInNanoSecond() to ArmArchTimerLibSami Mujawar1-1/+50
2016-04-01ArmPkg/ArchArmTimerLib: refactor MultU64xN and TimerFreq definitionsSami Mujawar1-18/+31
2015-02-02ArmPkg: ArmArchTimerLib: conditionally rebase to actual timer frequencyLaszlo Ersek1-20/+38
2015-02-02ArmPkg: ArmArchTimerLib: use edk2-conformant (UINT64 * UINT32) / UINT32Laszlo Ersek1-1/+7
2015-02-02ArmPkg: ArmArchTimerLib: clean up commentsLaszlo Ersek1-10/+21
2014-11-11ArmPkg/ArmArchTimerLib: Promotes 32bit value to prevent overflowOlivier Martin1-1/+1
2014-09-09ArmPkg: Move TimerDxe and ArmArchTimerLib to new ArmGenericTimerCounterLibArd Biesheuvel2-7/+8
2014-09-09ArmPkg: Renamed ArmArchTimerLib.h to ArmArchTimer.hArd Biesheuvel1-1/+1
2014-08-27ArmPkg/TimerDxe: Changed calculation to allow 1KHz granularity frequencyOlivier Martin1-2/+4
2014-08-26ArmPkg/ArmArchTimerLib: Remove non required [depex] and IoLibOlivier Martin1-10/+1
2014-08-19ARM Packages: Removed trailing spacesRonald Cron1-9/+9
2014-06-03ArmPkg: Added new ARM Processor Feature Register definitionsOlivier Martin1-3/+3
2013-11-28ArmPkg: Move definition of ArmIsArchTimerImplemented / ArmReadIdPfrN to ArmLibOlivier Martin1-2/+2
2013-07-18ArmPkg: Added Aarch64 supportHarry Liebel1-2/+5
2012-07-04ARM Packages: Fixed mispellingsoliviermartin1-3/+3
2012-02-27ArmPkg/ArmArchTimerLib: Renamed the constructor to 'TimerConstructor()'oliviermartin2-4/+4
2011-11-01ArmPkg/ArmArchTimerLib: Fix TimerLib when the security extension is not imple...oliviermartin1-1/+1
2011-10-04Arm Packages: Fix builds for XCODE32 toolchainoliviermartin1-1/+1
2011-09-27ArmPkg: Add ARM Architectural Timer supportoliviermartin2-0/+237