]> git.ipfire.org Git - people/ms/u-boot.git/history - lib/efi_loader
rockchip: rk3188: move CONFIG_SPL_* entries from rk3188_common.h to Kconfig
[people/ms/u-boot.git] / lib / efi_loader /
2017-10-29  Tom RiniMerge git://git.denx.de/u-boot-video
2017-10-29  Alexander Grafefi_loader: Disable env_save() call on boot
2017-10-18  Tom RiniMerge git://git.denx.de/u-boot-spi
2017-10-13  Tom RiniMerge tag 'signed-efi-next' of git://github.com/agraf...
2017-10-12  Rob Clarkefi_loader: console support for color attributes
2017-10-12  Rob Clarkefi_loader: Add mem-mapped for fallback
2017-10-11  Tom RiniMerge branch 'rmobile' of git://git.denx.de/u-boot-sh
2017-10-10  Jonathan Grayefi_loader: don't increment part twice per loop
2017-10-10  Jonathan Grayefi_loader: search all possible disk partitions
2017-10-09  Tom RiniMerge git://git.denx.de/u-boot-video
2017-10-09  Heinrich Schuchardtefi_loader: comments for functions add missing @return
2017-10-09  Rob Clarkefi_loader: Fix disk dp's for pre-DM/legacy devices
2017-10-09  Heinrich Schuchardtefi_loader: avoid NULL dereference in efi_dp_match
2017-10-09  Heinrich Schuchardtefi_loader: fill return values in SimpleNetworkProtocol
2017-10-09  Heinrich Schuchardtefi_loader: size fields in SimpleNetworkProtocol
2017-10-09  Heinrich Schuchardtefi_loader: fix efi_net_get_status
2017-10-09  Heinrich Schuchardtefi_loader: implement WaitForPacket event
2017-10-09  Heinrich Schuchardtefi_loader: use events for efi_net_receive
2017-10-09  Heinrich Schuchardtefi_net: return EFI_UNSUPPORTED where appropriate
2017-10-09  Heinrich Schuchardtefi_loader: efi_net: hwaddr_size = 6
2017-10-09  Heinrich Schuchardtefi_loader: fill simple network protocol revision
2017-10-09  Heinrich Schuchardtefi_loader: wrong type in wait_for_event
2017-10-09  Heinrich Schuchardtefi_loader: pass GUIDs as const efi_guid_t *
2017-10-09  Heinrich Schuchardtefi_loader: parameters of CopyMem and SetMem
2017-10-09  Heinrich Schuchardtefi_loader: call EFI_EXIT in efi_copy_mem, efi_set_mem
2017-10-09  Heinrich Schuchardtefi_loader: replace efi_div10 by do_div
2017-10-09  Heinrich Schuchardtefi_loader: provide function comments for boot services
2017-10-09  Heinrich Schuchardtefi_loader: use type bool for event states
2017-10-05  Heinrich Schuchardtefi_loader: allow creating new handles
2017-10-01  Tom RiniMerge git://git.denx.de/u-boot-usb
2017-10-01  Tom RiniMerge git://git.denx.de/u-boot-rockchip
2017-10-01  Tom RiniMerge tag 'signed-efi-next' of git://github.com/agraf...
2017-09-21  Tom RiniMerge branch 'next' of git://git.denx.de/u-boot-video
2017-09-20  Rob Clarkefi_loader: Some console improvements for vidconsole
2017-09-20  Rob Clarkefi_loader: Correctly figure out size for vidconsole
2017-09-20  Rob Clarkefi_loader: split out escape sequence based size query
2017-09-20  Rob Clarkefi_loader: print GUIDs
2017-09-20  Rob Clarkefi_loader: set loaded image code/data type properly
2017-09-20  Rob Clarkefi_loader: add bootmgr
2017-09-20  Rob Clarkefi_loader: efi variable support
2017-09-20  Rob Clarkefi_loader: make pool allocations cacheline aligned
2017-09-20  Rob Clarkefi_loader: support load_image() from a file-path
2017-09-20  Rob Clarkefi_loader: add file/filesys support
2017-09-20  Rob Clarkefi_loader: refactor boot device and loaded_image handling
2017-09-20  Rob Clarkefi_loader: use proper device-paths for net
2017-09-20  Rob Clarkefi_loader: use proper device-paths for partitions
2017-09-20  Rob Clarkefi_loader: flesh out device-path to text
2017-09-20  Rob Clarkefi_loader: drop redundant efi_device_path_protocol
2017-09-20  Rob Clarkefi_loader: add device-path utils
2017-09-18  Heinrich Schuchardtefi_loader: notify when ExitBootServices is invoked
2017-09-18  Heinrich Schuchardtefi_loader: implement task priority level (TPL)
2017-09-18  Heinrich Schuchardtefi_loader: efi_set_timer: reset signaled state
2017-09-18  Heinrich Schuchardtefi_loader: implement queueing of the notification...
2017-09-18  Heinrich Schuchardtefi_loader: allow return value in EFI_CALL
2017-09-18  Heinrich Schuchardtefi_loader: avoid obscure constants in efi_runtime.c
2017-09-18  Heinrich Schuchardtefi_loader: usage of always in Makefile
2017-09-18  Alexander Grafefi_loader: Fix efi_exit gd clobbering
2017-09-18  Heinrich Schuchardtefi_loader: write protocol GUID in OpenProtocol
2017-09-18  Heinrich Schuchardtefi_loader: call __efi_exit_check in efi_exit
2017-09-18  Heinrich Schuchardtefi_disk: efi_disk_rw_blocks is not an API function
2017-09-15  Tom RiniMerge git://git.denx.de/u-boot-ubi
2017-09-12  Rob Clarklib: add some utf16 handling helpers
2017-08-18  Tom RiniMerge tag 'signed-efi-next' of git://github.com/agraf...
2017-08-16  Tom RiniMerge git://www.denx.de/git/u-boot-imx
2017-08-12  xypron.glpk@gmx.deefi_loader: use EFI_PAGE_MASK instead of EFI_PAGE_SIZE - 1
2017-08-11  Rob Clarkefi_loader: GOP fix for no display
2017-08-11  Rob Clarkefi_loader: LocateHandle should return EFI_NOT_FOUND...
2017-08-11  xypron.glpk@gmx.deefi_loader: attribute EFIAPI of efi_locate handle()
2017-08-02  Tom RiniMerge git://git.denx.de/u-boot-fsl-qoriq
2017-07-31  Alexander Grafefi_loader: Fix warning in efi_gop
2017-07-31  Tom RiniMerge tag 'signed-efi-next' of git://github.com/agraf...
2017-07-28  Rob Clarkefi_loader: indent entry/exit prints to show nesting...
2017-07-28  Rob Clarkefi_loader: add checking for incorrect use of EFI_ENTRY...
2017-07-28  Rob Clarkefi_loader: Add an EFI_CALL() macro
2017-07-28  Rob Clarkefi_loader: add some missing breaks
2017-07-26  Rob Clarkefi_loader: fix bug in efi_get_memory_map
2017-07-26  Alexander Grafefi_loader: Improve install_configuration_table
2017-07-26  Rob Clarkefi_loader: remove more double EFI_EXIT() in efi_disk.c
2017-07-26  Rob Clarkefi_loader: remove double EFI_EXIT() with efi_unsupported
2017-07-25  Rob Clarkefi_loader: expose protocols via GUID
2017-07-25  xypron.glpk@gmx.deefi_loader: implement ProtocolsPerHandle
2017-07-24  xypron.glpk@gmx.deefi_loader: parameter types for CreateEvent, SetTimer
2017-07-24  xypron.glpk@gmx.deefi_console: use EFIAPI for callback functions
2017-07-24  Rob Clarkefi_loader: workaround for grub lsefi bug
2017-07-24  xypron.glpk@gmx.deefi_loader: implement ConvertDeviceNodeToText
2017-07-24  xypron.glpk@gmx.deefi_memory: return MapKey
2017-07-24  xypron.glpk@gmx.deefi_memory: do parameter checks first
2017-07-24  Rob Clarkefi_loader: gop: fixes for CONFIG_DM_VIDEO without...
2017-07-24  Rob Clarkefi_loader: move guidcmp to header
2017-07-19  xypron.glpk@gmx.deefi_loader: correctly implement 100ns conversion
2017-07-19  xypron.glpk@gmx.deefi_console: set up events
2017-07-19  xypron.glpk@gmx.deefi_loader: refactor efi_set_timer
2017-07-19  xypron.glpk@gmx.deefi_loader: refactor efi_create_event
2017-07-19  xypron.glpk@gmx.deefi_loader: correct size for tpl level
2017-07-19  xypron.glpk@gmx.deefi_loader: implement multiple event support
2017-07-19  xypron.glpk@gmx.deefi_loader: use struct efi_event * instead of void *
2017-07-19  xypron.glpk@gmx.deefi_memory: avoid NULL dereference in efi_free_pool
2017-07-19  xypron.glpk@gmx.deefi_loader: disk: iterate only over valid block devices
2017-07-19  xypron.glpk@gmx.deefi_loader: implement EFI_DEVICE_PATH_TO_TEXT_PROTOCOL
2017-07-19  xypron.glpk@gmx.deefi_loader: reimplement efi_locate_protocol
next