1. 138e691 efi: Use the correct GUID for the SMBIOS table by Simon Glass · 10 months ago
  2. e0d1a1e efi_loader: add return to efibootmgr event group by Masahisa Kojima · 11 months ago
  3. e23c8e8 efi_loader: add missing const classifier for event service by Masahisa Kojima · 11 months ago
  4. e07368e efi_loader: support all uclasses in device path by Heinrich Schuchardt · 1 year, 3 months ago
  5. 7dfab39 efi_loader: Fix warnings for unaligned accesses by Ilias Apalodimas · 1 year, 5 months ago
  6. b10bfd0 efi_loader: Fix flexible array member definitions by Ilias Apalodimas · 1 year, 7 months ago
  7. 288fe30 Merge branch 'next' by Tom Rini · 1 year, 7 months ago
  8. a9203b0 efi_loader: correct shortening of device-paths by Heinrich Schuchardt · 1 year, 7 months ago
  9. ac93275 efi: Add another tranch of GUIDs by Simon Glass · 1 year, 7 months ago
  10. 92b931b efi_loader: move struct efi_device_path to efi.h by Heinrich Schuchardt · 1 year, 7 months ago
  11. c5cc6da efi_loader: support for Ctrl() device path node by Heinrich Schuchardt · 1 year, 7 months ago
  12. 3f26bca efi_loader: support for Ctrl() device path node by Heinrich Schuchardt · 1 year, 7 months ago
  13. 60e3fed efi_loader: add definition for efi_main() by Heinrich Schuchardt · 1 year, 8 months ago
  14. 4db17a4 efi_loader: fix struct efi_input_key by Heinrich Schuchardt · 1 year, 8 months ago
  15. eff6b71 efi_loader: set UEFI specification version to 2.10 by Heinrich Schuchardt · 1 year, 10 months ago
  16. 63db156 efi: adjust ebbr to v2.1 in conformance profile by Vincent Stehlé · 1 year, 10 months ago
  17. 648a8dc efi: ECPT add EBBRv2.0 conformance profile by Jose Marinho · 2 years, 10 months ago
  18. 6b92c17 efi: Create ECPT table by Jose Marinho · 2 years, 10 months ago
  19. b436cc6 efi_loader: add sha384/512 on certificate revocation by Ilias Apalodimas · 2 years, 6 months ago
  20. 9736287 FMP: Remove GUIDs for FIT and raw images by Sughosh Ganu · 2 years, 6 months ago
  21. 4b63431 efi_loader: correctly handle mixed hashes and signatures in db by Ilias Apalodimas · 2 years, 9 months ago
  22. 1ccf871 efi_loader: Enable RISCV_EFI_BOOT_PROTOCOL support by Sunil V L · 2 years, 9 months ago
  23. 38040a6 efi_loader: printing TCG2 protocol GUID by Heinrich Schuchardt · 2 years, 9 months ago
  24. 3adae64 cmd: efidebug: simplify printing GUIDs by Heinrich Schuchardt · 2 years, 9 months ago
  25. 613cd0c efi: Locate all block devices in the app by Simon Glass · 2 years, 10 months ago
  26. dc52578 efi_loader: bump EFI_SPECIFICATION_VERSION to 2.9 by Heinrich Schuchardt · 3 years ago
  27. 43eaf5b efi_loader: EFI_EVENT_GROUP_BEFORE_EXIT_BOOT_SERVICES by Heinrich Schuchardt · 3 years ago
  28. e032cb2 efi_loader: Sphinx comments in efi_api.h by Heinrich Schuchardt · 2 years, 11 months ago
  29. 45c16fd efi: add comment for efi_system_table and efi_configuration_table by Masahisa Kojima · 3 years ago
  30. f86352e efi_loader: add missing const qualifier by Masahisa Kojima · 3 years ago
  31. c91737b efi_loader rename enum efi_mem_type to efi_memory_type by Heinrich Schuchardt · 3 years, 2 months ago
  32. 148ce20 efi_loader: Uri() device path node by Heinrich Schuchardt · 3 years, 3 months ago
  33. 86a3d43 efi_loader: remove asm/setjmp.h from efi_api.h by AKASHI Takahiro · 3 years, 3 months ago
  34. 64a8aae efi: Add ESRT to the EFI system table by Jose Marinho · 3 years, 8 months ago
  35. f027222 efi_loader: Uart device path by Heinrich Schuchardt · 3 years, 7 months ago
  36. 19ea5e6 efi_loader: remove EFI_UNICODE_COLLATION_PROTOCOL by Heinrich Schuchardt · 3 years, 9 months ago
  37. 7913c7d efi_loader: typedef efi_string_t text output protocol by Heinrich Schuchardt · 3 years, 10 months ago
  38. 85fc2ad efi_loader: move efi_(u)intn_t to efi.h by Heinrich Schuchardt · 3 years, 10 months ago
  39. db12f51 efi_loader: implement non-blocking file services by Heinrich Schuchardt · 3 years, 10 months ago
  40. 04be98b efi: capsule: Add support for uefi capsule authentication by Sughosh Ganu · 3 years, 10 months ago
  41. bb7e71d efi_loader: add firmware management protocol for raw image by AKASHI Takahiro · 4 years ago
  42. f27c201 efi_loader: add firmware management protocol for FIT image by AKASHI Takahiro · 3 years, 11 months ago
  43. 8d99026 efi_loader: capsule: support firmware update by AKASHI Takahiro · 3 years, 11 months ago
  44. ed9349c efi_loader: capsule: add memory range capsule definitions by AKASHI Takahiro · 4 years ago
  45. 2bc27ca efi_loader: define UpdateCapsule api by AKASHI Takahiro · 4 years ago
  46. c8d0fd5 efi_loader: Introduce eventlog support for TCG2_PROTOCOL by Ilias Apalodimas · 3 years, 11 months ago
  47. 724d281 efi_loader: optional pointer for ConvertPointer by Heinrich Schuchardt · 4 years, 7 months ago
  48. bf3bcef efi_loader: device path for SATA devices by Heinrich Schuchardt · 4 years, 5 months ago
  49. 593e17d efi_loader: add signature verification functions by AKASHI Takahiro · 4 years, 6 months ago
  50. 7a4e717 efi_loader: definition of GetNextVariableName() by Heinrich Schuchardt · 4 years, 7 months ago
  51. 74b4487 efi_loader: correct a definition of struct efi_capsule_header by AKASHI Takahiro · 4 years, 7 months ago
  52. b74d568 efi_loader: define System Resource Table macros by AKASHI Takahiro · 4 years, 7 months ago
  53. 7cceef7 efi_loader: define OsIndicationsSupported flags by AKASHI Takahiro · 4 years, 7 months ago
  54. ec80b47 efi_loader: Implement FileLoad2 for initramfs loading by Ilias Apalodimas · 4 years, 8 months ago
  55. 76be687 efi_loader: implement EFI_RT_PROPERTIES_TABLE by Heinrich Schuchardt · 4 years, 8 months ago
  56. f2d247d efi: device path for nvme by Patrick Wildt · 5 years ago
  57. 632834c efi_loader: volume name in EFI_FILE_PROTOCOL.GetInfo() by Heinrich Schuchardt · 5 years ago
  58. e692ed1 efi_loader: EFI_FILE_PROTOCOL rev 2 stub by Heinrich Schuchardt · 5 years ago
  59. d0384d5 efi_loader: correctly render CD-ROM device path nodes by Heinrich Schuchardt · 5 years ago
  60. 7f6d874 efi_loader: interrupts in simple network protocol by Heinrich Schuchardt · 5 years ago
  61. a6d3709 efi_loader: EFI_PXE_BASE_CODE_PROTOCOL stub by Heinrich Schuchardt · 5 years ago
  62. 24e6722 efi_loader: definition of efi_virtual_address_map() by Heinrich Schuchardt · 5 years ago
  63. c7308d6 efi_loader: bump UEFI specification number to 2.8 by Heinrich Schuchardt · 5 years ago
  64. efcf0a1 efi_loader: correct signature of ConvertPointer() by Heinrich Schuchardt · 5 years ago
  65. 21b6b54 efi_loader: EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL definition by Heinrich Schuchardt · 5 years ago
  66. e771b4b efi_loader: add RuntimeServicesSupported variable by AKASHI Takahiro · 5 years ago
  67. acee965 efi_loader: EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL.SetState() correct parameter by Heinrich Schuchardt · 5 years ago
  68. b1b782d efi_loader: implement deprecated Unicode collation protocol by Heinrich Schuchardt · 5 years ago
  69. b015ab5 efi_loader: signature of ExitBootServices() by Heinrich Schuchardt · 5 years ago
  70. df116e8 efi_loader: implement UnloadImage() by Heinrich Schuchardt · 5 years ago
  71. dec88e4 efi_loader: consistent naming of protocol GUIDs by Heinrich Schuchardt · 6 years ago
  72. bc8fc32 efi_loader: boottime: add loaded image device path protocol to image handle by AKASHI Takahiro · 6 years ago
  73. 17394f9 efi_loader: TODO for the EFI file protocol by Heinrich Schuchardt · 6 years ago
  74. 454568b efi_loader: define load option attributes by AKASHI Takahiro · 6 years ago
  75. cb728e5 efi: hii: add HII config routing/access protocols by AKASHI Takahiro · 6 years ago
  76. 8d3b77e efi: hii: add keyboard layout package support by AKASHI Takahiro · 6 years ago
  77. 9ab0bdd efi: hii: add guid package support by AKASHI Takahiro · 6 years ago
  78. c9bfb22 efi_loader: Initial HII database protocols by Leif Lindholm · 6 years ago
  79. bc86795 efi_loader: remove duplicate GUID definition by Heinrich Schuchardt · 6 years ago
  80. c82f8f6 efi_loader: use u16* for file name by Heinrich Schuchardt · 6 years ago
  81. 452257a efi_loader: efi_set_variable use const void * by Heinrich Schuchardt · 6 years ago
  82. 0bda81b efi_loader: use const efi_guid_t * for variable services by Heinrich Schuchardt · 6 years ago
  83. cc8e341 efi_loader: signature of StartImage and Exit by Heinrich Schuchardt · 6 years ago
  84. 2859f44 efi_loader: struct efi_configuration_table by Heinrich Schuchardt · 6 years ago
  85. 02c2f02 efi_loader: use u16* for UTF16 strings by Heinrich Schuchardt · 6 years ago
  86. 19dd907 efi_loader: correct a function prototype of QueryCapsuleCapabilities() by AKASHI Takahiro · 6 years ago
  87. faea104 efi_loader: typedef struct efi_object *efi_handle_t by Heinrich Schuchardt · 6 years ago
  88. 0801d4d efi_loader: correct signature of GetPosition, SetPosition by Heinrich Schuchardt · 6 years ago
  89. c982874 efi_loader: refactor efi_setup_loaded_image() by Heinrich Schuchardt · 6 years ago
  90. 110c628 efi_loader: EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL by Heinrich Schuchardt · 6 years ago
  91. 2e0d79a efi_loader: SPDX-License-Identifier for efi_api.h by Heinrich Schuchardt · 6 years ago
  92. 3e603ec efi_loader: struct efi_simple_text_input_protocol by Heinrich Schuchardt · 6 years ago
  93. 0bc4b0d efi_loader: EFI_UNICODE_COLLATION_PROTOCOL by Heinrich Schuchardt · 6 years ago
  94. 8aa8360 efi_loader: correct signature of CalculateCrc32() by Heinrich Schuchardt · 6 years ago
  95. 0b38653 efi_loader: provide firmware revision by Heinrich Schuchardt · 6 years ago
  96. bdfb894 efi_loader: correct EFI_RUNTIME_SERVICES_SIGNATURE by Heinrich Schuchardt · 6 years ago
  97. 112f243 efi_loader: specify UEFI spec revision by Heinrich Schuchardt · 6 years ago
  98. 9514731 efi_loader: set revision in loaded image protocol by Heinrich Schuchardt · 6 years ago
  99. 86df34d efi_loader: Install ACPI configuration tables by Bin Meng · 6 years ago
  100. 45c66f9 efi_loader: adjust definitions of variable services by Heinrich Schuchardt · 6 years ago