]> git.ipfire.org Git - people/ms/u-boot.git/history - lib/efi_loader/efi_boottime.c
cosmetic: rmobile: renesas spelled wrong
[people/ms/u-boot.git] / lib / efi_loader / efi_boottime.c
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
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  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-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-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  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-26  Alexander Grafefi_loader: Improve install_configuration_table
2017-07-26  Rob Clarkefi_loader: remove double EFI_EXIT() with efi_unsupported
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  Rob Clarkefi_loader: workaround for grub lsefi bug
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_loader: reimplement efi_locate_protocol
2017-07-19  xypron.glpk@gmx.deefi_loader: implement LocateHandleBuffer
2017-07-19  xypron.glpk@gmx.deefi_loader: refactor efi_locate_handle
2017-07-19  xypron.glpk@gmx.deefi_loader: implement InstallMultipleProtocolInterfaces
2017-07-19  xypron.glpk@gmx.deefi_loader: refactor efi_uninstall_protocol_interface
2017-07-19  xypron.glpk@gmx.deefi_loader: refactor efi_install_protocol_interface
2017-07-19  xypron.glpk@gmx.deefi_loader: implement UninstallProtocolInterface
2017-07-19  xypron.glpk@gmx.deefi_loader: implement InstallProtocolInterface
2017-07-19  xypron.glpk@gmx.deefi_loader: efi_open_protocol: parameter checks
2017-07-19  xypron.glpk@gmx.deefi_loader: refactor efi_open_protocol
2017-07-04  Tom RiniMerge tag 'signed-efi-next' of git://github.com/agraf...
2017-07-04  xypron.glpk@gmx.deefi_loader: efi_handle_protocol set attributes
2017-07-03  Masahiro Yamadaefi_loader: add static to local functions
2017-07-03  Jonathan Grayefi_loader: check CreateEvent() parameters
2017-07-03  Jonathan Grayefi_loader: run CreateEvent() notify function based...
2016-11-29  Stefano BabicMerge branch 'master' of git://git.denx.de/u-boot
2016-11-17  Tom RiniMerge branch 'master' of http://git.denx.de/u-boot-mmc
2016-11-17  Tom RiniMerge tag 'signed-efi-next' of git://github.com/agraf...
2016-11-17  Alexander Grafls2080: Exit dpaa only right before exiting U-Boot
2016-10-28  Tom RiniMerge branch 'master' of git://www.denx.de/git/u-boot-imx
2016-10-19  Tom RiniMerge tag 'signed-efi-next' of git://github.com/agraf...
2016-10-19  Alexander Grafefi_loader: Rename EFI_RUNTIME_{TEXT, DATA} to __efi_ru...
2016-10-19  Simon Glassx86: efi: Add EFI loader support for x86
2016-10-19  Simon Glassefi: Fix missing EFIAPI specifiers
2016-10-19  Alexander Grafefi_loader: Fix efi_install_configuration_table
2016-10-19  Alexander Grafefi_loader: Expose efi_install_configuration_table
2016-10-18  Stefan Brünsefi_loader: Track size of pool allocations to allow...
2016-10-18  Stefan Brünsefi_loader: Move efi_allocate_pool implementation to...
2016-10-18  Robin Randhawaefi_loader: Fix crash on 32-bit systems
2016-10-12  Tom RiniMerge git://git.denx.de/u-boot-fsl-qoriq
2016-10-08  Tom RiniMerge branch 'master' of git://www.denx.de/git/u-boot-imx
2016-10-08  Alexander Grafarm: Add return value argument to longjmp
2016-06-20  Tom RiniMerge git://git.denx.de/u-boot-nand-flash
2016-06-18  Stefano BabicMerge branch 'master' of git://git.denx.de/u-boot
2016-06-12  Tom RiniMerge branch 'master' of git://www.denx.de/git/u-boot-imx
2016-06-06  Tom RiniMerge http://git.denx.de/u-boot-samsung
2016-06-06  Alexander Grafefi_loader: Move to normal debug infrastructure
2016-06-06  Alexander Grafefi_loader: Add exit support
2016-04-13  Tom RiniMerge branch 'master' of git://www.denx.de/git/u-boot-imx
2016-03-29  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-fsl...
2016-03-27  Alexander Grafefi_loader: Fix some entry/exit points
2016-03-20  Stefano BabicMerge branch 'next'
2016-03-15  Alexander Grafefi_loader: Add runtime services
2016-03-15  Alexander Grafefi_loader: Add boot time services