audk/ArmPkg/Library/ArmArchTimerLib
Ard Biesheuvel 12dc8d420b ArmPkg/ArmArchTimerLib: Drop pointless constructor
Drop the pointless constructor in ArmArchTimerLib, which does nothing
useful, especially because AArch64 mandates the presence of the generic
timer, and 32-bit ARM is mostly obsolete these days.

To preserve the existing behavior in DEBUG builds when actually using
the timer, move the ASSERT () on a non-zero frequency to the associated
accessor helper function.

Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
2024-08-01 14:55:03 +00:00
..
ArmArchTimerLib.c ArmPkg/ArmArchTimerLib: Drop pointless constructor 2024-08-01 14:55:03 +00:00
ArmArchTimerLib.inf ArmPkg/ArmArchTimerLib: Drop pointless constructor 2024-08-01 14:55:03 +00:00