1. 3dd719d efi_loader: correct function comment style by Heinrich Schuchardt · 2 years, 8 months ago
  2. ce00a74 efi_loader: use %pUs for printing GUIDs by Heinrich Schuchardt · 2 years, 8 months ago
  3. 79a61cc efi_loader: provide file attributes in EFI_FILE_PROTOCOL.Read() by Heinrich Schuchardt · 3 years, 4 months ago
  4. bc3f465 efi_loader: loosen buffer parameter check in efi_file_read_int by Peng Fan · 3 years, 5 months ago
  5. 37c3ca5 efi_loader: Add helper functions for EFI by Ilias Apalodimas · 3 years, 6 months ago
  6. db12f51 efi_loader: implement non-blocking file services by Heinrich Schuchardt · 3 years, 9 months ago
  7. 792aee1 efi_loader: incorrect buffer size in efi_file_setinfo() by Heinrich Schuchardt · 3 years, 11 months ago
  8. 1ef1cf1 efi_loader: loosen buffer parameter check in efi_file_read by Stefan Sørensen · 4 years, 2 months ago
  9. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  10. e6f6f9e common: Drop part.h from common header by Simon Glass · 4 years, 5 months ago
  11. 0528979 part: Drop disk_partition_t typedef by Simon Glass · 4 years, 5 months ago
  12. 5701472 efi_loader: adjust file system info by Heinrich Schuchardt · 4 years, 10 months ago
  13. 8262578 efi_loader: parameter checks EFI_FILE_PROTOCOL.SetInfo() by Heinrich Schuchardt · 5 years ago
  14. 11335c0 efi_loader: check parameters EFI_FILE_PROTOCOL.GetInfo() by Heinrich Schuchardt · 5 years ago
  15. 632834c efi_loader: volume name in EFI_FILE_PROTOCOL.GetInfo() by Heinrich Schuchardt · 5 years ago
  16. e692ed1 efi_loader: EFI_FILE_PROTOCOL rev 2 stub by Heinrich Schuchardt · 5 years ago
  17. 9bb62fa efi_loader: file size checks by Heinrich Schuchardt · 5 years ago
  18. 83a74ad efi_loader: correct reading of directories by Heinrich Schuchardt · 5 years ago
  19. 87c4840 efi_loader: eliminate inline function ascii2unicode() by Heinrich Schuchardt · 5 years ago
  20. b0f1c72 efi_loader: EFI_FILE_PROTOCOL.Write() check args by Heinrich Schuchardt · 5 years ago
  21. f62be16 efi_loader: unaligned access in efi_file_from_path() by Heinrich Schuchardt · 5 years ago
  22. fa39081 efi_loader: Delete() return EFI_WARN_DELETE_FAILURE by Heinrich Schuchardt · 5 years ago
  23. fbe4c7d efi_loader: enable file SetInfo() by Heinrich Schuchardt · 5 years ago
  24. cb0c2a7 efi_loader: correct file creation by Heinrich Schuchardt · 5 years ago
  25. 19b2d89 efi_loader: debug output file handle in efi_file_open() by Heinrich Schuchardt · 5 years ago
  26. 17394f9 efi_loader: TODO for the EFI file protocol by Heinrich Schuchardt · 5 years ago
  27. 1646e09 efi_loader: superfluous conversion in efi_file_open() by Heinrich Schuchardt · 6 years ago
  28. 95288b1 efi_loader: comments for efi_file_from_path() by Heinrich Schuchardt · 6 years ago
  29. 823c233 efi_loader: fix EFI_FILE_PROTOCOL.GetInfo() by Heinrich Schuchardt · 6 years ago
  30. c82f8f6 efi_loader: use u16* for file name by Heinrich Schuchardt · 6 years ago
  31. 0c89a31 efi_loader: Add a wchar_t cast in efi_file_open() by Simon Glass · 6 years ago
  32. 02c2f02 efi_loader: use u16* for UTF16 strings by Heinrich Schuchardt · 6 years ago
  33. 2c61e0c efi_loader: superfluous statement in is_dir() by Heinrich Schuchardt · 6 years ago
  34. 0801d4d efi_loader: correct signature of GetPosition, SetPosition by Heinrich Schuchardt · 6 years ago
  35. d3dce35 efi_loader: check parameter new_handle of efi_file_open() by Heinrich Schuchardt · 6 years ago
  36. 008fb48 efi_loader: more debug info for efi_file_getinfo() by Heinrich Schuchardt · 6 years ago
  37. 2ae843f efi: Correct the operation of efi_file_write() by Simon Glass · 6 years ago
  38. bd66588 efi_loader: loosen check of parameters of efi_file_open() by Heinrich Schuchardt · 6 years ago
  39. 050cea7 efi_loader: provide description of file_open() by Heinrich Schuchardt · 6 years ago
  40. 143acd1 efi_loader: check parameters of efi_file_open() by Heinrich Schuchardt · 6 years ago
  41. d39f6a6 efi_loader: implement a file delete by AKASHI Takahiro · 6 years ago
  42. 5bc84a1 efi_loader: file: support creating a directory by AKASHI Takahiro · 6 years ago
  43. 1dde0d5 efi_loader: rename utf16_strlen, utf16_strnlen by Heinrich Schuchardt · 6 years ago
  44. d5a5a5a efi_loader: Pass address to fs_read() by Alexander Graf · 6 years ago
  45. f739fcd SPDX: Convert a few files that were missed before by Tom Rini · 6 years ago
  46. 9e6835e efi_loader: implement EFI_FILE_SYSTEM_INFO by Heinrich Schuchardt · 6 years ago
  47. 9c9021e efi_loader: use const for GUIDs in the EFI_FILE_PROTOCOL by Heinrich Schuchardt · 6 years ago
  48. b6dd577 efi_loader: use correct types in EFI_FILE_PROTOCOL by Heinrich Schuchardt · 6 years ago
  49. 2a92080 efi_loader: add file/filesys support by Rob Clark · 7 years ago