| .. | |||
| README.md | 3 months ago | ||
| WatchdogTimer.c | 3 months ago | ||
| WatchdogTimer.h | 3 months ago | ||
| WatchdogTimer.md | 3 months ago | ||
Index: 0083 (83)
Size: 3936 bytes (PE32+ body)
Phase: DXE (Driver eXecution Environment)
Subsystem: EFI_BOOT_SERVICE_DRIVER (0x0B)
Watchdog Timer UEFI Driver. Implements the EFI_WATCHDOG_TIMER_ARCH_PROTOCOL for the HR650X platform. The watchdog timer is a hardware feature that resets the system if firmware or software becomes unresponsive within a configurable time period. Provides RegisterHandler, SetTimerPeriod, and GetTimerPeriod services. On timer expiry, calls the registered notification handler then resets the system via gRT->ResetSystem(). Coordinates with the SMM watchdog handler via the SMM Communication Protocol to synchronize watchdog state between DXE and SMM phases.
HR650X BIOS, x86-64 architecture. Module originates from MdeModulePkg/Universal/WatchdogTimerDxe (EDK2).