Commit Graph

258 Commits (d3525b6bb0c39de537f0d2e79bb9ab9ad8fd8bf5)

Author SHA1 Message Date
Heinrich Schuchardt 4a8b5e7900 efi_loader: consistently use %pD to print device paths 7 years ago
Heinrich Schuchardt 7df5af6f3a efi_loader: do not install NULL as device path 7 years ago
Alexander Graf 56672bf52e efi_loader: Call Exit() on return from payload in StartImage() 7 years ago
Heinrich Schuchardt c8df80c514 efi_loader: fix comments in indent_string() 7 years ago
Alexander Graf c6fa5df6aa efi_loader: Always use EFIAPI instead of asmlinkage 7 years ago
Alexander Graf 6698bb343f efi: Conflict efi_loader with different stub bitness 7 years ago
Heinrich Schuchardt 9dfd84da8c efi_loader: allow creation of more device part nodes 7 years ago
Heinrich Schuchardt cc20ed03f9 efi_loader: fix ExitBootServices 7 years ago
Heinrich Schuchardt 9bc9664d5e efi_loader: add check_tpl parameter to efi_signal_event 7 years ago
Heinrich Schuchardt 65436f91c5 efi_loader: provide function to get last node of a device path 7 years ago
Heinrich Schuchardt 4f94865b30 efi_loader: correct EFI_BLOCK_IO_PROTOCOL definitions 7 years ago
Heinrich Schuchardt 64e4db0f11 efi_loader: make efi_disk_create_partitions a global symbol 7 years ago
Heinrich Schuchardt 98d48bdf41 efi_loader: provide a function to create a partition node 7 years ago
Heinrich Schuchardt b3dd14b6b1 efi_loader: make efi_block_io_guid a global symbol 7 years ago
Heinrich Schuchardt 9bfca9f98a efi_loader: efi_disk_register: correctly determine if_type_name 7 years ago
Heinrich Schuchardt 5e55543e65 efi_loader: fix StartImage bootservice 7 years ago
Heinrich Schuchardt 0aaabbb2c8 efi_loader: check tables in helloworld.efi 7 years ago
Heinrich Schuchardt 36b41a3ced efi_loader: allocate correct memory type for EFI image 7 years ago
Heinrich Schuchardt 476ed96e01 efi_loader: print device path when entering efi_load_image 7 years ago
Heinrich Schuchardt 110d80a1f2 efi_loader: correct find simple file system protocol 7 years ago
Heinrich Schuchardt 22de1de905 efi_loader: address of the simple file system protocol 7 years ago
Heinrich Schuchardt 04298686a4 efi_loader: return NULL from device path functions 7 years ago
Heinrich Schuchardt 2074f70064 efi_loader: consistently use efi_handle_t for handles 7 years ago
Heinrich Schuchardt ad97373ba9 efi_loader: disconnect controllers in UninstallProtocol 7 years ago
Heinrich Schuchardt 3f9b00425a efi_loader: implement DisconnectController 7 years ago
Heinrich Schuchardt 3ebcd0071f efi_loader: fix signature of efi_disconnect_controller 7 years ago
Heinrich Schuchardt f0959dbee2 efi_loader: implement ConnectController 7 years ago
Heinrich Schuchardt d550414434 efi_loader: debug output installed device path 7 years ago
Heinrich Schuchardt e3fbbc36f2 efi_loader: implement OpenProtocolInformation 7 years ago
Heinrich Schuchardt 3b8a489c9f efi_loader: open_info in CloseProtocol 7 years ago
Heinrich Schuchardt 191a41cc32 efi_loader: open_info in OpenProtocol 7 years ago
Heinrich Schuchardt fe1599daf5 efi_loader: list of open protocol infos 7 years ago
Heinrich Schuchardt 32e6fed6e9 efi_loader: simplify efi_remove_all_protocols 7 years ago
Heinrich Schuchardt 727a1afb34 efi_loader: correctly call images 7 years ago
Heinrich Schuchardt 3c950b3178 efi_loader: text output for device path end node 7 years ago
Heinrich Schuchardt e540c48636 efi_loader: use correct format string for unsigned long 7 years ago
Heinrich Schuchardt 474a6f5aa1 efi_loader: add comments to memory functions 7 years ago
Heinrich Schuchardt 05b6f56ead efi_loader: use wide string do define firmware vendor 7 years ago
Heinrich Schuchardt af3106a12d efi_loader: support device path for IDE and SCSI disks 7 years ago
Heinrich Schuchardt 2bc61b8352 efi_loader: create full device path for block devices 7 years ago
Emmanuel Vadot 5f77083628 efi_loader: Setup logical_partition media information 7 years ago
Heinrich Schuchardt bde6bfe4c3 efi_loader: comments for dp_part_fill() 7 years ago
Heinrich Schuchardt 6ea8b580f0 efi_loader: correct DeviceNodeToText for media types 7 years ago
Heinrich Schuchardt 7b982f009b efi_loader: correctly setup device paths for block devices 7 years ago
Heinrich Schuchardt 66b051d51f efi_loader: correctly determine if an MMC device is an SD-card 7 years ago
Heinrich Schuchardt b9b17598f4 efi_loader: error handling in efi_load_image() 7 years ago
Heinrich Schuchardt 678e03a00c efi_loader: new function efi_delete_handle() 7 years ago
Heinrich Schuchardt 56d9288858 efi_loader: return status from efi_setup_loaded_image() 7 years ago
Alexander Graf 905cb9e172 efi_loader: Ensure efi_dp_find_obj() finds exact matches 7 years ago
Alexander Graf ae67dca5e6 efi_loader: helloworld.c: Explicitly use .rodata for loaded_image_guid 7 years ago