1. 593e17d efi_loader: add signature verification functions by AKASHI Takahiro · 4 years, 6 months ago
  2. 7a4e717 efi_loader: definition of GetNextVariableName() by Heinrich Schuchardt · 4 years, 6 months ago
  3. 74b4487 efi_loader: correct a definition of struct efi_capsule_header by AKASHI Takahiro · 4 years, 7 months ago
  4. b74d568 efi_loader: define System Resource Table macros by AKASHI Takahiro · 4 years, 7 months ago
  5. 7cceef7 efi_loader: define OsIndicationsSupported flags by AKASHI Takahiro · 4 years, 7 months ago
  6. ec80b47 efi_loader: Implement FileLoad2 for initramfs loading by Ilias Apalodimas · 4 years, 7 months ago
  7. 76be687 efi_loader: implement EFI_RT_PROPERTIES_TABLE by Heinrich Schuchardt · 4 years, 7 months ago
  8. f2d247d efi: device path for nvme by Patrick Wildt · 5 years ago
  9. 632834c efi_loader: volume name in EFI_FILE_PROTOCOL.GetInfo() by Heinrich Schuchardt · 5 years ago
  10. e692ed1 efi_loader: EFI_FILE_PROTOCOL rev 2 stub by Heinrich Schuchardt · 5 years ago
  11. d0384d5 efi_loader: correctly render CD-ROM device path nodes by Heinrich Schuchardt · 5 years ago
  12. 7f6d874 efi_loader: interrupts in simple network protocol by Heinrich Schuchardt · 5 years ago
  13. a6d3709 efi_loader: EFI_PXE_BASE_CODE_PROTOCOL stub by Heinrich Schuchardt · 5 years ago
  14. 24e6722 efi_loader: definition of efi_virtual_address_map() by Heinrich Schuchardt · 5 years ago
  15. c7308d6 efi_loader: bump UEFI specification number to 2.8 by Heinrich Schuchardt · 5 years ago
  16. efcf0a1 efi_loader: correct signature of ConvertPointer() by Heinrich Schuchardt · 5 years ago
  17. 21b6b54 efi_loader: EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL definition by Heinrich Schuchardt · 5 years ago
  18. e771b4b efi_loader: add RuntimeServicesSupported variable by AKASHI Takahiro · 5 years ago
  19. acee965 efi_loader: EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL.SetState() correct parameter by Heinrich Schuchardt · 5 years ago
  20. b1b782d efi_loader: implement deprecated Unicode collation protocol by Heinrich Schuchardt · 5 years ago
  21. b015ab5 efi_loader: signature of ExitBootServices() by Heinrich Schuchardt · 5 years ago
  22. df116e8 efi_loader: implement UnloadImage() by Heinrich Schuchardt · 5 years ago
  23. dec88e4 efi_loader: consistent naming of protocol GUIDs by Heinrich Schuchardt · 5 years ago
  24. bc8fc32 efi_loader: boottime: add loaded image device path protocol to image handle by AKASHI Takahiro · 6 years ago
  25. 17394f9 efi_loader: TODO for the EFI file protocol by Heinrich Schuchardt · 6 years ago
  26. 454568b efi_loader: define load option attributes by AKASHI Takahiro · 6 years ago
  27. cb728e5 efi: hii: add HII config routing/access protocols by AKASHI Takahiro · 6 years ago
  28. 8d3b77e efi: hii: add keyboard layout package support by AKASHI Takahiro · 6 years ago
  29. 9ab0bdd efi: hii: add guid package support by AKASHI Takahiro · 6 years ago
  30. c9bfb22 efi_loader: Initial HII database protocols by Leif Lindholm · 6 years ago
  31. bc86795 efi_loader: remove duplicate GUID definition by Heinrich Schuchardt · 6 years ago
  32. c82f8f6 efi_loader: use u16* for file name by Heinrich Schuchardt · 6 years ago
  33. 452257a efi_loader: efi_set_variable use const void * by Heinrich Schuchardt · 6 years ago
  34. 0bda81b efi_loader: use const efi_guid_t * for variable services by Heinrich Schuchardt · 6 years ago
  35. cc8e341 efi_loader: signature of StartImage and Exit by Heinrich Schuchardt · 6 years ago
  36. 2859f44 efi_loader: struct efi_configuration_table by Heinrich Schuchardt · 6 years ago
  37. 02c2f02 efi_loader: use u16* for UTF16 strings by Heinrich Schuchardt · 6 years ago
  38. 19dd907 efi_loader: correct a function prototype of QueryCapsuleCapabilities() by AKASHI Takahiro · 6 years ago
  39. faea104 efi_loader: typedef struct efi_object *efi_handle_t by Heinrich Schuchardt · 6 years ago
  40. 0801d4d efi_loader: correct signature of GetPosition, SetPosition by Heinrich Schuchardt · 6 years ago
  41. c982874 efi_loader: refactor efi_setup_loaded_image() by Heinrich Schuchardt · 6 years ago
  42. 110c628 efi_loader: EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL by Heinrich Schuchardt · 6 years ago
  43. 2e0d79a efi_loader: SPDX-License-Identifier for efi_api.h by Heinrich Schuchardt · 6 years ago
  44. 3e603ec efi_loader: struct efi_simple_text_input_protocol by Heinrich Schuchardt · 6 years ago
  45. 0bc4b0d efi_loader: EFI_UNICODE_COLLATION_PROTOCOL by Heinrich Schuchardt · 6 years ago
  46. 8aa8360 efi_loader: correct signature of CalculateCrc32() by Heinrich Schuchardt · 6 years ago
  47. 0b38653 efi_loader: provide firmware revision by Heinrich Schuchardt · 6 years ago
  48. bdfb894 efi_loader: correct EFI_RUNTIME_SERVICES_SIGNATURE by Heinrich Schuchardt · 6 years ago
  49. 112f243 efi_loader: specify UEFI spec revision by Heinrich Schuchardt · 6 years ago
  50. 9514731 efi_loader: set revision in loaded image protocol by Heinrich Schuchardt · 6 years ago
  51. 86df34d efi_loader: Install ACPI configuration tables by Bin Meng · 6 years ago
  52. 45c66f9 efi_loader: adjust definitions of variable services by Heinrich Schuchardt · 6 years ago
  53. 3acef5d efi_loader: complete EFI_DEVICE_PATH_UTILITIES_PROTOCOL by Heinrich Schuchardt · 6 years ago
  54. 9e6835e efi_loader: implement EFI_FILE_SYSTEM_INFO by Heinrich Schuchardt · 6 years ago
  55. 9c9021e efi_loader: use const for GUIDs in the EFI_FILE_PROTOCOL by Heinrich Schuchardt · 6 years ago
  56. b6dd577 efi_loader: use correct types in EFI_FILE_PROTOCOL by Heinrich Schuchardt · 6 years ago
  57. 43dace5 efi_loader: correct types for EFI_LOADED_IMAGE_PROTOCOL by Heinrich Schuchardt · 6 years ago
  58. 84b40b4 efi_loader: save image relocation address and size by Heinrich Schuchardt · 6 years ago
  59. 7fb96a1 efi_loader: use efi_uintn_t for LoadImage by Heinrich Schuchardt · 6 years ago
  60. e274235 efi_loader: complete efi_pxe_mode struct definition by Patrick Wildt · 7 years ago
  61. 482fc90 efi_loader: add missing EFI_RESET_PLATFORM_SPECIFIC by Heinrich Schuchardt · 7 years ago
  62. 0e0a3ce efi_loader: implement missing bit blit operations in gop by Heinrich Schuchardt · 7 years ago
  63. a3a28f5 efi_loader: define GUIDS for event groups by Heinrich Schuchardt · 7 years ago
  64. e70f8df efi_loader: Initial EFI_DEVICE_PATH_UTILITIES_PROTOCOL by Leif Lindholm · 7 years ago
  65. 8396e3f efi_loader: remove deprecated ConsoleControlProtocol by Heinrich Schuchardt · 7 years ago
  66. 0c23074 efi_loader: add missing runtime services stubs by Heinrich Schuchardt · 7 years ago
  67. 9f0930e efi_loader: create stub for CreateEventEx by Heinrich Schuchardt · 7 years ago
  68. cc20ed0 efi_loader: fix ExitBootServices by Heinrich Schuchardt · 7 years ago
  69. 4f94865 efi_loader: correct EFI_BLOCK_IO_PROTOCOL definitions by Heinrich Schuchardt · 7 years ago
  70. 2074f70 efi_loader: consistently use efi_handle_t for handles by Heinrich Schuchardt · 7 years ago
  71. 3ebcd00 efi_loader: fix signature of efi_disconnect_controller by Heinrich Schuchardt · 7 years ago
  72. f0959db efi_loader: implement ConnectController by Heinrich Schuchardt · 7 years ago
  73. af3106a efi_loader: support device path for IDE and SCSI disks by Heinrich Schuchardt · 7 years ago
  74. 1c38a77 efi_loader: efi_gop: use correct types for parameters by Heinrich Schuchardt · 7 years ago
  75. f5a2a93 efi_loader: consistently use efi_uintn_t in boot services by Heinrich Schuchardt · 7 years ago
  76. 152cade efi_loader: replace UINTN by efi_uintn_t by Heinrich Schuchardt · 7 years ago
  77. 7e82449 efi_loader: remove unused typedef for INTN by Heinrich Schuchardt · 7 years ago
  78. 2d5dc2a efi_loader: console support for color attributes by Rob Clark · 7 years ago
  79. bf19273 efi_loader: Add mem-mapped for fallback by Rob Clark · 7 years ago
  80. 8db174d efi_loader: size fields in SimpleNetworkProtocol by Heinrich Schuchardt · 7 years ago
  81. 891b3d9 efi_loader: fix efi_net_get_status by Heinrich Schuchardt · 7 years ago
  82. bdecf97 efi_loader: fill simple network protocol revision by Heinrich Schuchardt · 7 years ago
  83. 2e0864a efi_loader: correct bits of receive_filters bit mask by Heinrich Schuchardt · 7 years ago
  84. 84a12ce efi_loader: incorrect definition of EFI_SIMPLE_NETWORK_PROTOCOL by Heinrich Schuchardt · 7 years ago
  85. ca379e1 efi_loader: wrong type in wait_for_event by Heinrich Schuchardt · 7 years ago
  86. 5a9682d efi_loader: pass GUIDs as const efi_guid_t * by Heinrich Schuchardt · 7 years ago
  87. fc05a95 efi_loader: parameters of CopyMem and SetMem by Heinrich Schuchardt · 7 years ago
  88. 3a45bc7 efi_loader: Some console improvements for vidconsole by Rob Clark · 7 years ago
  89. 61b7e22 efi_loader: file_path should be variable length by Rob Clark · 7 years ago
  90. 9975fe9 efi_loader: add bootmgr by Rob Clark · 7 years ago
  91. 2a92080 efi_loader: add file/filesys support by Rob Clark · 7 years ago
  92. adae431 efi_loader: flesh out device-path to text by Rob Clark · 7 years ago
  93. 9309a1b efi_loader: drop redundant efi_device_path_protocol by Rob Clark · 7 years ago
  94. b66c60d efi_loader: add device-path utils by Rob Clark · 7 years ago
  95. c80214c efi: add some more device path structures by Peter Jones · 7 years ago
  96. a8606ef efi: add some missing __packed by Rob Clark · 7 years ago
  97. a17e62c efi_loader: expose protocols via GUID by Rob Clark · 7 years ago
  98. b521d29 efi_loader: parameter types for CreateEvent, SetTimer by xypron.glpk@gmx.de · 7 years ago
  99. 503f269 efi_loader: correct size for tpl level by xypron.glpk@gmx.de · 7 years ago
  100. c684159 efi_loader: implement multiple event support by xypron.glpk@gmx.de · 7 years ago