1. 50457f5 efi_loader: simplify error message in efi_disk_create_raw() by Heinrich Schuchardt · 10 months ago
  2. 2c98f74 efi_loader: return immediately in UCLASS_EFI_LOADER removal by Masahisa Kojima · 10 months ago
  3. 0351b65 efi_loader: create common function to free struct efi_disk_obj by Masahisa Kojima · 10 months ago
  4. f674a2f efi_loader: avoid pointer access after calling efi_delete_handle by Masahisa Kojima · 10 months ago
  5. 6caf3a3 efi_loader: remove unused members from struct efi_disk_obj by Masahisa Kojima · 11 months ago
  6. c38cb22 efi_loader: Remove <common.h> by Tom Rini · 12 months ago
  7. 550862b efi_loader: Boot var automatic management by Raymond Mao · 1 year, 1 month ago
  8. cff7700 efi_loader: error handling in efi_disk_add_dev by Heinrich Schuchardt · 1 year, 4 months ago
  9. 54edc37 efi_loader: make efi_delete_handle() follow the EFI spec by Ilias Apalodimas · 1 year, 4 months ago
  10. 3cc2b9f efi_loader: simplify efi_disk_remove by Ilias Apalodimas · 1 year, 6 months ago
  11. 3722cc9 efi: Improve logging in efi_disk by Simon Glass · 1 year, 10 months ago
  12. 8e4ec3e efi_loader: provide agent_handle to efi_disk_add_dev() by Heinrich Schuchardt · 2 years, 2 months ago
  13. 9520181 dm: sandbox: Switch over to using the new host uclass by Simon Glass · 2 years, 1 month ago
  14. 2b55ad3 efi_loader: discover if no efi_system_partition is set by Heinrich Schuchardt · 2 years, 1 month ago
  15. 76c839f disk: Rename block functions by Simon Glass · 2 years, 1 month ago
  16. 21c4d7c efi_loader: reformat efi_disk_add_dev() by Heinrich Schuchardt · 2 years, 2 months ago
  17. 2eeb7fe efi_loader: printf code in efi_disk_get_device_name() by Heinrich Schuchardt · 2 years, 2 months ago
  18. 05c4c9e efi_loader: define internal implementations of install/uninstallmultiple by Ilias Apalodimas · 2 years, 2 months ago
  19. f05911a efi_driver: move event registration to driver by Heinrich Schuchardt · 2 years, 2 months ago
  20. 01caf28 efi_loader: efi_dp_part_node check dp_alloc return value by Heinrich Schuchardt · 2 years, 2 months ago
  21. 8149b15 blk: Rename if_type to uclass_id by Simon Glass · 2 years, 2 months ago
  22. e9a1ff9 Merge branch 'master' into next by Tom Rini · 2 years, 2 months ago
  23. e33a5c6 blk: Switch over to using uclass IDs by Simon Glass · 2 years, 4 months ago
  24. 87d7914 eficonfig: menu-driven addition of UEFI boot option by Masahisa Kojima · 2 years, 2 months ago
  25. d5391bf efi_loader: ensure all block devices are probed by Heinrich Schuchardt · 2 years, 3 months ago
  26. ab31c8a efi_loader: disk: remove unused field by AKASHI Takahiro · 2 years, 3 months ago
  27. ee57666 efi_loader: move udevice pointer into struct efi_object by Masahisa Kojima · 2 years, 4 months ago
  28. 7a85f32 EFI: Fix ReadBlocks API reading incorrect sector for UCLASS_PARTITION devices by Paul Barbieri · 2 years, 5 months ago
  29. 05f391e efi_loader: disk: add efi_disk_is_removable() by AKASHI Takahiro · 2 years, 7 months ago
  30. 6c64042 efi_loader: disk: allow blk devices even without UCLASS_PARTITION by AKASHI Takahiro · 2 years, 7 months ago
  31. d97e98c efi_loader: disk: use udevice instead of blk_desc by AKASHI Takahiro · 2 years, 7 months ago
  32. a3cb34e efi_loader: disk: not delete BLK device for BLK(IF_TYPE_EFI_LOADER) devices by AKASHI Takahiro · 2 years, 7 months ago
  33. b406eb0 efi_loader: disk: a helper function to delete efi_disk objects by AKASHI Takahiro · 2 years, 7 months ago
  34. 3c809df efi_loader: disk: not create BLK device for BLK(IF_TYPE_EFI_LOADER) devices by AKASHI Takahiro · 2 years, 7 months ago
  35. a9bf024 efi_loader: disk: a helper function to create efi_disk objects from udevice by AKASHI Takahiro · 2 years, 7 months ago
  36. b78631d efi_loader: remove efi_disk_is_system_part() by Heinrich Schuchardt · 2 years, 9 months ago
  37. e46ef1d efi_loader: efi_dp_find_obj() add protocol check by Heinrich Schuchardt · 2 years, 8 months ago
  38. cd9a26b efi_loader: efi_disk_register() should not fail by Heinrich Schuchardt · 3 years ago
  39. c779e0d efi_loader: Drop code that doesn't work with driver model by Simon Glass · 3 years, 2 months ago
  40. 3dca77b efi_loader: partition numbers are hexadecimal by Heinrich Schuchardt · 3 years, 6 months ago
  41. e67beff Allow last block to be read by Jesper Schmitz Mouridsen · 3 years, 10 months ago
  42. b9b0ea3 efi_loader: install UEFI System Partition GUID by Heinrich Schuchardt · 3 years, 10 months ago
  43. 688e882 efi_loader: correct block IO alignment check by Heinrich Schuchardt · 3 years, 10 months ago
  44. 8d0949b efi_loader: correct EFI_BLOCK_IO_PROTOCOL.Media.LastBlock by Heinrich Schuchardt · 3 years, 10 months ago
  45. caa4daa dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
  46. 2644851 efi_loader: link partition to block device by Heinrich Schuchardt · 4 years, 11 months ago
  47. af457cf efi_loader: use logging for block device messages by Heinrich Schuchardt · 4 years, 4 months ago
  48. 0a87e05 efi_loader: check device path is not installed twice by Heinrich Schuchardt · 4 years, 6 months ago
  49. 0528979 part: Drop disk_partition_t typedef by Simon Glass · 4 years, 7 months ago
  50. 41fd506 efi_loader: disk: add efi_disk_is_system_part() by AKASHI Takahiro · 4 years, 7 months ago
  51. 11078bb efi_loader: identify EFI system partition by Heinrich Schuchardt · 4 years, 8 months ago
  52. 55976b7 efi_loader: add missing doc comments in efi_disk.c by Heinrich Schuchardt · 4 years, 8 months ago
  53. 9f88896 efi_loader: simplify logical expression in efi_disk_add_dev() by Heinrich Schuchardt · 4 years, 8 months ago
  54. 47a9596 efi_loader: fix function descriptions in efi_disk.c by Heinrich Schuchardt · 4 years, 8 months ago
  55. 89cb6a5 efi_loader: disk: install file system protocol to a whole disk by AKASHI Takahiro · 5 years ago
  56. 8674006 efi_loader: disk: install FILE_SYSTEM_PROTOCOL only if available by AKASHI Takahiro · 5 years ago
  57. cda9b35 efi_loader: EFI_BLOCK_IO_PROTOCOL.Reset() by Heinrich Schuchardt · 5 years ago
  58. 9d3f339 efi_loader: use EFI_PRINT() instead of debug() by Heinrich Schuchardt · 5 years ago
  59. f59f082 efi_loader: parameter checks BLOCK_IO_PROTOCOL by Heinrich Schuchardt · 5 years ago
  60. dec88e4 efi_loader: consistent naming of protocol GUIDs by Heinrich Schuchardt · 6 years ago
  61. d39646a efi_loader: rename parent to header by Heinrich Schuchardt · 6 years ago
  62. fae0118 efi_loader: eliminate handle member by Heinrich Schuchardt · 6 years ago
  63. dee37fc Remove <inttypes.h> includes and PRI* usages in printf() entirely by Masahiro Yamada · 6 years ago
  64. f739fcd SPDX: Convert a few files that were missed before by Tom Rini · 7 years ago
  65. df9cf56 efi_loader: correct efi_disk_register by Heinrich Schuchardt · 7 years ago
  66. 4f94865 efi_loader: correct EFI_BLOCK_IO_PROTOCOL definitions by Heinrich Schuchardt · 7 years ago
  67. 64e4db0 efi_loader: make efi_disk_create_partitions a global symbol by Heinrich Schuchardt · 7 years ago
  68. b3dd14b efi_loader: make efi_block_io_guid a global symbol by Heinrich Schuchardt · 7 years ago
  69. 9bfca9f efi_loader: efi_disk_register: correctly determine if_type_name by Heinrich Schuchardt · 7 years ago
  70. 110d80a efi_loader: correct find simple file system protocol by Heinrich Schuchardt · 7 years ago
  71. 22de1de efi_loader: address of the simple file system protocol by Heinrich Schuchardt · 7 years ago
  72. 5f77083 efi_loader: Setup logical_partition media information by Emmanuel Vadot · 7 years ago
  73. c034b7f efi_loader: Fix partition offsets by Alexander Graf · 7 years ago
  74. 44549d6 efi_loader: helper function to add EFI object to list by Heinrich Schuchardt · 7 years ago
  75. 69fb6b1 efi_loader: manage protocols in a linked list by Heinrich Schuchardt · 7 years ago
  76. 4b9f7aa efi_loader: efi_disk: use efi_add_protocol by Heinrich Schuchardt · 7 years ago
  77. 93945f2 efi_loader: efi_disk: check return value of calloc by Heinrich Schuchardt · 7 years ago
  78. bcbc4a8 efi_loader: don't increment part twice per loop by Jonathan Gray · 7 years ago
  79. 16a73b2 efi_loader: search all possible disk partitions by Jonathan Gray · 7 years ago
  80. 77511b3 efi_loader: Fix disk dp's for pre-DM/legacy devices by Rob Clark · 7 years ago
  81. 2a92080 efi_loader: add file/filesys support by Rob Clark · 7 years ago
  82. 884bcf6 efi_loader: use proper device-paths for partitions by Rob Clark · 7 years ago
  83. a80a232 efi_disk: efi_disk_rw_blocks is not an API function by Heinrich Schuchardt · 7 years ago
  84. 3304990 efi_loader: remove more double EFI_EXIT() in efi_disk.c by Rob Clark · 7 years ago
  85. 70bfcdc efi_loader: disk: iterate only over valid block devices by xypron.glpk@gmx.de · 7 years ago
  86. b5349f7 efi_loader: refactor efi_open_protocol by xypron.glpk@gmx.de · 7 years ago
  87. 1acc008 disk: convert CONFIG_ISO_PARTITION to Kconfig by Patrick Delaunay · 8 years ago
  88. e275458 efi: Fix missing EFIAPI specifiers by Simon Glass · 8 years ago
  89. 0812d1a efi_loader: disk: Sanitize exposed devices by Alexander Graf · 8 years ago
  90. f9d334b efi_loader: disk: Fix CONFIG_BLK breakage by Alexander Graf · 8 years ago
  91. edcef3b efi_loader: Move to normal debug infrastructure by Alexander Graf · 8 years ago
  92. e4a94ce Merge git://git.denx.de/u-boot-dm by Tom Rini · 9 years ago
  93. 51735ae efi_loader: Add bounce buffer support by Alexander Graf · 9 years ago
  94. 487d756 dm: efi: Update for CONFIG_BLK by Simon Glass · 9 years ago
  95. 6dd9faf dm: part: Drop the block_drvr table by Simon Glass · 9 years ago
  96. ecbe1a0 efi_loader: Increase path string to 32 characters by Alexander Graf · 9 years ago
  97. 8c3df0b efi_loader: Add el torito support by Alexander Graf · 9 years ago
  98. 4a12a97 efi_loader: Split drive add into function by Alexander Graf · 9 years ago
  99. 0f4060e efi_loader: Pass proper device path in on boot by Alexander Graf · 9 years ago
  100. 2a22d05 efi_loader: Add disk interfaces by Alexander Graf · 9 years ago