summaryrefslogtreecommitdiff
path: root/lib/efi_loader
Commit message (Expand)AuthorAgeFilesLines
* efi_loader: add bootmgrRob Clark2017-09-204-4/+185
* efi_loader: efi variable supportRob Clark2017-09-204-5/+355
* efi_loader: make pool allocations cacheline alignedRob Clark2017-09-201-2/+3
* efi_loader: support load_image() from a file-pathRob Clark2017-09-201-15/+70
* efi_loader: add file/filesys supportRob Clark2017-09-204-0/+596
* efi_loader: refactor boot device and loaded_image handlingRob Clark2017-09-202-4/+37
* efi_loader: use proper device-paths for netRob Clark2017-09-201-17/+2
* efi_loader: use proper device-paths for partitionsRob Clark2017-09-201-23/+31
* efi_loader: flesh out device-path to textRob Clark2017-09-201-63/+178
* efi_loader: drop redundant efi_device_path_protocolRob Clark2017-09-201-5/+8
* efi_loader: add device-path utilsRob Clark2017-09-203-3/+575
* efi_loader: notify when ExitBootServices is invokedHeinrich Schuchardt2017-09-181-0/+11
* efi_loader: implement task priority level (TPL)Heinrich Schuchardt2017-09-181-4/+28
* efi_loader: efi_set_timer: reset signaled stateHeinrich Schuchardt2017-09-181-0/+1
* efi_loader: implement queueing of the notification functionHeinrich Schuchardt2017-09-182-11/+33
* efi_loader: allow return value in EFI_CALLHeinrich Schuchardt2017-09-181-1/+2
* efi_loader: avoid obscure constants in efi_runtime.cHeinrich Schuchardt2017-09-181-2/+4
* efi_loader: usage of always in MakefileHeinrich Schuchardt2017-09-181-2/+3
* efi_loader: Fix efi_exit gd clobberingAlexander Graf2017-09-181-0/+7
* efi_loader: write protocol GUID in OpenProtocolHeinrich Schuchardt2017-09-181-0/+9
* efi_loader: call __efi_exit_check in efi_exitHeinrich Schuchardt2017-09-181-0/+2
* efi_disk: efi_disk_rw_blocks is not an API functionHeinrich Schuchardt2017-09-181-1/+1
* lib: add some utf16 handling helpersRob Clark2017-09-121-14/+3
* efi_loader: use EFI_PAGE_MASK instead of EFI_PAGE_SIZE - 1xypron.glpk@gmx.de2017-08-121-1/+1
* efi_loader: GOP fix for no displayRob Clark2017-08-111-1/+1
* efi_loader: LocateHandle should return EFI_NOT_FOUND if none foundRob Clark2017-08-111-1/+4
* efi_loader: attribute EFIAPI of efi_locate handle()xypron.glpk@gmx.de2017-08-111-1/+1
* efi_loader: Fix warning in efi_gopAlexander Graf2017-07-311-1/+1
* efi_loader: indent entry/exit prints to show nesting levelRob Clark2017-07-291-0/+25
* efi_loader: add checking for incorrect use of EFI_ENTRY/EXITRob Clark2017-07-291-14/+31
* efi_loader: Add an EFI_CALL() macroRob Clark2017-07-281-3/+1
* efi_loader: add some missing breaksRob Clark2017-07-281-0/+2
* efi_loader: fix bug in efi_get_memory_mapRob Clark2017-07-261-2/+2
* efi_loader: Improve install_configuration_tableAlexander Graf2017-07-261-1/+18
* efi_loader: remove more double EFI_EXIT() in efi_disk.cRob Clark2017-07-261-3/+3
* efi_loader: remove double EFI_EXIT() with efi_unsupportedRob Clark2017-07-261-2/+2
* efi_loader: expose protocols via GUIDRob Clark2017-07-251-0/+14
* efi_loader: implement ProtocolsPerHandlexypron.glpk@gmx.de2017-07-251-1/+44
* efi_loader: parameter types for CreateEvent, SetTimerxypron.glpk@gmx.de2017-07-241-5/+6
* efi_console: use EFIAPI for callback functionsxypron.glpk@gmx.de2017-07-241-2/+3
* efi_loader: workaround for grub lsefi bugRob Clark2017-07-241-0/+1
* efi_loader: implement ConvertDeviceNodeToTextxypron.glpk@gmx.de2017-07-241-30/+91
* efi_memory: return MapKeyxypron.glpk@gmx.de2017-07-241-0/+2
* efi_memory: do parameter checks firstxypron.glpk@gmx.de2017-07-241-3/+3
* efi_loader: gop: fixes for CONFIG_DM_VIDEO without CONFIG_LCDRob Clark2017-07-242-1/+7
* efi_loader: move guidcmp to headerRob Clark2017-07-241-5/+0
* efi_loader: correctly implement 100ns conversionxypron.glpk@gmx.de2017-07-191-9/+40
* efi_console: set up eventsxypron.glpk@gmx.de2017-07-192-2/+40
* efi_loader: refactor efi_set_timerxypron.glpk@gmx.de2017-07-191-8/+13
* efi_loader: refactor efi_create_eventxypron.glpk@gmx.de2017-07-191-12/+23