summaryrefslogtreecommitdiff
path: root/lib/efi_loader/efi_boottime.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-09efi_loader: wrong type in wait_for_eventHeinrich Schuchardt1-1/+1
2017-10-09efi_loader: pass GUIDs as const efi_guid_t *Heinrich Schuchardt1-19/+21
2017-10-09efi_loader: parameters of CopyMem and SetMemHeinrich Schuchardt1-5/+5
2017-10-09efi_loader: call EFI_EXIT in efi_copy_mem, efi_set_memHeinrich Schuchardt1-0/+2
2017-10-09efi_loader: replace efi_div10 by do_divHeinrich Schuchardt1-34/+2
2017-10-09efi_loader: provide function comments for boot servicesHeinrich Schuchardt1-2/+638
2017-10-09efi_loader: use type bool for event statesHeinrich Schuchardt1-16/+16
2017-10-05efi_loader: allow creating new handlesHeinrich Schuchardt1-2/+20
2017-09-20efi_loader: print GUIDsRob Clark1-11/+11
2017-09-20efi_loader: add bootmgrRob Clark1-3/+3
2017-09-20efi_loader: efi variable supportRob Clark1-0/+6
2017-09-20efi_loader: support load_image() from a file-pathRob Clark1-15/+70
2017-09-20efi_loader: refactor boot device and loaded_image handlingRob Clark1-0/+36
2017-09-20efi_loader: add device-path utilsRob Clark1-2/+11
2017-09-19efi_loader: notify when ExitBootServices is invokedHeinrich Schuchardt1-0/+11
2017-09-19efi_loader: implement task priority level (TPL)Heinrich Schuchardt1-4/+28
2017-09-19efi_loader: efi_set_timer: reset signaled stateHeinrich Schuchardt1-0/+1
2017-09-19efi_loader: implement queueing of the notification functionHeinrich Schuchardt1-10/+30
2017-09-19efi_loader: allow return value in EFI_CALLHeinrich Schuchardt1-1/+2
2017-09-19efi_loader: Fix efi_exit gd clobberingAlexander Graf1-0/+7
2017-09-19efi_loader: write protocol GUID in OpenProtocolHeinrich Schuchardt1-0/+9
2017-09-19efi_loader: call __efi_exit_check in efi_exitHeinrich Schuchardt1-0/+2
2017-08-11efi_loader: LocateHandle should return EFI_NOT_FOUND if none foundRob Clark1-1/+4
2017-08-11efi_loader: attribute EFIAPI of efi_locate handle()xypron.glpk@gmx.de1-1/+1
2017-07-29efi_loader: indent entry/exit prints to show nesting levelRob Clark1-0/+25
2017-07-29efi_loader: add checking for incorrect use of EFI_ENTRY/EXITRob Clark1-14/+31
2017-07-28efi_loader: Add an EFI_CALL() macroRob Clark1-3/+1
2017-07-26efi_loader: Improve install_configuration_tableAlexander Graf1-1/+18
2017-07-26efi_loader: remove double EFI_EXIT() with efi_unsupportedRob Clark1-2/+2
2017-07-25efi_loader: implement ProtocolsPerHandlexypron.glpk@gmx.de1-1/+44
2017-07-24efi_loader: parameter types for CreateEvent, SetTimerxypron.glpk@gmx.de1-5/+6
2017-07-24efi_loader: workaround for grub lsefi bugRob Clark1-0/+1
2017-07-24efi_loader: move guidcmp to headerRob Clark1-5/+0
2017-07-19efi_loader: correctly implement 100ns conversionxypron.glpk@gmx.de1-9/+40
2017-07-19efi_console: set up eventsxypron.glpk@gmx.de1-1/+1
2017-07-19efi_loader: refactor efi_set_timerxypron.glpk@gmx.de1-8/+13
2017-07-19efi_loader: refactor efi_create_eventxypron.glpk@gmx.de1-12/+23
2017-07-19efi_loader: correct size for tpl levelxypron.glpk@gmx.de1-6/+6
2017-07-19efi_loader: implement multiple event supportxypron.glpk@gmx.de1-62/+133
2017-07-19efi_loader: use struct efi_event * instead of void *xypron.glpk@gmx.de1-11/+14
2017-07-19efi_loader: reimplement efi_locate_protocolxypron.glpk@gmx.de1-12/+20
2017-07-19efi_loader: implement LocateHandleBufferxypron.glpk@gmx.de1-1/+24
2017-07-19efi_loader: refactor efi_locate_handlexypron.glpk@gmx.de1-6/+15
2017-07-19efi_loader: implement InstallMultipleProtocolInterfacesxypron.glpk@gmx.de1-1/+38
2017-07-19efi_loader: refactor efi_uninstall_protocol_interfacexypron.glpk@gmx.de1-4/+11
2017-07-19efi_loader: refactor efi_install_protocol_interfacexypron.glpk@gmx.de1-5/+14
2017-07-19efi_loader: implement UninstallProtocolInterfacexypron.glpk@gmx.de1-2/+38
2017-07-19efi_loader: implement InstallProtocolInterfacexypron.glpk@gmx.de1-1/+53
2017-07-19efi_loader: efi_open_protocol: parameter checksxypron.glpk@gmx.de1-4/+27
2017-07-19efi_loader: refactor efi_open_protocolxypron.glpk@gmx.de1-4/+14