Commit Graph

138 Commits (a19e97157c3721ef9c4b15c68c1773467a3b4a98)

Author SHA1 Message Date
Heinrich Schuchardt b6dd577737 efi_loader: use correct types in EFI_FILE_PROTOCOL 7 years ago
Heinrich Schuchardt 7fb96a10b3 efi_loader: use efi_uintn_t for LoadImage 7 years ago
Heinrich Schuchardt 0f7fcc7256 efi_loader: RestoreTPL should execute queued events 7 years ago
Heinrich Schuchardt b095f3c85f efi_loader: implement event groups 7 years ago
Heinrich Schuchardt a3a28f5f0c efi_loader: define GUIDS for event groups 7 years ago
Heinrich Schuchardt 43bce44262 efi_loader: manage events in a linked list 7 years ago
Heinrich Schuchardt ab9efa979c efi_loader: fix formatting errors 7 years ago
Heinrich Schuchardt 7069515e7f efi_loader: clear signaled state in CheckEvent 7 years ago
Heinrich Schuchardt eb68b4ef31 efi_loader: check parameter in InstallConfigurationTable 7 years ago
Heinrich Schuchardt bc4f9133ed efi_loader: support device tree for bootefi selftest 7 years ago
Leif Lindholm e70f8dfa2c efi_loader: Initial EFI_DEVICE_PATH_UTILITIES_PROTOCOL 7 years ago
Heinrich Schuchardt 8396e3fd63 efi_loader: remove deprecated ConsoleControlProtocol 7 years ago
Heinrich Schuchardt 28a4fd46e7 efi_loader: parameter checks for LoadImage 7 years ago
Masahiro Yamada b08c8c4870 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 7 years ago
Heinrich Schuchardt f19a95a40b efi_loader: do not use 2.0.5 as UEFI revision number 7 years ago
Heinrich Schuchardt 9f0930e5d9 efi_loader: create stub for CreateEventEx 7 years ago
Heinrich Schuchardt 7df5af6f3a efi_loader: do not install NULL as device path 8 years ago
Alexander Graf 56672bf52e efi_loader: Call Exit() on return from payload in StartImage() 8 years ago
Heinrich Schuchardt c8df80c514 efi_loader: fix comments in indent_string() 8 years ago
Alexander Graf c6fa5df6aa efi_loader: Always use EFIAPI instead of asmlinkage 8 years ago
Heinrich Schuchardt cc20ed03f9 efi_loader: fix ExitBootServices 8 years ago
Heinrich Schuchardt 9bc9664d5e efi_loader: add check_tpl parameter to efi_signal_event 8 years ago
Heinrich Schuchardt 5e55543e65 efi_loader: fix StartImage bootservice 8 years ago
Heinrich Schuchardt 476ed96e01 efi_loader: print device path when entering efi_load_image 8 years ago
Heinrich Schuchardt 2074f70064 efi_loader: consistently use efi_handle_t for handles 8 years ago
Heinrich Schuchardt ad97373ba9 efi_loader: disconnect controllers in UninstallProtocol 8 years ago
Heinrich Schuchardt 3f9b00425a efi_loader: implement DisconnectController 8 years ago
Heinrich Schuchardt 3ebcd0071f efi_loader: fix signature of efi_disconnect_controller 8 years ago
Heinrich Schuchardt f0959dbee2 efi_loader: implement ConnectController 8 years ago
Heinrich Schuchardt d550414434 efi_loader: debug output installed device path 8 years ago
Heinrich Schuchardt e3fbbc36f2 efi_loader: implement OpenProtocolInformation 8 years ago
Heinrich Schuchardt 3b8a489c9f efi_loader: open_info in CloseProtocol 8 years ago
Heinrich Schuchardt 191a41cc32 efi_loader: open_info in OpenProtocol 8 years ago
Heinrich Schuchardt fe1599daf5 efi_loader: list of open protocol infos 8 years ago
Heinrich Schuchardt 32e6fed6e9 efi_loader: simplify efi_remove_all_protocols 8 years ago
Heinrich Schuchardt 727a1afb34 efi_loader: correctly call images 8 years ago
Heinrich Schuchardt 05b6f56ead efi_loader: use wide string do define firmware vendor 8 years ago
Heinrich Schuchardt b9b17598f4 efi_loader: error handling in efi_load_image() 8 years ago
Heinrich Schuchardt 678e03a00c efi_loader: new function efi_delete_handle() 8 years ago
Heinrich Schuchardt 56d9288858 efi_loader: return status from efi_setup_loaded_image() 8 years ago
Heinrich Schuchardt 44549d62c3 efi_loader: helper function to add EFI object to list 8 years ago
Heinrich Schuchardt ea54ad5928 efi_loader: pass handle of loaded image 8 years ago
Heinrich Schuchardt 69fb6b1afc efi_loader: manage protocols in a linked list 8 years ago
Heinrich Schuchardt 80286e8f81 efi_loader: simplify efi_open_protocol 8 years ago
Heinrich Schuchardt ae2c85c1ce efi_loader: reimplement LocateDevicePath 8 years ago
Heinrich Schuchardt 48b66230ee efi_loader: refactor efi_setup_loaded_image 8 years ago
Heinrich Schuchardt 9172cd91fa efi_loader: simplify efi_locate_protocol 8 years ago
Heinrich Schuchardt 5810511dac efi_loader: simplify efi_uninstall_protocol_interface 8 years ago
Heinrich Schuchardt 42cf12420b efi_loader: simplify efi_search 8 years ago
Heinrich Schuchardt 1202530d22 efi_loader: simplify efi_install_protocol_interface 8 years ago