1. 54f180d efi_loader: partition numbers are hexadecimal by Heinrich Schuchardt · Tue May 25 18:00:13 2021 +0200
  2. f142493 Allow last block to be read by Jesper Schmitz Mouridsen · Tue Feb 09 17:17:17 2021 +0100
  3. 2639762 efi_loader: install UEFI System Partition GUID by Heinrich Schuchardt · Tue Feb 02 17:53:14 2021 +0100
  4. 0bb7389 efi_loader: correct block IO alignment check by Heinrich Schuchardt · Sat Jan 23 19:33:11 2021 +0100
  5. b56e719 efi_loader: correct EFI_BLOCK_IO_PROTOCOL.Media.LastBlock by Heinrich Schuchardt · Sat Jan 23 06:52:21 2021 +0100
  6. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · Thu Dec 03 16:55:18 2020 -0700
  7. cb9ff4e efi_loader: link partition to block device by Heinrich Schuchardt · Fri Jan 10 12:36:01 2020 +0100
  8. 3724057 efi_loader: use logging for block device messages by Heinrich Schuchardt · Fri Jul 17 20:33:05 2020 +0200
  9. 2321b55 efi_loader: check device path is not installed twice by Heinrich Schuchardt · Thu May 21 09:22:06 2020 +0200
  10. c1c4a8f part: Drop disk_partition_t typedef by Simon Glass · Sun May 10 11:39:57 2020 -0600
  11. 911df64 efi_loader: disk: add efi_disk_is_system_part() by AKASHI Takahiro · Mon Apr 27 18:48:20 2020 +0900
  12. a993173 efi_loader: identify EFI system partition by Heinrich Schuchardt · Thu Mar 19 15:16:31 2020 +0100
  13. 76f5789 efi_loader: add missing doc comments in efi_disk.c by Heinrich Schuchardt · Fri Apr 10 17:10:34 2020 +0200
  14. af8c5b6 efi_loader: simplify logical expression in efi_disk_add_dev() by Heinrich Schuchardt · Thu Mar 19 15:45:52 2020 +0100
  15. 6203606 efi_loader: fix function descriptions in efi_disk.c by Heinrich Schuchardt · Thu Mar 19 13:49:34 2020 +0100
  16. 356ef90 efi_loader: disk: install file system protocol to a whole disk by AKASHI Takahiro · Mon Oct 07 14:59:39 2019 +0900
  17. 120a01a efi_loader: disk: install FILE_SYSTEM_PROTOCOL only if available by AKASHI Takahiro · Mon Oct 07 14:59:38 2019 +0900
  18. 670198c efi_loader: EFI_BLOCK_IO_PROTOCOL.Reset() by Heinrich Schuchardt · Thu Sep 05 20:13:46 2019 +0200
  19. ee6ef8b efi_loader: use EFI_PRINT() instead of debug() by Heinrich Schuchardt · Thu Sep 05 19:43:17 2019 +0200
  20. 3592252 efi_loader: parameter checks BLOCK_IO_PROTOCOL by Heinrich Schuchardt · Thu Sep 05 19:31:23 2019 +0200
  21. 788ad41 efi_loader: consistent naming of protocol GUIDs by Heinrich Schuchardt · Sat Apr 20 07:39:11 2019 +0200
  22. 7292872 efi_loader: rename parent to header by Heinrich Schuchardt · Wed Sep 26 05:27:56 2018 +0200
  23. adb50d0 efi_loader: eliminate handle member by Heinrich Schuchardt · Wed Sep 26 05:27:55 2018 +0200
  24. c7570a3 Remove <inttypes.h> includes and PRI* usages in printf() entirely by Masahiro Yamada · Mon Aug 06 20:47:40 2018 +0900
  25. 70df9d6 SPDX: Convert a few files that were missed before by Tom Rini · Mon May 07 17:02:21 2018 -0400
  26. cde7a36 efi_loader: correct efi_disk_register by Heinrich Schuchardt · Fri Feb 09 20:55:47 2018 +0100
  27. 0844f79 efi_loader: correct EFI_BLOCK_IO_PROTOCOL definitions by Heinrich Schuchardt · Fri Jan 19 20:24:48 2018 +0100
  28. 6f3de6b efi_loader: make efi_disk_create_partitions a global symbol by Heinrich Schuchardt · Fri Jan 19 20:24:47 2018 +0100
  29. 405afb5 efi_loader: make efi_block_io_guid a global symbol by Heinrich Schuchardt · Fri Jan 19 20:24:45 2018 +0100
  30. 6a18bb3 efi_loader: efi_disk_register: correctly determine if_type_name by Heinrich Schuchardt · Fri Jan 19 20:24:44 2018 +0100
  31. 3957876 efi_loader: correct find simple file system protocol by Heinrich Schuchardt · Fri Jan 19 20:24:39 2018 +0100
  32. ce721a8 efi_loader: address of the simple file system protocol by Heinrich Schuchardt · Fri Jan 19 20:24:38 2018 +0100
  33. 5bf2964 efi_loader: Setup logical_partition media information by Emmanuel Vadot · Mon Dec 11 19:22:33 2017 +0100
  34. 83a83f2 efi_loader: Fix partition offsets by Alexander Graf · Fri Dec 01 16:10:33 2017 +0100
  35. 967d7de efi_loader: helper function to add EFI object to list by Heinrich Schuchardt · Sun Nov 26 14:05:23 2017 +0100
  36. 99ce206 efi_loader: manage protocols in a linked list by Heinrich Schuchardt · Sun Nov 26 14:05:17 2017 +0100
  37. 9fb0f2f efi_loader: efi_disk: use efi_add_protocol by Heinrich Schuchardt · Sun Nov 26 14:05:12 2017 +0100
  38. 34f5183 efi_loader: efi_disk: check return value of calloc by Heinrich Schuchardt · Thu Oct 26 19:25:46 2017 +0200
  39. 9d7f21a efi_loader: don't increment part twice per loop by Jonathan Gray · Tue Oct 10 21:32:29 2017 +1100
  40. d35cbd5 efi_loader: search all possible disk partitions by Jonathan Gray · Tue Oct 10 13:55:26 2017 +1100
  41. 1b2ccbb efi_loader: Fix disk dp's for pre-DM/legacy devices by Rob Clark · Sun Oct 08 11:33:08 2017 -0400
  42. 5314203 efi_loader: add file/filesys support by Rob Clark · Wed Sep 13 18:05:34 2017 -0400
  43. a83272f efi_loader: use proper device-paths for partitions by Rob Clark · Wed Sep 13 18:05:31 2017 -0400
  44. 9ce0617 efi_disk: efi_disk_rw_blocks is not an API function by Heinrich Schuchardt · Sat Aug 26 22:33:13 2017 +0200
  45. 99c4387 efi_loader: remove more double EFI_EXIT() in efi_disk.c by Rob Clark · Tue Jul 25 20:28:29 2017 -0400
  46. 308cd8e efi_loader: disk: iterate only over valid block devices by xypron.glpk@gmx.de · Tue Jun 20 19:10:27 2017 +0000
  47. c35c924 efi_loader: refactor efi_open_protocol by xypron.glpk@gmx.de · Tue Jul 11 22:06:14 2017 +0200
  48. 21d3bce disk: convert CONFIG_ISO_PARTITION to Kconfig by Patrick Delaunay · Fri Jan 27 11:00:38 2017 +0100
  49. c2194bf efi: Fix missing EFIAPI specifiers by Simon Glass · Sun Sep 25 15:27:32 2016 -0600
  50. 601db1f efi_loader: disk: Sanitize exposed devices by Alexander Graf · Fri Aug 05 14:51:47 2016 +0200
  51. 34118e7 efi_loader: disk: Fix CONFIG_BLK breakage by Alexander Graf · Fri Aug 05 14:49:53 2016 +0200
  52. 62a6748 efi_loader: Move to normal debug infrastructure by Alexander Graf · Thu Jun 02 11:38:27 2016 +0200
  53. 9a8f4cf Merge git://git.denx.de/u-boot-dm by Tom Rini · Fri May 27 15:49:43 2016 -0400
  54. 7c00a3c efi_loader: Add bounce buffer support by Alexander Graf · Wed May 11 18:25:48 2016 +0200
  55. 302d4f8 dm: efi: Update for CONFIG_BLK by Simon Glass · Sat May 14 14:03:05 2016 -0600
  56. e3dfa91 dm: part: Drop the block_drvr table by Simon Glass · Sun May 01 13:52:32 2016 -0600
  57. 3491ee7 efi_loader: Increase path string to 32 characters by Alexander Graf · Mon Apr 11 16:16:20 2016 +0200
  58. eb8d82c efi_loader: Add el torito support by Alexander Graf · Mon Apr 11 16:16:18 2016 +0200
  59. 06fe57b efi_loader: Split drive add into function by Alexander Graf · Mon Apr 11 16:16:17 2016 +0200
  60. 8f19f26 efi_loader: Pass proper device path in on boot by Alexander Graf · Fri Mar 04 01:10:14 2016 +0100
  61. e83be45 efi_loader: Add disk interfaces by Alexander Graf · Fri Mar 04 01:10:02 2016 +0100