Commit Graph

140 Commits (f739fcd831240dda10a92f4212f1854f8481aeee)

Author SHA1 Message Date
Heinrich Schuchardt 42cf12420b efi_loader: simplify efi_search 7 years ago
Heinrich Schuchardt 1202530d22 efi_loader: simplify efi_install_protocol_interface 7 years ago
Heinrich Schuchardt 3f79a2b532 efi_loader: helper functions for protocol management 7 years ago
Heinrich Schuchardt 085d07cd3b efi_loader: argument of efi_search_obj should be const 7 years ago
Heinrich Schuchardt 2edab5e2e6 efi_loader: make efi_create_handle non-static 7 years ago
Heinrich Schuchardt 843ce54c74 efi_loader implement UninstallMultipleProtocolInterfaces 7 years ago
Heinrich Schuchardt af1408e080 efi_loader: debug output efi_install_protocol_interface 7 years ago
Heinrich Schuchardt 62471e46cd efi_loader: fix typo efi_install_multiple_protocol_interfaces 7 years ago
Heinrich Schuchardt 1b68153af1 efi_loader: rework efi_search_obj 7 years ago
Heinrich Schuchardt caf864e434 efi_loader: rework efi_locate_handle 7 years ago
Heinrich Schuchardt f5a2a93892 efi_loader: consistently use efi_uintn_t in boot services 7 years ago
Heinrich Schuchardt 152cade326 efi_loader: replace UINTN by efi_uintn_t 7 years ago
Heinrich Schuchardt cd534083cd efi_loader: eliminate efi_uninstall_protocol_interface_ext 7 years ago
Heinrich Schuchardt 1760ef574a efi_loader: eliminate efi_install_protocol_interface_ext 7 years ago
Heinrich Schuchardt 9f0770ff9c efi_loader: capitalize EFI_LOCATE_SEARCH_TYPE values 7 years ago
Heinrich Schuchardt 32fc2ac381 efi_loader: set parent handle in efi_load_image 7 years ago
Heinrich Schuchardt b3d6090042 efi_loader: implement SetWatchdogTimer 7 years ago
Heinrich Schuchardt 7b9f8ad749 efi_loader: move efi_search_obj up in code 7 years ago
Alexander Graf 405835645a efi_loader: Disable env_save() call on boot 7 years ago
Heinrich Schuchardt 10a08c4ed7 efi_loader: comments for functions add missing @return 7 years ago
Heinrich Schuchardt 1a2c8d2f60 efi_loader: avoid NULL dereference in efi_dp_match 7 years ago
Heinrich Schuchardt ca379e1bf1 efi_loader: wrong type in wait_for_event 7 years ago
Heinrich Schuchardt 5a9682d0dd efi_loader: pass GUIDs as const efi_guid_t * 7 years ago
Heinrich Schuchardt fc05a95906 efi_loader: parameters of CopyMem and SetMem 7 years ago
Heinrich Schuchardt f7c78176d6 efi_loader: call EFI_EXIT in efi_copy_mem, efi_set_mem 7 years ago
Heinrich Schuchardt 7d963323a2 efi_loader: replace efi_div10 by do_div 7 years ago
Heinrich Schuchardt 332468f7fc efi_loader: provide function comments for boot services 7 years ago
Heinrich Schuchardt e190e8972f efi_loader: use type bool for event states 7 years ago
Heinrich Schuchardt 3cc6e3fe95 efi_loader: allow creating new handles 7 years ago
Rob Clark 778e6af8a6 efi_loader: print GUIDs 7 years ago
Rob Clark 9975fe96b6 efi_loader: add bootmgr 7 years ago
Rob Clark ad644e7c18 efi_loader: efi variable support 7 years ago
Rob Clark 838ee4b479 efi_loader: support load_image() from a file-path 7 years ago
Rob Clark 95c5553ea2 efi_loader: refactor boot device and loaded_image handling 7 years ago
Rob Clark b66c60dde9 efi_loader: add device-path utils 7 years ago
Heinrich Schuchardt 152a263c86 efi_loader: notify when ExitBootServices is invoked 7 years ago
Heinrich Schuchardt 32f4b2f8c4 efi_loader: implement task priority level (TPL) 7 years ago
Heinrich Schuchardt 2eca84523f efi_loader: efi_set_timer: reset signaled state 7 years ago
Heinrich Schuchardt ca62a4f53e efi_loader: implement queueing of the notification function 7 years ago
Heinrich Schuchardt ea630ce9ea efi_loader: allow return value in EFI_CALL 7 years ago
Alexander Graf a148920e12 efi_loader: Fix efi_exit gd clobbering 7 years ago
Heinrich Schuchardt ae0bd3a983 efi_loader: write protocol GUID in OpenProtocol 7 years ago
Heinrich Schuchardt da94073b42 efi_loader: call __efi_exit_check in efi_exit 7 years ago
Rob Clark 796a78cbe5 efi_loader: LocateHandle should return EFI_NOT_FOUND if none found 7 years ago
xypron.glpk@gmx.de ebf199b92f efi_loader: attribute EFIAPI of efi_locate handle() 7 years ago
Rob Clark af65db85b8 efi_loader: indent entry/exit prints to show nesting level 7 years ago
Rob Clark c160d2f5ec efi_loader: add checking for incorrect use of EFI_ENTRY/EXIT 7 years ago
Rob Clark a095aadffa efi_loader: Add an EFI_CALL() macro 7 years ago
Alexander Graf d98cdf6a92 efi_loader: Improve install_configuration_table 7 years ago
Rob Clark b5104821c1 efi_loader: remove double EFI_EXIT() with efi_unsupported 7 years ago