serenity/Kernel/Time
Sönke Holz 0d6d716e94 Kernel/aarch64: Add ARMv8Timer support
This timer is used by the Raspberry Pi 3+4 and the QEMU virt machine.

Remove the `#if ARCH`s from HardwareTimerType, as all other enum values
would otherwise have to be updated to keep the values consistent across
all architectures.
2024-12-12 15:06:28 +01:00
..
HardwareTimer.h Kernel/aarch64: Add ARMv8Timer support 2024-12-12 15:06:28 +01:00
TimeManagement.cpp Kernel/aarch64: Add ARMv8Timer support 2024-12-12 15:06:28 +01:00
TimeManagement.h Kernel/aarch64: Make RPi::Timer a DeviceTree::Driver 2024-11-02 13:53:10 -04:00
TimerQueue.cpp
TimerQueue.h