Commit Graph

60 Commits (e6027e6f45ff6924ee5b068f3fff628ecaacadc9)

Author SHA1 Message Date
Heinrich Schuchardt 3acef5da40 efi_loader: complete EFI_DEVICE_PATH_UTILITIES_PROTOCOL 7 years ago
Heinrich Schuchardt 9e6835e6ba efi_loader: implement EFI_FILE_SYSTEM_INFO 7 years ago
Heinrich Schuchardt 9c9021e245 efi_loader: use const for GUIDs in the EFI_FILE_PROTOCOL 7 years ago
Heinrich Schuchardt b6dd577737 efi_loader: use correct types in EFI_FILE_PROTOCOL 7 years ago
Heinrich Schuchardt 43dace5d89 efi_loader: correct types for EFI_LOADED_IMAGE_PROTOCOL 7 years ago
Heinrich Schuchardt 84b40b40ad efi_loader: save image relocation address and size 7 years ago
Heinrich Schuchardt 7fb96a10b3 efi_loader: use efi_uintn_t for LoadImage 7 years ago
Patrick Wildt e274235866 efi_loader: complete efi_pxe_mode struct definition 7 years ago
Heinrich Schuchardt 482fc90c0a efi_loader: add missing EFI_RESET_PLATFORM_SPECIFIC 7 years ago
Heinrich Schuchardt 0e0a3ceb50 efi_loader: implement missing bit blit operations in gop 7 years ago
Heinrich Schuchardt a3a28f5f0c efi_loader: define GUIDS for event groups 7 years ago
Leif Lindholm e70f8dfa2c efi_loader: Initial EFI_DEVICE_PATH_UTILITIES_PROTOCOL 7 years ago
Heinrich Schuchardt 8396e3fd63 efi_loader: remove deprecated ConsoleControlProtocol 7 years ago
Heinrich Schuchardt 0c2307431e efi_loader: add missing runtime services stubs 7 years ago
Heinrich Schuchardt 9f0930e5d9 efi_loader: create stub for CreateEventEx 7 years ago
Heinrich Schuchardt cc20ed03f9 efi_loader: fix ExitBootServices 7 years ago
Heinrich Schuchardt 4f94865b30 efi_loader: correct EFI_BLOCK_IO_PROTOCOL definitions 7 years ago
Heinrich Schuchardt 2074f70064 efi_loader: consistently use efi_handle_t for handles 7 years ago
Heinrich Schuchardt 3ebcd0071f efi_loader: fix signature of efi_disconnect_controller 7 years ago
Heinrich Schuchardt f0959dbee2 efi_loader: implement ConnectController 7 years ago
Heinrich Schuchardt af3106a12d efi_loader: support device path for IDE and SCSI disks 7 years ago
Heinrich Schuchardt 1c38a7741c efi_loader: efi_gop: use correct types for parameters 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 7e82449495 efi_loader: remove unused typedef for INTN 8 years ago
Rob Clark 2d5dc2a52d efi_loader: console support for color attributes 8 years ago
Rob Clark bf19273e81 efi_loader: Add mem-mapped for fallback 8 years ago
Heinrich Schuchardt 8db174d651 efi_loader: size fields in SimpleNetworkProtocol 8 years ago
Heinrich Schuchardt 891b3d9051 efi_loader: fix efi_net_get_status 8 years ago
Heinrich Schuchardt bdecf974f1 efi_loader: fill simple network protocol revision 8 years ago
Heinrich Schuchardt 2e0864a47e efi_loader: correct bits of receive_filters bit mask 8 years ago
Heinrich Schuchardt 84a12ce64e efi_loader: incorrect definition of EFI_SIMPLE_NETWORK_PROTOCOL 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
Rob Clark 3a45bc7faa efi_loader: Some console improvements for vidconsole 8 years ago
Rob Clark 61b7e22479 efi_loader: file_path should be variable length 8 years ago
Rob Clark 9975fe96b6 efi_loader: add bootmgr 8 years ago
Rob Clark 2a92080d8c efi_loader: add file/filesys support 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
Peter Jones c80214ce1f efi: add some more device path structures 8 years ago
Rob Clark a8606ef075 efi: add some missing __packed 8 years ago
Rob Clark a17e62cc53 efi_loader: expose protocols via GUID 8 years ago
xypron.glpk@gmx.de b521d29eb1 efi_loader: parameter types for CreateEvent, SetTimer 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 cc5b70812f efi_loader: implement EFI_DEVICE_PATH_TO_TEXT_PROTOCOL 8 years ago