summaryrefslogtreecommitdiff
path: root/lib/efi_loader/efi_boottime.c
AgeCommit message (Expand)Author
2017-12-01efi_loader implement UninstallMultipleProtocolInterfacesHeinrich Schuchardt
2017-12-01efi_loader: debug output efi_install_protocol_interfaceHeinrich Schuchardt
2017-12-01efi_loader: fix typo efi_install_multiple_protocol_interfacesHeinrich Schuchardt
2017-12-01efi_loader: rework efi_search_objHeinrich Schuchardt
2017-12-01efi_loader: rework efi_locate_handleHeinrich Schuchardt
2017-12-01efi_loader: consistently use efi_uintn_t in boot servicesHeinrich Schuchardt
2017-12-01efi_loader: replace UINTN by efi_uintn_tHeinrich Schuchardt
2017-12-01efi_loader: eliminate efi_uninstall_protocol_interface_extHeinrich Schuchardt
2017-12-01efi_loader: eliminate efi_install_protocol_interface_extHeinrich Schuchardt
2017-12-01efi_loader: capitalize EFI_LOCATE_SEARCH_TYPE valuesHeinrich Schuchardt
2017-12-01efi_loader: set parent handle in efi_load_imageHeinrich Schuchardt
2017-12-01efi_loader: implement SetWatchdogTimerHeinrich Schuchardt
2017-12-01efi_loader: move efi_search_obj up in codeHeinrich Schuchardt
2017-10-29efi_loader: Disable env_save() call on bootAlexander Graf
2017-10-09efi_loader: comments for functions add missing @returnHeinrich Schuchardt
2017-10-09efi_loader: avoid NULL dereference in efi_dp_matchHeinrich Schuchardt
2017-10-09efi_loader: wrong type in wait_for_eventHeinrich Schuchardt
2017-10-09efi_loader: pass GUIDs as const efi_guid_t *Heinrich Schuchardt
2017-10-09efi_loader: parameters of CopyMem and SetMemHeinrich Schuchardt
2017-10-09efi_loader: call EFI_EXIT in efi_copy_mem, efi_set_memHeinrich Schuchardt
2017-10-09efi_loader: replace efi_div10 by do_divHeinrich Schuchardt
2017-10-09efi_loader: provide function comments for boot servicesHeinrich Schuchardt
2017-10-09efi_loader: use type bool for event statesHeinrich Schuchardt
2017-10-05efi_loader: allow creating new handlesHeinrich Schuchardt
2017-09-20efi_loader: print GUIDsRob Clark
2017-09-20efi_loader: add bootmgrRob Clark
2017-09-20efi_loader: efi variable supportRob Clark
2017-09-20efi_loader: support load_image() from a file-pathRob Clark
2017-09-20efi_loader: refactor boot device and loaded_image handlingRob Clark
2017-09-20efi_loader: add device-path utilsRob Clark
2017-09-18efi_loader: notify when ExitBootServices is invokedHeinrich Schuchardt
2017-09-18efi_loader: implement task priority level (TPL)Heinrich Schuchardt
2017-09-18efi_loader: efi_set_timer: reset signaled stateHeinrich Schuchardt
2017-09-18efi_loader: implement queueing of the notification functionHeinrich Schuchardt
2017-09-18efi_loader: allow return value in EFI_CALLHeinrich Schuchardt
2017-09-18efi_loader: Fix efi_exit gd clobberingAlexander Graf
2017-09-18efi_loader: write protocol GUID in OpenProtocolHeinrich Schuchardt
2017-09-18efi_loader: call __efi_exit_check in efi_exitHeinrich Schuchardt
2017-08-11efi_loader: LocateHandle should return EFI_NOT_FOUND if none foundRob Clark
2017-08-11efi_loader: attribute EFIAPI of efi_locate handle()xypron.glpk@gmx.de
2017-07-29efi_loader: indent entry/exit prints to show nesting levelRob Clark
2017-07-29efi_loader: add checking for incorrect use of EFI_ENTRY/EXITRob Clark
2017-07-28efi_loader: Add an EFI_CALL() macroRob Clark
2017-07-26efi_loader: Improve install_configuration_tableAlexander Graf
2017-07-26efi_loader: remove double EFI_EXIT() with efi_unsupportedRob Clark
2017-07-25efi_loader: implement ProtocolsPerHandlexypron.glpk@gmx.de
2017-07-24efi_loader: parameter types for CreateEvent, SetTimerxypron.glpk@gmx.de
2017-07-24efi_loader: workaround for grub lsefi bugRob Clark
2017-07-24efi_loader: move guidcmp to headerRob Clark
2017-07-19efi_loader: correctly implement 100ns conversionxypron.glpk@gmx.de