1. a3ca37e efi: device path for nvme by Patrick Wildt · 5 years ago
  2. 0c236c4 efi_loader: volume name in EFI_FILE_PROTOCOL.GetInfo() by Heinrich Schuchardt · 5 years ago
  3. f2dcbac efi_loader: EFI_FILE_PROTOCOL rev 2 stub by Heinrich Schuchardt · 5 years ago
  4. 28dfd1a efi_loader: correctly render CD-ROM device path nodes by Heinrich Schuchardt · 5 years ago
  5. d3f1ff2 efi_loader: interrupts in simple network protocol by Heinrich Schuchardt · 5 years ago
  6. 3127e7e efi_loader: EFI_PXE_BASE_CODE_PROTOCOL stub by Heinrich Schuchardt · 5 years ago
  7. f8599dc efi_loader: definition of efi_virtual_address_map() by Heinrich Schuchardt · 5 years ago
  8. b040d06 efi_loader: bump UEFI specification number to 2.8 by Heinrich Schuchardt · 5 years ago
  9. 4b1775d efi_loader: correct signature of ConvertPointer() by Heinrich Schuchardt · 5 years ago
  10. 008de1c efi_loader: EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL definition by Heinrich Schuchardt · 5 years ago
  11. 3240184 efi_loader: add RuntimeServicesSupported variable by AKASHI Takahiro · 5 years ago
  12. a41ccf9 efi_loader: EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL.SetState() correct parameter by Heinrich Schuchardt · 6 years ago
  13. 18ed8cf efi_loader: implement deprecated Unicode collation protocol by Heinrich Schuchardt · 6 years ago
  14. 8bd4f41 efi_loader: signature of ExitBootServices() by Heinrich Schuchardt · 6 years ago
  15. 4ed66e5 efi_loader: implement UnloadImage() by Heinrich Schuchardt · 6 years ago
  16. 788ad41 efi_loader: consistent naming of protocol GUIDs by Heinrich Schuchardt · 6 years ago
  17. bbe13da efi_loader: boottime: add loaded image device path protocol to image handle by AKASHI Takahiro · 6 years ago
  18. 79730de efi_loader: TODO for the EFI file protocol by Heinrich Schuchardt · 6 years ago
  19. 516ea04 efi_loader: define load option attributes by AKASHI Takahiro · 6 years ago
  20. ca8aa71 efi: hii: add HII config routing/access protocols by AKASHI Takahiro · 6 years ago
  21. 976e931 efi: hii: add keyboard layout package support by AKASHI Takahiro · 6 years ago
  22. 0fa82b9 efi: hii: add guid package support by AKASHI Takahiro · 6 years ago
  23. 5aab1b8 efi_loader: Initial HII database protocols by Leif Lindholm · 6 years ago
  24. 126acbd efi_loader: remove duplicate GUID definition by Heinrich Schuchardt · 6 years ago
  25. db47c34 efi_loader: use u16* for file name by Heinrich Schuchardt · 6 years ago
  26. 73e2ab0 efi_loader: efi_set_variable use const void * by Heinrich Schuchardt · 6 years ago
  27. e06ae19 efi_loader: use const efi_guid_t * for variable services by Heinrich Schuchardt · 6 years ago
  28. 23ef39a efi_loader: signature of StartImage and Exit by Heinrich Schuchardt · 6 years ago
  29. 401d52f efi_loader: struct efi_configuration_table by Heinrich Schuchardt · 6 years ago
  30. ce49c7b efi_loader: use u16* for UTF16 strings by Heinrich Schuchardt · 6 years ago
  31. d840b67 efi_loader: correct a function prototype of QueryCapsuleCapabilities() by AKASHI Takahiro · 6 years ago
  32. 4f94ec5 efi_loader: typedef struct efi_object *efi_handle_t by Heinrich Schuchardt · 6 years ago
  33. 21ae057 efi_loader: correct signature of GetPosition, SetPosition by Heinrich Schuchardt · 6 years ago
  34. 3c3a735 efi_loader: refactor efi_setup_loaded_image() by Heinrich Schuchardt · 6 years ago
  35. 6c4cd26 efi_loader: EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL by Heinrich Schuchardt · 6 years ago
  36. ce72786 efi_loader: SPDX-License-Identifier for efi_api.h by Heinrich Schuchardt · 6 years ago
  37. 3dabffd efi_loader: struct efi_simple_text_input_protocol by Heinrich Schuchardt · 6 years ago
  38. e59072a efi_loader: EFI_UNICODE_COLLATION_PROTOCOL by Heinrich Schuchardt · 6 years ago
  39. f272558 efi_loader: correct signature of CalculateCrc32() by Heinrich Schuchardt · 6 years ago
  40. 27685f7 efi_loader: provide firmware revision by Heinrich Schuchardt · 6 years ago
  41. 993a3c7 efi_loader: correct EFI_RUNTIME_SERVICES_SIGNATURE by Heinrich Schuchardt · 6 years ago
  42. e75b3cb efi_loader: specify UEFI spec revision by Heinrich Schuchardt · 6 years ago
  43. c47f870 efi_loader: set revision in loaded image protocol by Heinrich Schuchardt · 6 years ago
  44. 2cfbdae efi_loader: Install ACPI configuration tables by Bin Meng · 6 years ago
  45. d6a6baa efi_loader: adjust definitions of variable services by Heinrich Schuchardt · 7 years ago
  46. cb0f7ce efi_loader: complete EFI_DEVICE_PATH_UTILITIES_PROTOCOL by Heinrich Schuchardt · 7 years ago
  47. 37fb4b9 efi_loader: implement EFI_FILE_SYSTEM_INFO by Heinrich Schuchardt · 7 years ago
  48. e86380d efi_loader: use const for GUIDs in the EFI_FILE_PROTOCOL by Heinrich Schuchardt · 7 years ago
  49. 6b06e0d efi_loader: use correct types in EFI_FILE_PROTOCOL by Heinrich Schuchardt · 7 years ago
  50. c23859c efi_loader: correct types for EFI_LOADED_IMAGE_PROTOCOL by Heinrich Schuchardt · 7 years ago
  51. 4f2102f efi_loader: save image relocation address and size by Heinrich Schuchardt · 7 years ago
  52. 4cde1fa efi_loader: use efi_uintn_t for LoadImage by Heinrich Schuchardt · 7 years ago
  53. 64b1cfa efi_loader: complete efi_pxe_mode struct definition by Patrick Wildt · 7 years ago
  54. 450d4c8 efi_loader: add missing EFI_RESET_PLATFORM_SPECIFIC by Heinrich Schuchardt · 7 years ago
  55. a2c715f efi_loader: implement missing bit blit operations in gop by Heinrich Schuchardt · 7 years ago
  56. 672d99e efi_loader: define GUIDS for event groups by Heinrich Schuchardt · 7 years ago
  57. b6e6fdc efi_loader: Initial EFI_DEVICE_PATH_UTILITIES_PROTOCOL by Leif Lindholm · 7 years ago
  58. 7d1e477 efi_loader: remove deprecated ConsoleControlProtocol by Heinrich Schuchardt · 7 years ago
  59. 897c072 efi_loader: add missing runtime services stubs by Heinrich Schuchardt · 7 years ago
  60. 717c458 efi_loader: create stub for CreateEventEx by Heinrich Schuchardt · 7 years ago
  61. b1fbb21 efi_loader: fix ExitBootServices by Heinrich Schuchardt · 7 years ago
  62. 0844f79 efi_loader: correct EFI_BLOCK_IO_PROTOCOL definitions by Heinrich Schuchardt · 7 years ago
  63. b7cb8b4 efi_loader: consistently use efi_handle_t for handles by Heinrich Schuchardt · 7 years ago
  64. 0484061 efi_loader: fix signature of efi_disconnect_controller by Heinrich Schuchardt · 7 years ago
  65. 760255f efi_loader: implement ConnectController by Heinrich Schuchardt · 7 years ago
  66. e2dcb9a efi_loader: support device path for IDE and SCSI disks by Heinrich Schuchardt · 7 years ago
  67. 8b28d5c efi_loader: efi_gop: use correct types for parameters by Heinrich Schuchardt · 7 years ago
  68. 798a441 efi_loader: consistently use efi_uintn_t in boot services by Heinrich Schuchardt · 7 years ago
  69. f8d4ec3 efi_loader: replace UINTN by efi_uintn_t by Heinrich Schuchardt · 7 years ago
  70. 14e1ac2 efi_loader: remove unused typedef for INTN by Heinrich Schuchardt · 7 years ago
  71. 87ef001 efi_loader: console support for color attributes by Rob Clark · 7 years ago
  72. 18ceba7 efi_loader: Add mem-mapped for fallback by Rob Clark · 7 years ago
  73. f66b2e3 efi_loader: size fields in SimpleNetworkProtocol by Heinrich Schuchardt · 7 years ago
  74. e371c5f efi_loader: fix efi_net_get_status by Heinrich Schuchardt · 7 years ago
  75. d54396a efi_loader: fill simple network protocol revision by Heinrich Schuchardt · 7 years ago
  76. 4137227 efi_loader: correct bits of receive_filters bit mask by Heinrich Schuchardt · 7 years ago
  77. 530ba8a efi_loader: incorrect definition of EFI_SIMPLE_NETWORK_PROTOCOL by Heinrich Schuchardt · 7 years ago
  78. 4df5dc5 efi_loader: wrong type in wait_for_event by Heinrich Schuchardt · 7 years ago
  79. e547c66 efi_loader: pass GUIDs as const efi_guid_t * by Heinrich Schuchardt · 7 years ago
  80. d0a349e efi_loader: parameters of CopyMem and SetMem by Heinrich Schuchardt · 7 years ago
  81. 1ef185d efi_loader: Some console improvements for vidconsole by Rob Clark · 7 years ago
  82. 325ea8b efi_loader: file_path should be variable length by Rob Clark · 7 years ago
  83. c84c110 efi_loader: add bootmgr by Rob Clark · 7 years ago
  84. 5314203 efi_loader: add file/filesys support by Rob Clark · 7 years ago
  85. 85dd721 efi_loader: flesh out device-path to text by Rob Clark · 7 years ago
  86. 18e73d3 efi_loader: drop redundant efi_device_path_protocol by Rob Clark · 7 years ago
  87. f90cb9f efi_loader: add device-path utils by Rob Clark · 7 years ago
  88. 6d3ce76 efi: add some more device path structures by Peter Jones · 7 years ago
  89. 88aab26 efi: add some missing __packed by Rob Clark · 7 years ago
  90. 49f7b4b efi_loader: expose protocols via GUID by Rob Clark · 7 years ago
  91. 3ecc6bd efi_loader: parameter types for CreateEvent, SetTimer by xypron.glpk@gmx.de · 7 years ago
  92. 48df209 efi_loader: correct size for tpl level by xypron.glpk@gmx.de · 7 years ago
  93. 3070823 efi_loader: implement multiple event support by xypron.glpk@gmx.de · 7 years ago
  94. cdbf3ac efi_loader: use struct efi_event * instead of void * by xypron.glpk@gmx.de · 7 years ago
  95. 3c042b2 efi_loader: implement EFI_DEVICE_PATH_TO_TEXT_PROTOCOL by xypron.glpk@gmx.de · 7 years ago
  96. 0581fa8 efi_loader: implement InstallProtocolInterface by xypron.glpk@gmx.de · 7 years ago
  97. 00cfc6a efi_loader: run CreateEvent() notify function based on flags by Jonathan Gray · 8 years ago
  98. 5c861d4 efi: Use device device path type Messaging for network interface node by Oleksandr Tymoshenko · 8 years ago
  99. 66f96e1 smbios: Expose in efi_loader as table by Alexander Graf · 8 years ago
  100. 988c066 efi_loader: Add exit support by Alexander Graf · 9 years ago