summaryrefslogtreecommitdiff
path: root/lib/efi_loader
AgeCommit message (Expand)Author
2017-07-04efi_loader: abort on unsupported relocation typexypron.glpk@gmx.de
2017-07-04efi_loader: efi_handle_protocol set attributesxypron.glpk@gmx.de
2017-07-03efi_loader: add static to local functionsMasahiro Yamada
2017-07-03efi_loader: check CreateEvent() parametersJonathan Gray
2017-07-03efi_loader: run CreateEvent() notify function based on flagsJonathan Gray
2017-03-14efi: Add a hook to allow adding memory mappingYork Sun
2017-01-28disk: convert CONFIG_ISO_PARTITION to KconfigPatrick Delaunay
2017-01-09lib: gitignore *.elf and *.so generated by efi_loaderLadislav Michl
2016-11-27efi_loader: Allow to compile helloworld.efi w/o bundling itAlexander Graf
2016-11-17ls2080: Exit dpaa only right before exiting U-BootAlexander Graf
2016-11-14x86: Enable EFI loader supportSimon Glass
2016-11-14efi: Add support for a hello world test programSimon Glass
2016-11-14efi: Correct cache flush alignmentSimon Glass
2016-11-14efi_loader: console: Correctly report modesEmmanuel Vadot
2016-11-14efi: Use device device path type Messaging for network interface nodeOleksandr Tymoshenko
2016-11-14efi_loader: fix depends on line of EFI_LOADERMasahiro Yamada
2016-10-19efi_loader: Rename EFI_RUNTIME_{TEXT, DATA} to __efi_runtime{, _data}Alexander Graf
2016-10-19x86: efi: Add EFI loader support for x86Simon Glass
2016-10-19efi: Fix missing EFIAPI specifiersSimon Glass
2016-10-19efi_loader: Fix efi_install_configuration_tableAlexander Graf
2016-10-19smbios: Expose in efi_loader as tableAlexander Graf
2016-10-19efi_loader: Expose efi_install_configuration_tableAlexander Graf
2016-10-19efi_loader: gop: Expose fb when 32bppAlexander Graf
2016-10-19efi_loader: Allow bouncing for networkAlexander Graf
2016-10-18efi_loader: Allow boards to implement get_time and reset_systemAlexander Graf
2016-10-18efi_loader: Do not leak memory when unlinking a mappingStefan Brüns
2016-10-18efi_loader: Keep memory mapping sorted when splitting an entryStefan Brüns
2016-10-18efi_loader: Readd freed pages to memory poolStefan Brüns
2016-10-18efi_loader: Track size of pool allocations to allow freeingStefan Brüns
2016-10-18efi_loader: Move efi_allocate_pool implementation to efi_memory.cStefan Brüns
2016-10-18efi_loader: Fix crash on 32-bit systemsRobin Randhawa
2016-10-18efi_loader: Fix memory map size check to avoid out-of-bounds accessStefan Brüns
2016-10-18efi_loader: Update description of internal efi_mem_carve_outStefan Brüns
2016-10-08arm: Add return value argument to longjmpAlexander Graf
2016-09-07efi_loader: provide efi_mem_desc versionMian Yousaf Kaukab
2016-08-20efi_loader: Fix relocations above 64kb image sizeAlexander Graf
2016-08-08efi_loader: disk: Sanitize exposed devicesAlexander Graf
2016-08-08efi_loader: disk: Fix CONFIG_BLK breakageAlexander Graf
2016-07-22efi_loader: Add debug output for efi_add_memory_map()Andreas Färber
2016-06-06efi_loader: Add DM_VIDEO supportAlexander Graf
2016-06-06efi_loader: Don't allocate from memory holesAlexander Graf
2016-06-06efi_loader: Move to normal debug infrastructureAlexander Graf
2016-06-06efi_loader: Add exit supportAlexander Graf
2016-05-28Merge git://git.denx.de/u-boot-dmTom Rini
2016-05-27efi_loader: gop: Don't expose fb addressAlexander Graf
2016-05-27efi_loader: Clean up system table on exitAlexander Graf
2016-05-27efi_loader: Add bounce buffer supportAlexander Graf
2016-05-27dm: efi: Update for CONFIG_BLKSimon Glass
2016-05-27efi_loader: Add network access supportAlexander Graf
2016-05-17dm: part: Drop the block_drvr tableSimon Glass