Commit Graph

140 Commits (f739fcd831240dda10a92f4212f1854f8481aeee)

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