summaryrefslogtreecommitdiffstats
path: root/lib/efi_loader
Commit message (Expand)AuthorAgeFilesLines
* 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
* efi: Add support for a hello world test programSimon Glass2016-11-142-0/+28
* efi: Correct cache flush alignmentSimon Glass2016-11-141-1/+2
* efi_loader: console: Correctly report modesEmmanuel Vadot2016-11-141-16/+84
* efi: Use device device path type Messaging for network interface nodeOleksandr Tymoshenko2016-11-141-8/+9
* efi_loader: fix depends on line of EFI_LOADERMasahiro Yamada2016-11-141-1/+1
* efi_loader: Rename EFI_RUNTIME_{TEXT, DATA} to __efi_runtime{, _data}Alexander Graf2016-10-192-13/+13
* x86: efi: Add EFI loader support for x86Simon Glass2016-10-192-0/+13
* efi: Fix missing EFIAPI specifiersSimon Glass2016-10-193-10/+12
* efi_loader: Fix efi_install_configuration_tableAlexander Graf2016-10-191-1/+1
* smbios: Expose in efi_loader as tableAlexander Graf2016-10-192-0/+33
* efi_loader: Expose efi_install_configuration_tableAlexander Graf2016-10-191-9/+13
* efi_loader: gop: Expose fb when 32bppAlexander Graf2016-10-191-0/+16
* efi_loader: Allow bouncing for networkAlexander Graf2016-10-191-0/+7
* efi_loader: Allow boards to implement get_time and reset_systemAlexander Graf2016-10-181-11/+91
* efi_loader: Do not leak memory when unlinking a mappingStefan Brüns2016-10-181-2/+5
* efi_loader: Keep memory mapping sorted when splitting an entryStefan Brüns2016-10-181-1/+2
* efi_loader: Readd freed pages to memory poolStefan Brüns2016-10-181-2/+9
* efi_loader: Track size of pool allocations to allow freeingStefan Brüns2016-10-182-6/+42
* efi_loader: Move efi_allocate_pool implementation to efi_memory.cStefan Brüns2016-10-182-6/+19
* efi_loader: Fix crash on 32-bit systemsRobin Randhawa2016-10-181-1/+3
* efi_loader: Fix memory map size check to avoid out-of-bounds accessStefan Brüns2016-10-181-1/+2
* efi_loader: Update description of internal efi_mem_carve_outStefan Brüns2016-10-181-3/+11
* arm: Add return value argument to longjmpAlexander Graf2016-10-081-1/+1
* efi_loader: provide efi_mem_desc versionMian Yousaf Kaukab2016-09-071-0/+3
* efi_loader: Fix relocations above 64kb image sizeAlexander Graf2016-08-201-1/+1
* efi_loader: disk: Sanitize exposed devicesAlexander Graf2016-08-081-1/+5
* efi_loader: disk: Fix CONFIG_BLK breakageAlexander Graf2016-08-081-7/+11
* efi_loader: Add debug output for efi_add_memory_map()Andreas Färber2016-07-221-0/+3
* efi_loader: Add DM_VIDEO supportAlexander Graf2016-06-061-7/+50
* efi_loader: Don't allocate from memory holesAlexander Graf2016-06-061-10/+45