summaryrefslogtreecommitdiffstats
path: root/lib/efi_loader
Commit message (Expand)AuthorAgeFilesLines
* 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
* efi_loader: correct size for tpl levelxypron.glpk@gmx.de2017-07-191-6/+6
* efi_loader: implement multiple event supportxypron.glpk@gmx.de2017-07-191-62/+133
* efi_loader: use struct efi_event * instead of void *xypron.glpk@gmx.de2017-07-191-11/+14
* efi_memory: avoid NULL dereference in efi_free_poolxypron.glpk@gmx.de2017-07-191-0/+3
* efi_loader: disk: iterate only over valid block devicesxypron.glpk@gmx.de2017-07-191-2/+2
* efi_loader: implement EFI_DEVICE_PATH_TO_TEXT_PROTOCOLxypron.glpk@gmx.de2017-07-192-1/+68
* efi_loader: reimplement efi_locate_protocolxypron.glpk@gmx.de2017-07-191-12/+20
* efi_loader: implement LocateHandleBufferxypron.glpk@gmx.de2017-07-191-1/+24
* efi_loader: refactor efi_locate_handlexypron.glpk@gmx.de2017-07-191-6/+15
* efi_loader: implement InstallMultipleProtocolInterfacesxypron.glpk@gmx.de2017-07-191-1/+38
* efi_loader: refactor efi_uninstall_protocol_interfacexypron.glpk@gmx.de2017-07-191-4/+11
* efi_loader: refactor efi_install_protocol_interfacexypron.glpk@gmx.de2017-07-191-5/+14
* efi_loader: implement UninstallProtocolInterfacexypron.glpk@gmx.de2017-07-191-2/+38
* efi_loader: implement InstallProtocolInterfacexypron.glpk@gmx.de2017-07-191-1/+53
* efi_loader: efi_open_protocol: parameter checksxypron.glpk@gmx.de2017-07-191-4/+27
* efi_loader: refactor efi_open_protocolxypron.glpk@gmx.de2017-07-195-66/+21
* efi_loader: abort on unsupported relocation typexypron.glpk@gmx.de2017-07-041-2/+8
* efi_loader: efi_handle_protocol set attributesxypron.glpk@gmx.de2017-07-041-2/+2
* efi_loader: add static to local functionsMasahiro Yamada2017-07-031-9/+11
* efi_loader: check CreateEvent() parametersJonathan Gray2017-07-031-0/+10
* efi_loader: run CreateEvent() notify function based on flagsJonathan Gray2017-07-031-1/+3
* efi: Add a hook to allow adding memory mappingYork Sun2017-03-141-4/+10
* disk: convert CONFIG_ISO_PARTITION to KconfigPatrick Delaunay2017-01-281-1/+1
* lib: gitignore *.elf and *.so generated by efi_loaderLadislav Michl2017-01-091-0/+2
* efi_loader: Allow to compile helloworld.efi w/o bundling itAlexander Graf2016-11-271-0/+3
* ls2080: Exit dpaa only right before exiting U-BootAlexander Graf2016-11-171-0/+2
* x86: Enable EFI loader supportSimon Glass2016-11-141-1/+1