1. 7d13546 efi_loader: new function efi_delete_handle() by Heinrich Schuchardt · 7 years ago
  2. 7db9f89 efi_loader: return status from efi_setup_loaded_image() by Heinrich Schuchardt · 7 years ago
  3. 967d7de efi_loader: helper function to add EFI object to list by Heinrich Schuchardt · 7 years ago
  4. 99ce206 efi_loader: manage protocols in a linked list by Heinrich Schuchardt · 7 years ago
  5. 580c13b efi_loader: efi_console: use helper functions by Heinrich Schuchardt · 7 years ago
  6. 5aef61d efi_loader: helper functions for protocol management by Heinrich Schuchardt · 7 years ago
  7. 1cdca3f efi_loader: argument of efi_search_obj should be const by Heinrich Schuchardt · 7 years ago
  8. eb6106e efi_loader: make efi_create_handle non-static by Heinrich Schuchardt · 7 years ago
  9. 753e248 efi_loader: efi_dp_match should have const arguments by Heinrich Schuchardt · 7 years ago
  10. 274cc87 efi_loader: rework efi_search_obj by Heinrich Schuchardt · 7 years ago
  11. 798a441 efi_loader: consistently use efi_uintn_t in boot services by Heinrich Schuchardt · 7 years ago
  12. f8d4ec3 efi_loader: replace UINTN by efi_uintn_t by Heinrich Schuchardt · 7 years ago
  13. c2fd477 efi_loader: guard against double inclusion of efi_loader.h by Heinrich Schuchardt · 7 years ago
  14. 18081d4 efi_loader: implement SetWatchdogTimer by Heinrich Schuchardt · 7 years ago
  15. 18ceba7 efi_loader: Add mem-mapped for fallback by Rob Clark · 7 years ago
  16. 1bbee39 efi_loader: use type bool for event states by Heinrich Schuchardt · 7 years ago
  17. a857759 efi_loader: support 16 protocols per efi_object by Heinrich Schuchardt · 7 years ago
  18. c84c110 efi_loader: add bootmgr by Rob Clark · 7 years ago
  19. 15f3d74 efi_loader: efi variable support by Rob Clark · 7 years ago
  20. 5314203 efi_loader: add file/filesys support by Rob Clark · 7 years ago
  21. f8db922 efi_loader: refactor boot device and loaded_image handling by Rob Clark · 7 years ago
  22. 85dd721 efi_loader: flesh out device-path to text by Rob Clark · 7 years ago
  23. f90cb9f efi_loader: add device-path utils by Rob Clark · 7 years ago
  24. 8b11a8a efi_loader: implement queueing of the notification function by Heinrich Schuchardt · 7 years ago
  25. d33ae3e efi_selftest: provide an EFI selftest application by Heinrich Schuchardt · 7 years ago
  26. 91e5b8a efi_loader: allow return value in EFI_CALL by Heinrich Schuchardt · 7 years ago
  27. 4d66489 efi_loader: write protocol GUID in OpenProtocol by Heinrich Schuchardt · 7 years ago
  28. 8f9dd92 efi_loader: do not cast return value in EFI_EXIT by xypron.glpk@gmx.de · 7 years ago
  29. e7896c3 efi_loader: indent entry/exit prints to show nesting level by Rob Clark · 7 years ago
  30. 86789d5 efi_loader: add checking for incorrect use of EFI_ENTRY/EXIT by Rob Clark · 7 years ago
  31. 63ea77a efi_loader: Add an EFI_CALL() macro by Rob Clark · 7 years ago
  32. e5a4fddc efi_loader: only evaluate EFI_EXIT()'s ret once by Rob Clark · 7 years ago
  33. 64ca8eb efi_loader: add helper macro to construct protocol objects by Rob Clark · 7 years ago
  34. 84a19a0 efi_loader: log EFI return values too by Rob Clark · 7 years ago
  35. 3ecc6bd efi_loader: parameter types for CreateEvent, SetTimer by xypron.glpk@gmx.de · 7 years ago
  36. 544df3b efi_loader: move guidcmp to header by Rob Clark · 7 years ago
  37. 54c7a8e efi_console: set up events by xypron.glpk@gmx.de · 7 years ago
  38. a587fd1 efi_loader: refactor efi_set_timer by xypron.glpk@gmx.de · 7 years ago
  39. 852a0e177 efi_loader: refactor efi_create_event by xypron.glpk@gmx.de · 7 years ago
  40. 48df209 efi_loader: correct size for tpl level by xypron.glpk@gmx.de · 7 years ago
  41. 3070823 efi_loader: implement multiple event support by xypron.glpk@gmx.de · 7 years ago
  42. 3c042b2 efi_loader: implement EFI_DEVICE_PATH_TO_TEXT_PROTOCOL by xypron.glpk@gmx.de · 7 years ago
  43. 4534ad6 efi_loader: reimplement efi_locate_protocol by xypron.glpk@gmx.de · 7 years ago
  44. cb486a4 efi_loader: provide a sufficient number of protocols by xypron.glpk@gmx.de · 7 years ago
  45. c35c924 efi_loader: refactor efi_open_protocol by xypron.glpk@gmx.de · 7 years ago
  46. 4c09ffa efi_loader: Fix efi_add_runtime_mmio definition by Alexander Graf · 8 years ago
  47. 393dd91 efi_loader: Rename EFI_RUNTIME_{TEXT, DATA} to __efi_runtime{, _data} by Alexander Graf · 8 years ago
  48. c2194bf efi: Fix missing EFIAPI specifiers by Simon Glass · 8 years ago
  49. 66f96e1 smbios: Expose in efi_loader as table by Alexander Graf · 8 years ago
  50. c5c1163 efi_loader: Expose efi_install_configuration_table by Alexander Graf · 8 years ago
  51. 7725609 efi_loader: Allow boards to implement get_time and reset_system by Alexander Graf · 8 years ago
  52. a4f4302 efi_loader: Readd freed pages to memory pool by Stefan Brüns · 8 years ago
  53. 67b67d9 efi_loader: Track size of pool allocations to allow freeing by Stefan Brüns · 8 years ago
  54. 5a09aef efi_loader: Move efi_allocate_pool implementation to efi_memory.c by Stefan Brüns · 8 years ago
  55. 62a6748 efi_loader: Move to normal debug infrastructure by Alexander Graf · 8 years ago
  56. 9a8f4cf Merge git://git.denx.de/u-boot-dm by Tom Rini · 9 years ago
  57. 7c00a3c efi_loader: Add bounce buffer support by Alexander Graf · 9 years ago
  58. 302d4f8 dm: efi: Update for CONFIG_BLK by Simon Glass · 9 years ago
  59. 94c4b99 efi_loader: Add network access support by Alexander Graf · 9 years ago
  60. c49a1b8 efi_loader: Pass file path to payload by Alexander Graf · 9 years ago
  61. d65783d efi_loader: Add GOP support by Alexander Graf · 9 years ago
  62. 8f19f26 efi_loader: Pass proper device path in on boot by Alexander Graf · 9 years ago
  63. 8623f92 efi_loader: Implement memory allocation and map by Alexander Graf · 9 years ago
  64. e83be45 efi_loader: Add disk interfaces by Alexander Graf · 9 years ago
  65. 0bd425a efi_loader: Add runtime services by Alexander Graf · 9 years ago
  66. 4aacacc efi_loader: Add console interface by Alexander Graf · 9 years ago
  67. c15d921 efi_loader: Add boot time services by Alexander Graf · 9 years ago
  68. 4e0c1c1 efi_loader: Add PE image loader by Alexander Graf · 9 years ago