]> git.ipfire.org Git - people/ms/u-boot.git/history - lib/efi_loader/efi_boottime.c
Merge git://git.denx.de/u-boot-mmc
[people/ms/u-boot.git] / lib / efi_loader / efi_boottime.c
2018-02-12  Tom RiniMerge git://git.denx.de/u-boot-fsl-qoriq
2018-02-10  Tom RiniMerge tag 'signed-efi-v2018.03' of git://github.com...
2018-02-09  Heinrich Schuchardtefi_loader: do not use 2.0.5 as UEFI revision number
2018-02-09  Heinrich Schuchardtefi_loader: create stub for CreateEventEx
2018-01-31  Tom RiniMerge tag 'xilinx-for-v2018.03' of git://git.denx.de...
2018-01-28  Tom RiniMerge tag 'signed-efi-next' of git://github.com/agraf...
2018-01-28  Heinrich Schuchardtefi_loader: do not install NULL as device path
2018-01-28  Alexander Grafefi_loader: Call Exit() on return from payload in Start...
2018-01-28  Heinrich Schuchardtefi_loader: fix comments in indent_string()
2018-01-28  Alexander Grafefi_loader: Always use EFIAPI instead of asmlinkage
2018-01-26  Tom RiniMerge git://git.denx.de/u-boot-sunxi
2018-01-26  Tom RiniMerge git://git.denx.de/u-boot-spi
2018-01-25  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-coldfire
2018-01-24  Tom RiniMerge git://git.denx.de/u-boot-mmc
2018-01-24  Tom RiniMerge git://git.denx.de/u-boot-fsl-qoriq
2018-01-23  Tom RiniMerge tag 'signed-efi-next' of git://github.com/agraf...
2018-01-22  Heinrich Schuchardtefi_loader: fix ExitBootServices
2018-01-22  Heinrich Schuchardtefi_loader: add check_tpl parameter to efi_signal_event
2018-01-22  Heinrich Schuchardtefi_loader: fix StartImage bootservice
2018-01-22  Heinrich Schuchardtefi_loader: print device path when entering efi_load_image
2018-01-22  Heinrich Schuchardtefi_loader: consistently use efi_handle_t for handles
2018-01-22  Heinrich Schuchardtefi_loader: disconnect controllers in UninstallProtocol
2018-01-22  Heinrich Schuchardtefi_loader: implement DisconnectController
2018-01-22  Heinrich Schuchardtefi_loader: fix signature of efi_disconnect_controller
2018-01-22  Heinrich Schuchardtefi_loader: implement ConnectController
2018-01-22  Heinrich Schuchardtefi_loader: debug output installed device path
2018-01-22  Heinrich Schuchardtefi_loader: implement OpenProtocolInformation
2018-01-22  Heinrich Schuchardtefi_loader: open_info in CloseProtocol
2018-01-22  Heinrich Schuchardtefi_loader: open_info in OpenProtocol
2018-01-22  Heinrich Schuchardtefi_loader: list of open protocol infos
2018-01-22  Heinrich Schuchardtefi_loader: simplify efi_remove_all_protocols
2018-01-22  Heinrich Schuchardtefi_loader: correctly call images
2018-01-22  Heinrich Schuchardtefi_loader: use wide string do define firmware vendor
2017-12-19  Tom RiniMerge git://git.denx.de/u-boot-spi
2017-12-19  Tom RiniMerge git://git.denx.de/u-boot-sunxi
2017-12-18  Tom RiniMerge git://git.denx.de/u-boot-rockchip
2017-12-18  Tom RiniMerge git://git.denx.de/u-boot-fsl-qoriq
2017-12-18  Tom RiniMerge tag 'xilinx-for-v2018.01-rc2-v2' of git://www...
2017-12-17  Tom RiniMerge tag 'signed-efi-v2018.01' of git://github.com...
2017-12-16  Heinrich Schuchardtefi_loader: error handling in efi_load_image()
2017-12-16  Heinrich Schuchardtefi_loader: new function efi_delete_handle()
2017-12-16  Heinrich Schuchardtefi_loader: return status from efi_setup_loaded_image()
2017-12-13  Tom RiniMerge git://git.denx.de/u-boot-samsung
2017-12-08  Tom RiniMerge git://git.denx.de/u-boot-mpc85xx
2017-12-07  Tom RiniMerge git://git.denx.de/u-boot-fsl-qoriq
2017-12-05  Tom RiniMerge tag 'signed-efi-next' of git://github.com/agraf...
2017-12-01  Heinrich Schuchardtefi_loader: helper function to add EFI object to list
2017-12-01  Heinrich Schuchardtefi_loader: pass handle of loaded image
2017-12-01  Heinrich Schuchardtefi_loader: manage protocols in a linked list
2017-12-01  Heinrich Schuchardtefi_loader: simplify efi_open_protocol
2017-12-01  Heinrich Schuchardtefi_loader: reimplement LocateDevicePath
2017-12-01  Heinrich Schuchardtefi_loader: refactor efi_setup_loaded_image
2017-12-01  Heinrich Schuchardtefi_loader: simplify efi_locate_protocol
2017-12-01  Heinrich Schuchardtefi_loader: simplify efi_uninstall_protocol_interface
2017-12-01  Heinrich Schuchardtefi_loader: simplify efi_search
2017-12-01  Heinrich Schuchardtefi_loader: simplify efi_install_protocol_interface
2017-12-01  Heinrich Schuchardtefi_loader: helper functions for protocol management
2017-12-01  Heinrich Schuchardtefi_loader: argument of efi_search_obj should be const
2017-12-01  Heinrich Schuchardtefi_loader: make efi_create_handle non-static
2017-12-01  Heinrich Schuchardtefi_loader implement UninstallMultipleProtocolInterfaces
2017-12-01  Heinrich Schuchardtefi_loader: debug output efi_install_protocol_interface
2017-12-01  Heinrich Schuchardtefi_loader: fix typo efi_install_multiple_protocol_inte...
2017-12-01  Heinrich Schuchardtefi_loader: rework efi_search_obj
2017-12-01  Heinrich Schuchardtefi_loader: rework efi_locate_handle
2017-12-01  Heinrich Schuchardtefi_loader: consistently use efi_uintn_t in boot services
2017-12-01  Heinrich Schuchardtefi_loader: replace UINTN by efi_uintn_t
2017-12-01  Heinrich Schuchardtefi_loader: eliminate efi_uninstall_protocol_interface_ext
2017-12-01  Heinrich Schuchardtefi_loader: eliminate efi_install_protocol_interface_ext
2017-12-01  Heinrich Schuchardtefi_loader: capitalize EFI_LOCATE_SEARCH_TYPE values
2017-12-01  Heinrich Schuchardtefi_loader: set parent handle in efi_load_image
2017-12-01  Heinrich Schuchardtefi_loader: implement SetWatchdogTimer
2017-12-01  Heinrich Schuchardtefi_loader: move efi_search_obj up in code
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-11  Tom RiniMerge branch 'rmobile' of git://git.denx.de/u-boot-sh
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  Heinrich Schuchardtefi_loader: avoid NULL dereference in efi_dp_match
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-20  Rob Clarkefi_loader: print GUIDs
2017-09-20  Rob Clarkefi_loader: add bootmgr
2017-09-20  Rob Clarkefi_loader: efi variable support
2017-09-20  Rob Clarkefi_loader: support load_image() from a file-path
2017-09-20  Rob Clarkefi_loader: refactor boot device and loaded_image handling
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
next