Commit Graph

158 Commits (ad6054f1fe128f797b6eb2964afca6674b584785)

Author SHA1 Message Date
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 05b6f56ead efi_loader: use wide string do define firmware vendor 7 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
Heinrich Schuchardt 3f79a2b532 efi_loader: helper functions for protocol management 8 years ago
Heinrich Schuchardt 085d07cd3b efi_loader: argument of efi_search_obj should be const 8 years ago
Heinrich Schuchardt 2edab5e2e6 efi_loader: make efi_create_handle non-static 8 years ago
Heinrich Schuchardt 843ce54c74 efi_loader implement UninstallMultipleProtocolInterfaces 8 years ago
Heinrich Schuchardt af1408e080 efi_loader: debug output efi_install_protocol_interface 8 years ago
Heinrich Schuchardt 62471e46cd efi_loader: fix typo efi_install_multiple_protocol_interfaces 8 years ago
Heinrich Schuchardt 1b68153af1 efi_loader: rework efi_search_obj 8 years ago
Heinrich Schuchardt caf864e434 efi_loader: rework efi_locate_handle 8 years ago
Heinrich Schuchardt f5a2a93892 efi_loader: consistently use efi_uintn_t in boot services 8 years ago
Heinrich Schuchardt 152cade326 efi_loader: replace UINTN by efi_uintn_t 8 years ago
Heinrich Schuchardt cd534083cd efi_loader: eliminate efi_uninstall_protocol_interface_ext 8 years ago
Heinrich Schuchardt 1760ef574a efi_loader: eliminate efi_install_protocol_interface_ext 8 years ago
Heinrich Schuchardt 9f0770ff9c efi_loader: capitalize EFI_LOCATE_SEARCH_TYPE values 8 years ago
Heinrich Schuchardt 32fc2ac381 efi_loader: set parent handle in efi_load_image 8 years ago
Heinrich Schuchardt b3d6090042 efi_loader: implement SetWatchdogTimer 8 years ago
Heinrich Schuchardt 7b9f8ad749 efi_loader: move efi_search_obj up in code 8 years ago
Alexander Graf 405835645a efi_loader: Disable env_save() call on boot 8 years ago
Heinrich Schuchardt 10a08c4ed7 efi_loader: comments for functions add missing @return 8 years ago
Heinrich Schuchardt 1a2c8d2f60 efi_loader: avoid NULL dereference in efi_dp_match 8 years ago
Heinrich Schuchardt ca379e1bf1 efi_loader: wrong type in wait_for_event 8 years ago
Heinrich Schuchardt 5a9682d0dd efi_loader: pass GUIDs as const efi_guid_t * 8 years ago
Heinrich Schuchardt fc05a95906 efi_loader: parameters of CopyMem and SetMem 8 years ago
Heinrich Schuchardt f7c78176d6 efi_loader: call EFI_EXIT in efi_copy_mem, efi_set_mem 8 years ago
Heinrich Schuchardt 7d963323a2 efi_loader: replace efi_div10 by do_div 8 years ago
Heinrich Schuchardt 332468f7fc efi_loader: provide function comments for boot services 8 years ago
Heinrich Schuchardt e190e8972f efi_loader: use type bool for event states 8 years ago
Heinrich Schuchardt 3cc6e3fe95 efi_loader: allow creating new handles 8 years ago
Rob Clark 778e6af8a6 efi_loader: print GUIDs 8 years ago
Rob Clark 9975fe96b6 efi_loader: add bootmgr 8 years ago
Rob Clark ad644e7c18 efi_loader: efi variable support 8 years ago