mirror of
https://github.com/ipxe/ipxe
synced 2025-12-20 12:00:19 +03:00
[time] Add support for the ACPI power management timer
Allow the ACPI power management timer to be used if enabled via TIMER_ACPI in config/timer.h. This provides an alternative timer on systems where the standard 8254 PIT is unavailable or unreliable. Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -46,3 +46,6 @@ REQUIRE_OBJECT ( efi_timer );
|
||||
#ifdef TIMER_LINUX
|
||||
REQUIRE_OBJECT ( linux_timer );
|
||||
#endif
|
||||
#ifdef TIMER_ACPI
|
||||
REQUIRE_OBJECT ( acpi_timer );
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user