Commit Graph

168 Commits (a326b495cdcfd56507841e38158683e6e4d5894c)

Author SHA1 Message Date
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
Rob Clark 661c8327a6 efi_loader: workaround for grub lsefi bug 8 years ago
Rob Clark 3e094c592b efi_loader: move guidcmp to header 8 years ago
xypron.glpk@gmx.de 8787b02e32 efi_loader: correctly implement 100ns conversion 8 years ago
xypron.glpk@gmx.de 91be9a77b7 efi_console: set up events 8 years ago
xypron.glpk@gmx.de bfc724625f efi_loader: refactor efi_set_timer 8 years ago
xypron.glpk@gmx.de 49deb455e6 efi_loader: refactor efi_create_event 8 years ago
xypron.glpk@gmx.de 503f269554 efi_loader: correct size for tpl level 8 years ago
xypron.glpk@gmx.de c68415922b efi_loader: implement multiple event support 8 years ago
xypron.glpk@gmx.de 2fd945fe72 efi_loader: use struct efi_event * instead of void * 8 years ago
xypron.glpk@gmx.de 88adae5ef0 efi_loader: reimplement efi_locate_protocol 8 years ago
xypron.glpk@gmx.de c2e703f903 efi_loader: implement LocateHandleBuffer 8 years ago
xypron.glpk@gmx.de 26329584f3 efi_loader: refactor efi_locate_handle 8 years ago
xypron.glpk@gmx.de 58b8358606 efi_loader: implement InstallMultipleProtocolInterfaces 8 years ago
xypron.glpk@gmx.de 3d8e145608 efi_loader: refactor efi_uninstall_protocol_interface 8 years ago
xypron.glpk@gmx.de 8bee5a3c13 efi_loader: refactor efi_install_protocol_interface 8 years ago
xypron.glpk@gmx.de 4b6ed0d7a1 efi_loader: implement UninstallProtocolInterface 8 years ago
xypron.glpk@gmx.de e0549f8a17 efi_loader: implement InstallProtocolInterface 8 years ago
xypron.glpk@gmx.de 69baec6781 efi_loader: efi_open_protocol: parameter checks 8 years ago
xypron.glpk@gmx.de b5349f742a efi_loader: refactor efi_open_protocol 8 years ago
xypron.glpk@gmx.de 8e1d329ff5 efi_loader: efi_handle_protocol set attributes 8 years ago