]> git.ipfire.org Git - people/ms/u-boot.git/history - lib/efi_loader
imx: hab: Check if CSF contains deprecated commands
[people/ms/u-boot.git] / lib / efi_loader /
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: correct efi_disk_register
2018-02-09  Heinrich Schuchardtefi_loader: add missing runtime services stubs
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-02-09  Heinrich Schuchardtefi_loader: fix building crt0 on arm
2018-02-09  Adam FordMove most CONFIG_HAVE_BLOCK_DEVICE to Kconfig
2018-02-09  Adam FordConvert LIB_UUID to Kconfig
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: consistently use %pD to print device paths
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-28  Alexander Grafefi: Conflict efi_loader with different stub bitness
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: allow creation of more device part nodes
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: provide function to get last node of a...
2018-01-22  Heinrich Schuchardtefi_loader: correct EFI_BLOCK_IO_PROTOCOL definitions
2018-01-22  Heinrich Schuchardtefi_loader: make efi_disk_create_partitions a global...
2018-01-22  Heinrich Schuchardtefi_loader: provide a function to create a partition...
2018-01-22  Heinrich Schuchardtefi_loader: make efi_block_io_guid a global symbol
2018-01-22  Heinrich Schuchardtefi_loader: efi_disk_register: correctly determine...
2018-01-22  Heinrich Schuchardtefi_loader: fix StartImage bootservice
2018-01-22  Heinrich Schuchardtefi_loader: check tables in helloworld.efi
2018-01-22  Heinrich Schuchardtefi_loader: allocate correct memory type for EFI image
2018-01-22  Heinrich Schuchardtefi_loader: print device path when entering efi_load_image
2018-01-22  Heinrich Schuchardtefi_loader: correct find simple file system protocol
2018-01-22  Heinrich Schuchardtefi_loader: address of the simple file system protocol
2018-01-22  Heinrich Schuchardtefi_loader: return NULL from device path functions
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: 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
next