1. b8d3a78 part: Add accessors for struct disk_partition type_uuid by Simon Glass · 1 year, 3 months ago
  2. 23e3453 part: Add accessors for struct disk_partition uuid by Simon Glass · 1 year, 3 months ago
  3. 224d73e part: Add comments for static functions by Simon Glass · 1 year, 3 months ago
  4. e776291 part: nac: Use desc instead of dev_desc by Simon Glass · 1 year, 3 months ago
  5. 1172e23 part: iso: Use desc instead of dev_desc by Simon Glass · 1 year, 3 months ago
  6. 1369ad4 part: efi: Use desc instead of dev_desc by Simon Glass · 1 year, 3 months ago
  7. d063395 part: dos: Use desc instead of dev_desc by Simon Glass · 1 year, 3 months ago
  8. 17d797b part: amiga: Use desc instead of dev_desc by Simon Glass · 1 year, 3 months ago
  9. 54c709a part: Use desc instead of dev_desc by Simon Glass · 1 year, 3 months ago
  10. b393da5 disk: dos: Infer MBR partition sector size from underlying drive sector size by Marek Vasut · 1 year, 3 months ago
  11. 14fafef disk: Move part_create_block_devices() to blk uclass by Marek Vasut · 1 year, 3 months ago
  12. e18752b disk: Switch part_blk_*() functions to disk_blk_*() by Marek Vasut · 1 year, 3 months ago
  13. 9c00586 disk: Extend disk_blk_part_validate() with range checking by Marek Vasut · 1 year, 3 months ago
  14. 9140559 disk: Handle partition to block device offset conversion by Marek Vasut · 1 year, 3 months ago
  15. 2aee749 disk: Simplify disk_blk_{write, erase}() using blk_{write, erase}() by Marek Vasut · 1 year, 3 months ago
  16. cc4d0f9 disk: Simplify disk_blk_read() using blk_read() by Marek Vasut · 1 year, 3 months ago
  17. 544d713 disk: Drop always true conditional check by Marek Vasut · 1 year, 3 months ago
  18. 8c4279b part: check CONFIG_IS_ENABLED(ENV_SUPPORT) by Heinrich Schuchardt · 1 year, 4 months ago
  19. 861cb61 part: eliminate part_get_info_by_name_type() by Heinrich Schuchardt · 1 year, 4 months ago
  20. aa62d50 disk: part: Add API to get partitions with specific driver by Joshua Watt · 1 year, 5 months ago
  21. 0d53f32 disk: Use BOOT_DEFAULTS instead of DISTRO_DEFAULTS by Jonas Karlman · 1 year, 5 months ago
  22. ed338b7 part: Allow setting the partition-table type by Simon Glass · 1 year, 4 months ago
  23. 91ec259 cmd: blkmap: Add blkmap command by Tobias Waldekranz · 1 year, 9 months ago
  24. 5885947 Revert "disk: Use a helper function to reduce duplication" by Tom Rini · 1 year, 8 months ago
  25. 3098e6c disk: Use a helper function to reduce duplication by Simon Glass · 1 year, 8 months ago
  26. 8090d8d lib: Add an SPL config for LIB_UUID by Simon Glass · 1 year, 9 months ago
  27. b17cfad Correct SPL use of PARTITION_TYPE_GUID by Simon Glass · 1 year, 10 months ago
  28. c4001de Correct SPL use of CMD_MBR by Simon Glass · 1 year, 10 months ago
  29. f5e2df0 part: Add a function to find the first bootable partition by Simon Glass · 1 year, 10 months ago
  30. ca3df48 disk: fix blk_get_device_part_str() by Heinrich Schuchardt · 2 years ago
  31. e57f8d4 dm: sandbox: Switch over to using the new host uclass by Simon Glass · 2 years, 1 month ago
  32. c83bb53 disk: Rename block_dev to desc by Simon Glass · 2 years, 1 month ago
  33. 4e93eea disk: Rename block functions by Simon Glass · 2 years, 1 month ago
  34. a6265b5 disk: Drop debug messages in part_efi by Simon Glass · 2 years, 1 month ago
  35. 3862fab fs: Quieten down the filesystems more by Simon Glass · 2 years, 1 month ago
  36. fada3f9 blk: Rename if_type to uclass_id by Simon Glass · 2 years, 2 months ago
  37. 586c22b Merge branch 'master' into next by Tom Rini · 2 years, 2 months ago
  38. 6a1b0d4 disk: Handle UCLASS_EFI_MEDIA in dev_print() by Simon Glass · 2 years, 3 months ago
  39. dbfa32c blk: Switch over to using uclass IDs by Simon Glass · 2 years, 3 months ago
  40. 7bdadb2 blk: Drop IF_TYPE_SD by Simon Glass · 2 years, 3 months ago
  41. 21b0b57 blk: Drop IF_TYPE_ATAPI by Simon Glass · 2 years, 3 months ago
  42. 66f19a4 blk: Drop IF_TYPE_DOC by Simon Glass · 2 years, 3 months ago
  43. 3bf7d7a blk: Rename HAVE_BLOCK_DEVICE by Simon Glass · 2 years, 3 months ago
  44. f5ac303 blk: Use a function for whether block devices are available by Simon Glass · 2 years, 3 months ago
  45. 37ee2f5 disk: Use Makefile to omit partition drivers by Simon Glass · 2 years, 3 months ago
  46. 537075b disk: Correct help for TPL_PARTITIONS by Simon Glass · 2 years, 3 months ago
  47. 4f6968a disk: part: remove dependency to ubifs for spl by Stefan Herbrechtsmeier · 2 years, 4 months ago
  48. 3c5ce03 arch: mvebu: Disable by default unused peripherals in SPL by Pali Rohár · 2 years, 6 months ago
  49. 688dada disk: honor CONFIG_SYS_64BIT_LBA by Heinrich Schuchardt · 2 years, 5 months ago
  50. aaeb39a disk: incorrect message in is_gpt_valid() by Heinrich Schuchardt · 2 years, 7 months ago
  51. 8b054f5 disk: part_efi: add support to repair gpt table by Philippe Reynes · 2 years, 7 months ago
  52. 8b57fe3 dm: disk: add read/write interfaces with udevice by AKASHI Takahiro · 2 years, 7 months ago
  53. efb9a9d dm: disk: add UCLASS_PARTITION by AKASHI Takahiro · 2 years, 7 months ago
  54. 3202556 disk: don't compile in partition support for spl/tpl if not really necessary by AKASHI Takahiro · 2 years, 7 months ago
  55. 1c47ed2 disk: part: add the device search failed log msg by Oleksii Bidnichenko · 2 years, 8 months ago
  56. 6ebcddf disk: Correct the conditions for SPL by Simon Glass · 2 years, 9 months ago
  57. c678b32 fs: Add semihosting filesystem by Sean Anderson · 2 years, 8 months ago
  58. d202cce disk: Add an option for partitions in SPL by Simon Glass · 2 years, 9 months ago
  59. 9d12de6 Merge tag 'efi-2022-04-rc1-2' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 2 years, 10 months ago
  60. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 10 months ago
  61. 79f29c8 disk: simplify part_print_efi() by Heinrich Schuchardt · 2 years, 10 months ago
  62. 8c0435e disk: gpt: print all partitions by Heinrich Schuchardt · 2 years, 11 months ago
  63. dc4a786 Merge tag 'v2022.01-rc4' into next by Tom Rini · 3 years ago
  64. 9601775 part: call part_init() in blk_get_device_by_str() only for MMC by AKASHI Takahiro · 3 years ago
  65. 507ab96 efi: Add uclass for devices provided by UEFI firmware by Simon Glass · 3 years ago
  66. 769c468 Merge tag 'v2022.01-rc3' into next by Tom Rini · 3 years ago
  67. b94d204 disk: part_dos: Fix a NULL pointer error by Simon Glass · 3 years, 1 month ago
  68. 669030a part: return -ENOSYS when get_info not valid. by schspa · 3 years, 1 month ago
  69. 62fb2b4 WS cleanup: remove SPACE(s) followed by TAB by Wolfgang Denk · 3 years, 2 months ago
  70. 0034d96 treewide: fdt: Move fdt_get_config_... to ofnode_conf_read... by Simon Glass · 3 years, 4 months ago
  71. 4a5451c cmd/part: correct alignment of partition list by Heinrich Schuchardt · 3 years, 4 months ago
  72. ff9b903 global: Convert simple_strtoul() with decimal to dectoul() by Simon Glass · 3 years, 4 months ago
  73. 3ff49ec global: Convert simple_strtoul() with hex to hextoul() by Simon Glass · 3 years, 4 months ago
  74. 56d59a6 disk: Tidy up #ifdefs in part_efi by Simon Glass · 3 years, 5 months ago
  75. 34be560 disk/part_dos.c: Fix a variable typo in write_mbr_partitions() by Christian Melki · 3 years, 6 months ago
  76. cecd47c part: Add check for NULL dev_part_str by Sean Anderson · 3 years, 6 months ago
  77. cb19523 part: Fix bogus return from part_get_info_by_dev_and_name by Sean Anderson · 3 years, 8 months ago
  78. 76df073 disk: gpt: verify alternate LBA points to last usable LBA by Stefan Herbrechtsmeier · 3 years, 9 months ago
  79. 2a1ced7 part: Support string block devices in part_get_info_by_dev_and_name by Sean Anderson · 3 years, 10 months ago
  80. c81028d part: Support getting whole disk from part_get_info_by_dev_and_name_or_num by Sean Anderson · 3 years, 10 months ago
  81. e7bddea part: Give several functions more useful return values by Sean Anderson · 3 years, 10 months ago
  82. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
  83. 75b4b62 disk: part_dos: update partition table entries after write by Gary Bisson · 3 years, 10 months ago
  84. 7297544 Merge tag 'dm-pull-30jan21' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 3 years, 10 months ago
  85. fa59f68 disk: part: sandbox support in dev_print() by Heinrich Schuchardt · 3 years, 10 months ago
  86. b5fe199 disk: part_efi: update partition table entries after write by Gary Bisson · 3 years, 10 months ago
  87. 7b70bdc lib/uuid.c: change prototype of uuid_guid_get_str() by Rasmus Villemoes · 4 years ago
  88. 6a60b67 disk: dos: add code for creating MBR partition layout by Marek Szyprowski · 4 years ago
  89. cbea647 disk: dos: make some functions static by Marek Szyprowski · 4 years ago
  90. 552f79c disk: dos: use generic macro for unaligned le32 access by Marek Szyprowski · 4 years ago
  91. 654fa83 disk: dos: add some defines for the hardcoded numbers by Marek Szyprowski · 4 years ago
  92. 29ee06b disk: dos: rename write_mbr_partition to write_mbr_sector by Marek Szyprowski · 4 years ago
  93. 932b9a9 disk: typo Terra Bytes by Heinrich Schuchardt · 4 years, 2 months ago
  94. 4fec7f8 xen: pvblock: Add initial support for para-virtualized block driver by Anastasiia Lukianenko · 4 years, 4 months ago
  95. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  96. 655306c common: Drop part.h from common header by Simon Glass · 4 years, 7 months ago
  97. c1c4a8f part: Drop disk_partition_t typedef by Simon Glass · 4 years, 7 months ago
  98. 274e0b0 common: Drop net.h from common header by Simon Glass · 4 years, 7 months ago
  99. 6f04498 common: Drop uuid.h from common header by Simon Glass · 4 years, 7 months ago
  100. 513f640 rename symbol: CONFIG_TEGRA -> CONFIG_ARCH_TEGRA by Trevor Woerner · 4 years, 7 months ago