1. 6e3f70b efi_loader: fix GetInfo and SetInfo by Heinrich Schuchardt · 4 weeks ago
  2. b010250 efi_loader: fix some function descriptions by Heinrich Schuchardt · 9 weeks ago
  3. cd05b9c efi_loader: Remove <common.h> by Tom Rini · 12 months ago
  4. f407af8 efi_loader: catch out of memory in file_open by Heinrich Schuchardt · 1 year, 4 months ago
  5. f9e8ada efi_loader: error handling in efi_disk_add_dev by Heinrich Schuchardt · 1 year, 4 months ago
  6. 50279dc efi_loader: replace a u16_strdup with alloc + memcpy by Ilias Apalodimas · 2 years ago
  7. 08d1af2 efi_loader: add missing EFI_CALL when closing a file by Ilias Apalodimas · 2 years ago
  8. 9124bc6 efi_loader: add comments on efi_file_from_path() regarding alignment by Ilias Apalodimas · 2 years ago
  9. 4395adb efi_loader: improve description of efi_file_from_path() by Heinrich Schuchardt · 2 years ago
  10. c5ff0a0 eficonfig: menu-driven addition of UEFI boot option by Masahisa Kojima · 2 years, 2 months ago
  11. fbe9021 efi_loader: correct function comment style by Heinrich Schuchardt · 2 years, 10 months ago
  12. 282249d efi_loader: use %pUs for printing GUIDs by Heinrich Schuchardt · 2 years, 10 months ago
  13. 69f722b efi_loader: provide file attributes in EFI_FILE_PROTOCOL.Read() by Heinrich Schuchardt · 3 years, 6 months ago
  14. ca02db2 efi_loader: loosen buffer parameter check in efi_file_read_int by Peng Fan · 3 years, 7 months ago
  15. aa0f755 efi_loader: Add helper functions for EFI by Ilias Apalodimas · 3 years, 8 months ago
  16. e759b57 efi_loader: implement non-blocking file services by Heinrich Schuchardt · 3 years, 11 months ago
  17. 344bc07 efi_loader: incorrect buffer size in efi_file_setinfo() by Heinrich Schuchardt · 4 years ago
  18. 6b398d0 efi_loader: loosen buffer parameter check in efi_file_read by Stefan Sørensen · 4 years, 4 months ago
  19. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  20. 655306c common: Drop part.h from common header by Simon Glass · 4 years, 7 months ago
  21. c1c4a8f part: Drop disk_partition_t typedef by Simon Glass · 4 years, 7 months ago
  22. a821b0c efi_loader: adjust file system info by Heinrich Schuchardt · 5 years ago
  23. dd106d0 efi_loader: parameter checks EFI_FILE_PROTOCOL.SetInfo() by Heinrich Schuchardt · 5 years ago
  24. c540a0e efi_loader: check parameters EFI_FILE_PROTOCOL.GetInfo() by Heinrich Schuchardt · 5 years ago
  25. 0c236c4 efi_loader: volume name in EFI_FILE_PROTOCOL.GetInfo() by Heinrich Schuchardt · 5 years ago
  26. f2dcbac efi_loader: EFI_FILE_PROTOCOL rev 2 stub by Heinrich Schuchardt · 5 years ago
  27. df86279 efi_loader: file size checks by Heinrich Schuchardt · 5 years ago
  28. da06260 efi_loader: correct reading of directories by Heinrich Schuchardt · 5 years ago
  29. 2ad17f9 efi_loader: eliminate inline function ascii2unicode() by Heinrich Schuchardt · 5 years ago
  30. b7e87a2 efi_loader: EFI_FILE_PROTOCOL.Write() check args by Heinrich Schuchardt · 5 years ago
  31. 2cfcd99 efi_loader: unaligned access in efi_file_from_path() by Heinrich Schuchardt · 5 years ago
  32. 646faf3 efi_loader: Delete() return EFI_WARN_DELETE_FAILURE by Heinrich Schuchardt · 5 years ago
  33. f1fe17e efi_loader: enable file SetInfo() by Heinrich Schuchardt · 6 years ago
  34. 34c303b efi_loader: correct file creation by Heinrich Schuchardt · 6 years ago
  35. d4fe528 efi_loader: debug output file handle in efi_file_open() by Heinrich Schuchardt · 6 years ago
  36. 79730de efi_loader: TODO for the EFI file protocol by Heinrich Schuchardt · 6 years ago
  37. 9de5c4c efi_loader: superfluous conversion in efi_file_open() by Heinrich Schuchardt · 6 years ago
  38. c1476c2 efi_loader: comments for efi_file_from_path() by Heinrich Schuchardt · 6 years ago
  39. 3ab87ac efi_loader: fix EFI_FILE_PROTOCOL.GetInfo() by Heinrich Schuchardt · 6 years ago
  40. db47c34 efi_loader: use u16* for file name by Heinrich Schuchardt · 6 years ago
  41. 60209e6 efi_loader: Add a wchar_t cast in efi_file_open() by Simon Glass · 6 years ago
  42. ce49c7b efi_loader: use u16* for UTF16 strings by Heinrich Schuchardt · 6 years ago
  43. 80f834d efi_loader: superfluous statement in is_dir() by Heinrich Schuchardt · 6 years ago
  44. 21ae057 efi_loader: correct signature of GetPosition, SetPosition by Heinrich Schuchardt · 6 years ago
  45. b63f9fc efi_loader: check parameter new_handle of efi_file_open() by Heinrich Schuchardt · 6 years ago
  46. e8c99b0 efi_loader: more debug info for efi_file_getinfo() by Heinrich Schuchardt · 6 years ago
  47. 849688f efi: Correct the operation of efi_file_write() by Simon Glass · 6 years ago
  48. 662d0be efi_loader: loosen check of parameters of efi_file_open() by Heinrich Schuchardt · 6 years ago
  49. 1af423b efi_loader: provide description of file_open() by Heinrich Schuchardt · 6 years ago
  50. d6932c0 efi_loader: check parameters of efi_file_open() by Heinrich Schuchardt · 6 years ago
  51. 4dd5b9c efi_loader: implement a file delete by AKASHI Takahiro · 6 years ago
  52. 0c672b0 efi_loader: file: support creating a directory by AKASHI Takahiro · 6 years ago
  53. 597f8f7 efi_loader: rename utf16_strlen, utf16_strnlen by Heinrich Schuchardt · 6 years ago
  54. ab133c7 efi_loader: Pass address to fs_read() by Alexander Graf · 6 years ago
  55. 70df9d6 SPDX: Convert a few files that were missed before by Tom Rini · 7 years ago
  56. 37fb4b9 efi_loader: implement EFI_FILE_SYSTEM_INFO by Heinrich Schuchardt · 7 years ago
  57. e86380d efi_loader: use const for GUIDs in the EFI_FILE_PROTOCOL by Heinrich Schuchardt · 7 years ago
  58. 6b06e0d efi_loader: use correct types in EFI_FILE_PROTOCOL by Heinrich Schuchardt · 7 years ago
  59. 5314203 efi_loader: add file/filesys support by Rob Clark · 7 years ago