aboutsummaryrefslogtreecommitdiff
path: root/src/interface/efi/efi_timer.c
AgeCommit message (Expand)AuthorFilesLines
2021-11-23[efi] Run ExitBootServices shutdown hook at TPL_NOTIFYshutdown_tpl_notifyMichael Brown1-1/+1
2020-11-20[efi] Avoid dropping below TPL as at entry to iPXEMichael Brown1-3/+12
2019-01-25[init] Show startup and shutdown function names in debug messagesMichael Brown1-0/+1
2018-02-20[efi] Run at TPL_CALLBACK to protect against UEFI timersMichael Brown1-6/+35
2017-01-26[time] Allow timer to be selected at runtimeMichael Brown1-6/+16
2016-12-07[efi] Work around temporal anomaly encountered during ExitBootServices()Michael Brown1-0/+25
2016-06-20[efi] Report failures to stop the EFI timer tick eventMichael Brown1-2/+16
2016-05-04[efi] Use a timer event to generate the currticks() timerMichael Brown1-50/+68
2015-03-02[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown1-1/+5
2013-04-19[efi] Perform meaningful error code conversionsMichael Brown1-3/+8
2012-07-20[legal] Update FSF mailing address in GPL licence textsMichael Brown1-1/+2
2010-04-19[build] Rename gPXE to iPXEMichael Brown1-4/+4
2009-05-18[legal] Add a selection of FILE_LICENCE declarationsMichael Brown1-0/+2
2008-11-19[efi] Add efi_strerror()Michael Brown1-3/+4
2008-11-19[i386] Change [u]int32_t to [unsigned] int, rather than [unsigned] longMichael Brown1-2/+2
2008-10-13[efi] Add EFI image format and basic runtime environmentMichael Brown1-0/+115