Commit Graph

138 Commits (a19e97157c3721ef9c4b15c68c1773467a3b4a98)

Author SHA1 Message Date
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
Rob Clark 838ee4b479 efi_loader: support load_image() from a file-path 8 years ago
Rob Clark 95c5553ea2 efi_loader: refactor boot device and loaded_image handling 8 years ago
Rob Clark b66c60dde9 efi_loader: add device-path utils 8 years ago
Heinrich Schuchardt 152a263c86 efi_loader: notify when ExitBootServices is invoked 8 years ago
Heinrich Schuchardt 32f4b2f8c4 efi_loader: implement task priority level (TPL) 8 years ago
Heinrich Schuchardt 2eca84523f efi_loader: efi_set_timer: reset signaled state 8 years ago
Heinrich Schuchardt ca62a4f53e efi_loader: implement queueing of the notification function 8 years ago
Heinrich Schuchardt ea630ce9ea efi_loader: allow return value in EFI_CALL 8 years ago
Alexander Graf a148920e12 efi_loader: Fix efi_exit gd clobbering 8 years ago
Heinrich Schuchardt ae0bd3a983 efi_loader: write protocol GUID in OpenProtocol 8 years ago
Heinrich Schuchardt da94073b42 efi_loader: call __efi_exit_check in efi_exit 8 years ago
Rob Clark 796a78cbe5 efi_loader: LocateHandle should return EFI_NOT_FOUND if none found 8 years ago
xypron.glpk@gmx.de ebf199b92f efi_loader: attribute EFIAPI of efi_locate handle() 8 years ago
Rob Clark af65db85b8 efi_loader: indent entry/exit prints to show nesting level 8 years ago
Rob Clark c160d2f5ec efi_loader: add checking for incorrect use of EFI_ENTRY/EXIT 8 years ago
Rob Clark a095aadffa efi_loader: Add an EFI_CALL() macro 8 years ago
Alexander Graf d98cdf6a92 efi_loader: Improve install_configuration_table 8 years ago
Rob Clark b5104821c1 efi_loader: remove double EFI_EXIT() with efi_unsupported 8 years ago
xypron.glpk@gmx.de c0ebfc8664 efi_loader: implement ProtocolsPerHandle 8 years ago
xypron.glpk@gmx.de b521d29eb1 efi_loader: parameter types for CreateEvent, SetTimer 8 years ago