aboutsummaryrefslogtreecommitdiff
path: root/lib/efi_loader
AgeCommit message (Expand)AuthorFilesLines
2017-09-20efi_loader: Some console improvements for vidconsoleRob Clark1-23/+35
2017-09-20efi_loader: Correctly figure out size for vidconsoleRob Clark1-1/+15
2017-09-20efi_loader: split out escape sequence based size queryRob Clark1-23/+30
2017-09-20efi_loader: print GUIDsRob Clark2-14/+14
2017-09-20efi_loader: set loaded image code/data type properlyRob Clark1-0/+22
2017-09-20efi_loader: add bootmgrRob Clark4-4/+185
2017-09-20efi_loader: efi variable supportRob Clark4-5/+355
2017-09-20efi_loader: make pool allocations cacheline alignedRob Clark1-2/+3
2017-09-20efi_loader: support load_image() from a file-pathRob Clark1-15/+70
2017-09-20efi_loader: add file/filesys supportRob Clark4-0/+596
2017-09-20efi_loader: refactor boot device and loaded_image handlingRob Clark2-4/+37
2017-09-20efi_loader: use proper device-paths for netRob Clark1-17/+2
2017-09-20efi_loader: use proper device-paths for partitionsRob Clark1-23/+31
2017-09-20efi_loader: flesh out device-path to textRob Clark1-63/+178
2017-09-20efi_loader: drop redundant efi_device_path_protocolRob Clark1-5/+8
2017-09-20efi_loader: add device-path utilsRob Clark3-3/+575
2017-09-18efi_loader: notify when ExitBootServices is invokedHeinrich Schuchardt1-0/+11
2017-09-18efi_loader: implement task priority level (TPL)Heinrich Schuchardt1-4/+28
2017-09-18efi_loader: efi_set_timer: reset signaled stateHeinrich Schuchardt1-0/+1
2017-09-18efi_loader: implement queueing of the notification functionHeinrich Schuchardt2-11/+33
2017-09-18efi_loader: allow return value in EFI_CALLHeinrich Schuchardt1-1/+2
2017-09-18efi_loader: avoid obscure constants in efi_runtime.cHeinrich Schuchardt1-2/+4
2017-09-18efi_loader: usage of always in MakefileHeinrich Schuchardt1-2/+3
2017-09-18efi_loader: Fix efi_exit gd clobberingAlexander Graf1-0/+7
2017-09-18efi_loader: write protocol GUID in OpenProtocolHeinrich Schuchardt1-0/+9
2017-09-18efi_loader: call __efi_exit_check in efi_exitHeinrich Schuchardt1-0/+2
2017-09-18efi_disk: efi_disk_rw_blocks is not an API functionHeinrich Schuchardt1-1/+1
2017-09-12lib: add some utf16 handling helpersRob Clark1-14/+3
2017-08-12efi_loader: use EFI_PAGE_MASK instead of EFI_PAGE_SIZE - 1xypron.glpk@gmx.de1-1/+1
2017-08-11efi_loader: GOP fix for no displayRob Clark1-1/+1
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-31efi_loader: Fix warning in efi_gopAlexander Graf1-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-28efi_loader: add some missing breaksRob Clark1-0/+2
2017-07-26efi_loader: fix bug in efi_get_memory_mapRob Clark1-2/+2
2017-07-26efi_loader: Improve install_configuration_tableAlexander Graf1-1/+18
2017-07-26efi_loader: remove more double EFI_EXIT() in efi_disk.cRob Clark1-3/+3
2017-07-26efi_loader: remove double EFI_EXIT() with efi_unsupportedRob Clark1-2/+2
2017-07-25efi_loader: expose protocols via GUIDRob Clark1-0/+14
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_console: use EFIAPI for callback functionsxypron.glpk@gmx.de1-2/+3
2017-07-24efi_loader: workaround for grub lsefi bugRob Clark1-0/+1
2017-07-24efi_loader: implement ConvertDeviceNodeToTextxypron.glpk@gmx.de1-30/+91
2017-07-24efi_memory: return MapKeyxypron.glpk@gmx.de1-0/+2
2017-07-24efi_memory: do parameter checks firstxypron.glpk@gmx.de1-3/+3
2017-07-24efi_loader: gop: fixes for CONFIG_DM_VIDEO without CONFIG_LCDRob Clark2-1/+7