Age | Commit message (Expand) | Author |
2017-07-04 | efi_loader: abort on unsupported relocation type | xypron.glpk@gmx.de |
2017-07-04 | efi_loader: efi_handle_protocol set attributes | xypron.glpk@gmx.de |
2017-07-03 | efi_loader: add static to local functions | Masahiro Yamada |
2017-07-03 | efi_loader: check CreateEvent() parameters | Jonathan Gray |
2017-07-03 | efi_loader: run CreateEvent() notify function based on flags | Jonathan Gray |
2017-03-14 | efi: Add a hook to allow adding memory mapping | York Sun |
2017-01-28 | disk: convert CONFIG_ISO_PARTITION to Kconfig | Patrick Delaunay |
2017-01-09 | lib: gitignore *.elf and *.so generated by efi_loader | Ladislav Michl |
2016-11-27 | efi_loader: Allow to compile helloworld.efi w/o bundling it | Alexander Graf |
2016-11-17 | ls2080: Exit dpaa only right before exiting U-Boot | Alexander Graf |
2016-11-14 | x86: Enable EFI loader support | Simon Glass |
2016-11-14 | efi: Add support for a hello world test program | Simon Glass |
2016-11-14 | efi: Correct cache flush alignment | Simon Glass |
2016-11-14 | efi_loader: console: Correctly report modes | Emmanuel Vadot |
2016-11-14 | efi: Use device device path type Messaging for network interface node | Oleksandr Tymoshenko |
2016-11-14 | efi_loader: fix depends on line of EFI_LOADER | Masahiro Yamada |
2016-10-19 | efi_loader: Rename EFI_RUNTIME_{TEXT, DATA} to __efi_runtime{, _data} | Alexander Graf |
2016-10-19 | x86: efi: Add EFI loader support for x86 | Simon Glass |
2016-10-19 | efi: Fix missing EFIAPI specifiers | Simon Glass |
2016-10-19 | efi_loader: Fix efi_install_configuration_table | Alexander Graf |
2016-10-19 | smbios: Expose in efi_loader as table | Alexander Graf |
2016-10-19 | efi_loader: Expose efi_install_configuration_table | Alexander Graf |
2016-10-19 | efi_loader: gop: Expose fb when 32bpp | Alexander Graf |
2016-10-19 | efi_loader: Allow bouncing for network | Alexander Graf |
2016-10-18 | efi_loader: Allow boards to implement get_time and reset_system | Alexander Graf |
2016-10-18 | efi_loader: Do not leak memory when unlinking a mapping | Stefan Brüns |
2016-10-18 | efi_loader: Keep memory mapping sorted when splitting an entry | Stefan Brüns |
2016-10-18 | efi_loader: Readd freed pages to memory pool | Stefan Brüns |
2016-10-18 | efi_loader: Track size of pool allocations to allow freeing | Stefan Brüns |
2016-10-18 | efi_loader: Move efi_allocate_pool implementation to efi_memory.c | Stefan Brüns |
2016-10-18 | efi_loader: Fix crash on 32-bit systems | Robin Randhawa |
2016-10-18 | efi_loader: Fix memory map size check to avoid out-of-bounds access | Stefan Brüns |
2016-10-18 | efi_loader: Update description of internal efi_mem_carve_out | Stefan Brüns |
2016-10-08 | arm: Add return value argument to longjmp | Alexander Graf |
2016-09-07 | efi_loader: provide efi_mem_desc version | Mian Yousaf Kaukab |
2016-08-20 | efi_loader: Fix relocations above 64kb image size | Alexander Graf |
2016-08-08 | efi_loader: disk: Sanitize exposed devices | Alexander Graf |
2016-08-08 | efi_loader: disk: Fix CONFIG_BLK breakage | Alexander Graf |
2016-07-22 | efi_loader: Add debug output for efi_add_memory_map() | Andreas Färber |
2016-06-06 | efi_loader: Add DM_VIDEO support | Alexander Graf |
2016-06-06 | efi_loader: Don't allocate from memory holes | Alexander Graf |
2016-06-06 | efi_loader: Move to normal debug infrastructure | Alexander Graf |
2016-06-06 | efi_loader: Add exit support | Alexander Graf |
2016-05-27 | Merge git://git.denx.de/u-boot-dm | Tom Rini |
2016-05-27 | efi_loader: gop: Don't expose fb address | Alexander Graf |
2016-05-27 | efi_loader: Clean up system table on exit | Alexander Graf |
2016-05-27 | efi_loader: Add bounce buffer support | Alexander Graf |
2016-05-27 | dm: efi: Update for CONFIG_BLK | Simon Glass |
2016-05-27 | efi_loader: Add network access support | Alexander Graf |
2016-05-17 | dm: part: Drop the block_drvr table | Simon Glass |