1. 344bc07 efi_loader: incorrect buffer size in efi_file_setinfo() by Heinrich Schuchardt · Tue Nov 10 07:24:16 2020 +0100
  2. 6b398d0 efi_loader: loosen buffer parameter check in efi_file_read by Stefan Sørensen · Wed Jul 22 09:43:31 2020 +0200
  3. 0f2af88 common: Drop log.h from common header by Simon Glass · Sun May 10 11:40:05 2020 -0600
  4. 655306c common: Drop part.h from common header by Simon Glass · Sun May 10 11:39:58 2020 -0600
  5. c1c4a8f part: Drop disk_partition_t typedef by Simon Glass · Sun May 10 11:39:57 2020 -0600
  6. a821b0c efi_loader: adjust file system info by Heinrich Schuchardt · Sun Dec 08 10:02:37 2019 +0100
  7. dd106d0 efi_loader: parameter checks EFI_FILE_PROTOCOL.SetInfo() by Heinrich Schuchardt · Sun Sep 08 11:37:07 2019 +0200
  8. c540a0e efi_loader: check parameters EFI_FILE_PROTOCOL.GetInfo() by Heinrich Schuchardt · Sun Sep 08 10:45:31 2019 +0200
  9. 0c236c4 efi_loader: volume name in EFI_FILE_PROTOCOL.GetInfo() by Heinrich Schuchardt · Sun Sep 08 10:32:54 2019 +0200
  10. f2dcbac efi_loader: EFI_FILE_PROTOCOL rev 2 stub by Heinrich Schuchardt · Sun Sep 08 09:35:32 2019 +0200
  11. df86279 efi_loader: file size checks by Heinrich Schuchardt · Sat Sep 07 23:28:04 2019 +0200
  12. da06260 efi_loader: correct reading of directories by Heinrich Schuchardt · Sat Sep 07 22:34:07 2019 +0200
  13. 2ad17f9 efi_loader: eliminate inline function ascii2unicode() by Heinrich Schuchardt · Sat Sep 07 21:05:45 2019 +0200
  14. b7e87a2 efi_loader: EFI_FILE_PROTOCOL.Write() check args by Heinrich Schuchardt · Fri Sep 06 21:37:21 2019 +0200
  15. 2cfcd99 efi_loader: unaligned access in efi_file_from_path() by Heinrich Schuchardt · Sun Jul 14 20:14:46 2019 +0200
  16. 646faf3 efi_loader: Delete() return EFI_WARN_DELETE_FAILURE by Heinrich Schuchardt · Mon Jun 17 22:00:13 2019 +0200
  17. f1fe17e efi_loader: enable file SetInfo() by Heinrich Schuchardt · Sat Apr 06 18:17:39 2019 +0200
  18. 34c303b efi_loader: correct file creation by Heinrich Schuchardt · Sat Apr 06 16:27:34 2019 +0200
  19. d4fe528 efi_loader: debug output file handle in efi_file_open() by Heinrich Schuchardt · Sat Apr 06 16:36:16 2019 +0200
  20. 79730de efi_loader: TODO for the EFI file protocol by Heinrich Schuchardt · Wed Mar 27 21:41:04 2019 +0100
  21. 9de5c4c efi_loader: superfluous conversion in efi_file_open() by Heinrich Schuchardt · Tue Mar 19 19:16:23 2019 +0100
  22. c1476c2 efi_loader: comments for efi_file_from_path() by Heinrich Schuchardt · Mon Feb 04 21:24:35 2019 +0100
  23. 3ab87ac efi_loader: fix EFI_FILE_PROTOCOL.GetInfo() by Heinrich Schuchardt · Sat Feb 09 22:23:48 2019 +0100
  24. db47c34 efi_loader: use u16* for file name by Heinrich Schuchardt · Sat Jan 12 12:02:33 2019 +0100
  25. 60209e6 efi_loader: Add a wchar_t cast in efi_file_open() by Simon Glass · Mon Jan 07 16:44:18 2019 -0700
  26. ce49c7b efi_loader: use u16* for UTF16 strings by Heinrich Schuchardt · Mon Nov 05 20:22:12 2018 +0100
  27. 80f834d efi_loader: superfluous statement in is_dir() by Heinrich Schuchardt · Tue Oct 02 05:57:32 2018 +0200
  28. 21ae057 efi_loader: correct signature of GetPosition, SetPosition by Heinrich Schuchardt · Sun Oct 07 05:26:26 2018 +0200
  29. b63f9fc efi_loader: check parameter new_handle of efi_file_open() by Heinrich Schuchardt · Sat Sep 15 20:43:46 2018 +0200
  30. e8c99b0 efi_loader: more debug info for efi_file_getinfo() by Heinrich Schuchardt · Fri Sep 14 22:46:34 2018 +0200
  31. 849688f efi: Correct the operation of efi_file_write() by Simon Glass · Sat Sep 15 00:51:00 2018 -0600
  32. 662d0be efi_loader: loosen check of parameters of efi_file_open() by Heinrich Schuchardt · Thu Sep 13 21:31:49 2018 +0200
  33. 1af423b efi_loader: provide description of file_open() by Heinrich Schuchardt · Wed Sep 12 19:00:02 2018 +0200
  34. d6932c0 efi_loader: check parameters of efi_file_open() by Heinrich Schuchardt · Wed Sep 12 18:43:58 2018 +0200
  35. 4dd5b9c efi_loader: implement a file delete by AKASHI Takahiro · Tue Sep 11 15:59:16 2018 +0900
  36. 0c672b0 efi_loader: file: support creating a directory by AKASHI Takahiro · Tue Sep 11 15:59:12 2018 +0900
  37. 597f8f7 efi_loader: rename utf16_strlen, utf16_strnlen by Heinrich Schuchardt · Fri Aug 31 21:31:26 2018 +0200
  38. ab133c7 efi_loader: Pass address to fs_read() by Alexander Graf · Wed Aug 08 03:54:32 2018 -0600
  39. 70df9d6 SPDX: Convert a few files that were missed before by Tom Rini · Mon May 07 17:02:21 2018 -0400
  40. 37fb4b9 efi_loader: implement EFI_FILE_SYSTEM_INFO by Heinrich Schuchardt · Wed Apr 04 15:42:11 2018 +0200
  41. e86380d efi_loader: use const for GUIDs in the EFI_FILE_PROTOCOL by Heinrich Schuchardt · Wed Apr 04 15:42:09 2018 +0200
  42. 6b06e0d efi_loader: use correct types in EFI_FILE_PROTOCOL by Heinrich Schuchardt · Tue Apr 03 22:37:11 2018 +0200
  43. 5314203 efi_loader: add file/filesys support by Rob Clark · Wed Sep 13 18:05:34 2017 -0400