1. 3acef5d efi_loader: complete EFI_DEVICE_PATH_UTILITIES_PROTOCOL by Heinrich Schuchardt · 6 years ago
  2. 9e6835e efi_loader: implement EFI_FILE_SYSTEM_INFO by Heinrich Schuchardt · 6 years ago
  3. 9c9021e efi_loader: use const for GUIDs in the EFI_FILE_PROTOCOL by Heinrich Schuchardt · 6 years ago
  4. b6dd577 efi_loader: use correct types in EFI_FILE_PROTOCOL by Heinrich Schuchardt · 6 years ago
  5. 43dace5 efi_loader: correct types for EFI_LOADED_IMAGE_PROTOCOL by Heinrich Schuchardt · 6 years ago
  6. 84b40b4 efi_loader: save image relocation address and size by Heinrich Schuchardt · 6 years ago
  7. 7fb96a1 efi_loader: use efi_uintn_t for LoadImage by Heinrich Schuchardt · 6 years ago
  8. e274235 efi_loader: complete efi_pxe_mode struct definition by Patrick Wildt · 7 years ago
  9. 482fc90 efi_loader: add missing EFI_RESET_PLATFORM_SPECIFIC by Heinrich Schuchardt · 7 years ago
  10. 0e0a3ce efi_loader: implement missing bit blit operations in gop by Heinrich Schuchardt · 7 years ago
  11. a3a28f5 efi_loader: define GUIDS for event groups by Heinrich Schuchardt · 7 years ago
  12. e70f8df efi_loader: Initial EFI_DEVICE_PATH_UTILITIES_PROTOCOL by Leif Lindholm · 7 years ago
  13. 8396e3f efi_loader: remove deprecated ConsoleControlProtocol by Heinrich Schuchardt · 7 years ago
  14. 0c23074 efi_loader: add missing runtime services stubs by Heinrich Schuchardt · 7 years ago
  15. 9f0930e efi_loader: create stub for CreateEventEx by Heinrich Schuchardt · 7 years ago
  16. cc20ed0 efi_loader: fix ExitBootServices by Heinrich Schuchardt · 7 years ago
  17. 4f94865 efi_loader: correct EFI_BLOCK_IO_PROTOCOL definitions by Heinrich Schuchardt · 7 years ago
  18. 2074f70 efi_loader: consistently use efi_handle_t for handles by Heinrich Schuchardt · 7 years ago
  19. 3ebcd00 efi_loader: fix signature of efi_disconnect_controller by Heinrich Schuchardt · 7 years ago
  20. f0959db efi_loader: implement ConnectController by Heinrich Schuchardt · 7 years ago
  21. af3106a efi_loader: support device path for IDE and SCSI disks by Heinrich Schuchardt · 7 years ago
  22. 1c38a77 efi_loader: efi_gop: use correct types for parameters by Heinrich Schuchardt · 7 years ago
  23. f5a2a93 efi_loader: consistently use efi_uintn_t in boot services by Heinrich Schuchardt · 7 years ago
  24. 152cade efi_loader: replace UINTN by efi_uintn_t by Heinrich Schuchardt · 7 years ago
  25. 7e82449 efi_loader: remove unused typedef for INTN by Heinrich Schuchardt · 7 years ago
  26. 2d5dc2a efi_loader: console support for color attributes by Rob Clark · 7 years ago
  27. bf19273 efi_loader: Add mem-mapped for fallback by Rob Clark · 7 years ago
  28. 8db174d efi_loader: size fields in SimpleNetworkProtocol by Heinrich Schuchardt · 7 years ago
  29. 891b3d9 efi_loader: fix efi_net_get_status by Heinrich Schuchardt · 7 years ago
  30. bdecf97 efi_loader: fill simple network protocol revision by Heinrich Schuchardt · 7 years ago
  31. 2e0864a efi_loader: correct bits of receive_filters bit mask by Heinrich Schuchardt · 7 years ago
  32. 84a12ce efi_loader: incorrect definition of EFI_SIMPLE_NETWORK_PROTOCOL by Heinrich Schuchardt · 7 years ago
  33. ca379e1 efi_loader: wrong type in wait_for_event by Heinrich Schuchardt · 7 years ago
  34. 5a9682d efi_loader: pass GUIDs as const efi_guid_t * by Heinrich Schuchardt · 7 years ago
  35. fc05a95 efi_loader: parameters of CopyMem and SetMem by Heinrich Schuchardt · 7 years ago
  36. 3a45bc7 efi_loader: Some console improvements for vidconsole by Rob Clark · 7 years ago
  37. 61b7e22 efi_loader: file_path should be variable length by Rob Clark · 7 years ago
  38. 9975fe9 efi_loader: add bootmgr by Rob Clark · 7 years ago
  39. 2a92080 efi_loader: add file/filesys support by Rob Clark · 7 years ago
  40. adae431 efi_loader: flesh out device-path to text by Rob Clark · 7 years ago
  41. 9309a1b efi_loader: drop redundant efi_device_path_protocol by Rob Clark · 7 years ago
  42. b66c60d efi_loader: add device-path utils by Rob Clark · 7 years ago
  43. c80214c efi: add some more device path structures by Peter Jones · 7 years ago
  44. a8606ef efi: add some missing __packed by Rob Clark · 7 years ago
  45. a17e62c efi_loader: expose protocols via GUID by Rob Clark · 7 years ago
  46. b521d29 efi_loader: parameter types for CreateEvent, SetTimer by xypron.glpk@gmx.de · 7 years ago
  47. 503f269 efi_loader: correct size for tpl level by xypron.glpk@gmx.de · 7 years ago
  48. c684159 efi_loader: implement multiple event support by xypron.glpk@gmx.de · 7 years ago
  49. 2fd945f efi_loader: use struct efi_event * instead of void * by xypron.glpk@gmx.de · 7 years ago
  50. cc5b708 efi_loader: implement EFI_DEVICE_PATH_TO_TEXT_PROTOCOL by xypron.glpk@gmx.de · 7 years ago
  51. e0549f8 efi_loader: implement InstallProtocolInterface by xypron.glpk@gmx.de · 7 years ago
  52. 37a980b efi_loader: run CreateEvent() notify function based on flags by Jonathan Gray · 8 years ago
  53. d7608ab efi: Use device device path type Messaging for network interface node by Oleksandr Tymoshenko · 8 years ago
  54. e663b35 smbios: Expose in efi_loader as table by Alexander Graf · 8 years ago
  55. a86aeaf efi_loader: Add exit support by Alexander Graf · 8 years ago
  56. 0efe1bc efi_loader: Add network access support by Alexander Graf · 8 years ago
  57. ecbe1a0 efi_loader: Increase path string to 32 characters by Alexander Graf · 8 years ago
  58. be8d324 efi_loader: Add GOP support by Alexander Graf · 9 years ago
  59. 2bb9b79 include/efi_api.h: Add more detailed API definitions by Alexander Graf · 9 years ago
  60. 867a6ac efi: Add start-up library code by Simon Glass · 9 years ago