Commit Graph

343 Commits (2a2096ea6001cc65fa91e2bc622da48c8eb26a06)

Author SHA1 Message Date
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 3a45bc7faa efi_loader: Some console improvements for vidconsole 8 years ago
Rob Clark a18c5a8382 efi_loader: Correctly figure out size for vidconsole 8 years ago
Rob Clark 71cc25c35c efi_loader: split out escape sequence based size query 8 years ago
Rob Clark 778e6af8a6 efi_loader: print GUIDs 8 years ago
Rob Clark 4657a3f1ac efi_loader: set loaded image code/data type properly 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 946160f334 efi_loader: make pool allocations cacheline aligned 8 years ago
Rob Clark 838ee4b479 efi_loader: support load_image() from a file-path 8 years ago
Rob Clark 2a92080d8c efi_loader: add file/filesys support 8 years ago
Rob Clark 95c5553ea2 efi_loader: refactor boot device and loaded_image handling 8 years ago
Rob Clark e15fc33548 efi_loader: use proper device-paths for net 8 years ago
Rob Clark 884bcf6f65 efi_loader: use proper device-paths for partitions 8 years ago
Rob Clark adae4313cd efi_loader: flesh out device-path to text 8 years ago
Rob Clark 9309a1b76c efi_loader: drop redundant efi_device_path_protocol 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
Heinrich Schuchardt 591cf2e161 efi_loader: avoid obscure constants in efi_runtime.c 8 years ago
Heinrich Schuchardt c96967e6d7 efi_loader: usage of always in Makefile 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
Heinrich Schuchardt a80a232e96 efi_disk: efi_disk_rw_blocks is not an API function 8 years ago
Rob Clark 78178bb0c9 lib: add some utf16 handling helpers 8 years ago
xypron.glpk@gmx.de aee4f06dff efi_loader: use EFI_PAGE_MASK instead of EFI_PAGE_SIZE - 1 8 years ago
Rob Clark 3d9880784e efi_loader: GOP fix for no display 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
Alexander Graf c1ae1a1608 efi_loader: Fix warning in efi_gop 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
Rob Clark 6cfd5f133a efi_loader: add some missing breaks 8 years ago
Rob Clark a1b24823b6 efi_loader: fix bug in efi_get_memory_map 8 years ago
Alexander Graf d98cdf6a92 efi_loader: Improve install_configuration_table 8 years ago
Rob Clark 3304990ba4 efi_loader: remove more double EFI_EXIT() in efi_disk.c 8 years ago
Rob Clark b5104821c1 efi_loader: remove double EFI_EXIT() with efi_unsupported 8 years ago
Rob Clark a17e62cc53 efi_loader: expose protocols via GUID 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
xypron.glpk@gmx.de ff925938c8 efi_console: use EFIAPI for callback functions 8 years ago