]> git.ipfire.org Git - people/ms/u-boot.git/history - lib/efi_loader
efi_selftest: remove todo in manage protocols
[people/ms/u-boot.git] / lib / efi_loader /
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: text output for device path end node
2018-01-22  Heinrich Schuchardtefi_loader: use correct format string for unsigned...
2018-01-22  Heinrich Schuchardtefi_loader: add comments to memory functions
2018-01-22  Heinrich Schuchardtefi_loader: use wide string do define firmware vendor
2018-01-22  Heinrich Schuchardtefi_loader: support device path for IDE and SCSI disks
2018-01-22  Heinrich Schuchardtefi_loader: create full device path for block devices
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-19  Emmanuel Vadotefi_loader: Setup logical_partition media information
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: comments for dp_part_fill()
2017-12-16  Heinrich Schuchardtefi_loader: correct DeviceNodeToText for media types
2017-12-16  Heinrich Schuchardtefi_loader: correctly setup device paths for block...
2017-12-16  Heinrich Schuchardtefi_loader: correctly determine if an MMC device is...
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-16  Alexander Grafefi_loader: Ensure efi_dp_find_obj() finds exact matches
2017-12-16  Alexander Grafefi_loader: helloworld.c: Explicitly use .rodata for...
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  Alexander Grafefi_loader helloworld.efi: Fix building with -Os
2017-12-01  Alexander Grafefi_loader: Fix partition offsets
2017-12-01  Rob Clarkefi_loader: add missing breaks
2017-12-01  Heinrich Schuchardtefi_loader: comments for EFI_DEVICE_PATH_TO_TEXT_PROTOCOL
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: output load options in helloworld
2017-12-01  Heinrich Schuchardtefi_loader: manage protocols in a linked list
2017-12-01  Heinrich Schuchardtefi_loader: simplify find_obj
2017-12-01  Heinrich Schuchardtefi_loader: simplify efi_open_protocol
2017-12-01  Heinrich Schuchardtefi_loader: efi_gop: use efi_add_protocol
2017-12-01  Heinrich Schuchardtefi_loader: efi_net: use efi_add_protocol
2017-12-01  Heinrich Schuchardtefi_loader: efi_disk: use efi_add_protocol
2017-12-01  Heinrich Schuchardtefi_loader: reimplement LocateDevicePath
2017-12-01  Heinrich Schuchardtefi_loader: fix efi_convert_device_node_to_text
2017-12-01  Heinrich Schuchardtefi_loader: efi_dp_str should print path not node
2017-12-01  Heinrich Schuchardtefi_loader: size of media device path node represenation
2017-12-01  Heinrich Schuchardtefi_loader: helloworld.c: remove superfluous include
2017-12-01  Jonathan Grayefi_loader: initialise partition_signature memory
2017-12-01  Heinrich Schuchardtefi_loader: efi_console: use helper functions
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: efi_gop: use correct types for parameters
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: efi_dp_match should have const arguments
2017-12-01  Heinrich Schuchardtefi_loader: efi_net: check return value of calloc
2017-12-01  Heinrich Schuchardtefi_loader: efi_disk: check return value of calloc
2017-12-01  Heinrich Schuchardtefi_loader: efi_gop: check calloc return value
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-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
next