1. f5e4b05 cmd: gpt: fix gpt read by Heinrich Schuchardt · 1 year, 1 month ago
  2. 69f4d37 cmd: gpt: fix calc_parts_list_len() by Heinrich Schuchardt · 1 year, 1 month ago
  3. 396f315 cmd: gpt: use UUID accessor more consistently by Heinrich Schuchardt · 1 year, 1 month ago
  4. 7cc1d87 cmd: gpt: Add command to swap partition order by Joshua Watt · 1 year, 1 month ago
  5. 648140f cmd: gpt: Preserve bootable flag by Joshua Watt · 1 year, 1 month ago
  6. 368beaf cmd: gpt: Preserve type GUID if enabled by Joshua Watt · 1 year, 1 month ago
  7. a1e793a cmd: gpt: Add command to set bootable flags by Joshua Watt · 1 year, 1 month ago
  8. b1433af cmd: gpt: Add gpt_partition_bootable variable by Joshua Watt · 1 year, 1 month ago
  9. ddec4ca Merge tag 'v2023.10-rc4' into next by Tom Rini · 1 year, 1 month ago
  10. 1fa11cd cmd: gpt: Remove confusing help text by Joshua Watt · 1 year, 1 month ago
  11. eeef584 cmd: let gpt_partition_entry be hexadecimal by Heinrich Schuchardt · 1 year, 1 month ago
  12. 41cd23b cmd: fix gpt enumerate by Heinrich Schuchardt · 1 year, 1 month ago
  13. 0183467 cmd: fix gpt setenv by Heinrich Schuchardt · 1 year, 1 month ago
  14. c5f1d00 part: Add accessors for struct disk_partition uuid by Simon Glass · 1 year, 1 month ago
  15. 26f404c cmd: gpt: add subcommand repair by Philippe Reynes · 2 years, 5 months ago
  16. 185f812 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 8 months ago
  17. 0b1284e global: Convert simple_strtoul() with decimal to dectoul() by Simon Glass · 3 years, 2 months ago
  18. 653cd92 cmd: gpt: Add option to write GPT partitions to environment variable by Farhan Ali · 3 years, 7 months ago
  19. 12fc1f3 cmd: gpt: add eMMC and GPT support by Corneliu Doban · 3 years, 11 months ago
  20. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 4 months ago
  21. 0914011 command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 4 months ago
  22. e6f6f9e common: Drop part.h from common header by Simon Glass · 4 years, 4 months ago
  23. 0528979 part: Drop disk_partition_t typedef by Simon Glass · 4 years, 4 months ago
  24. ba06b3c common: Drop uuid.h from common header by Simon Glass · 4 years, 4 months ago
  25. b142d0a cmd/gpt: avoid NULL check before free() by Heinrich Schuchardt · 4 years, 5 months ago
  26. 25801ac part: detect EFI system partition by Heinrich Schuchardt · 4 years, 6 months ago
  27. 61b29b8 dm: core: Require users of devres to include the header by Simon Glass · 4 years, 8 months ago
  28. 5749faa cmd/gpt: Address error cases during gpt rename more correctly by Tom Rini · 4 years, 8 months ago
  29. 9fb625c env: Move env_set() to env.h by Simon Glass · 5 years ago
  30. d026609 cmd: gpt: fix and tidy up help message by Eugeniu Rosca · 5 years ago
  31. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  32. 3a2605f cmd: gpt: solve issue for swap and rename command by Patrick Delaunay · 7 years ago
  33. bf52fcd cmd/gpt.c, cmd/nvedit.c, tools/fit_image.c: Rework recent fixes for Coverity by Tom Rini · 7 years ago
  34. 18030d0 GPT: fix memory leaks identified by Coverity by Alison Chaiken · 7 years ago
  35. f66bc0e GPT: incomplete initialization in allocate_disk_part by Heinrich Schuchardt · 7 years ago
  36. 00caae6 env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  37. 382bee5 env: Rename setenv() to env_set() by Simon Glass · 7 years ago
  38. 2fcaa41 gpt: harden set_gpt_info() against non NULL-terminated strings by Alison Chaiken · 7 years ago
  39. 203f9b4 GPT: provide commands to selectively rename partitions by Alison Chaiken · 7 years ago
  40. 09a4993 GPT: read partition table from device into a data structure by Alison Chaiken · 7 years ago
  41. 73d6d18 GPT: add accessor function for disk GUID by Alison Chaiken · 7 years ago
  42. 9da52f8 gpt: Fix uuid string format by Vincent Tinelli · 8 years ago
  43. b331cd6 cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPT by Patrick Delaunay · 8 years ago
  44. c2fdd34 cmd: gpt: fix the wrong size parse for the last partition by Kever Yang · 8 years ago
  45. 666362356 cmd: gpt: add - partition size parsing by Michael Trimarchi · 8 years ago
  46. db1d9e7 dm: blk: Rename get_dev() to blk_get_dev() by Simon Glass · 9 years ago
  47. 4101f68 dm: Drop the block_dev_desc_t typedef by Simon Glass · 9 years ago
  48. 2e192b2 Remove the cmd_ prefix from command files by Simon Glass · 9 years ago[Renamed from cmd/cmd_gpt.c]
  49. 72a8cf8 Move all command code into its own directory by Simon Glass · 9 years ago[Renamed from common/cmd_gpt.c]
  50. cfdaf4c part:efi: add bootable parameter in gpt command by Patrick Delaunay · 9 years ago
  51. bbb9ffa gpt: command: Extend gpt command to support GPT table verification by Lukasz Majewski · 9 years ago
  52. 74f889b gpt: doc: Update gpt command's help description by Lukasz Majewski · 9 years ago
  53. 5af9dd3 gpt: command: Remove duplicated check for empty partition description by Lukasz Majewski · 9 years ago
  54. 7561b25 gpt: add optional parameter type in gpt command by Patrick Delaunay · 9 years ago
  55. 0c7e8d1 gpt: support random UUIDs without setting environment variables by Rob Herring · 10 years ago
  56. a150e6c gpt: fix error reporting on partition table write failures by Rob Herring · 10 years ago
  57. 3920638 cmd:gpt: randomly generate each partition uuid if undefined by Przemyslaw Marczak · 10 years ago
  58. 619f0fd cmd/gpt: Support gpt command for all devices by Egbert Eich · 11 years ago
  59. 1f8b546 Fix some obvious typos across multiple subsystems. by Robert P. J. Day · 11 years ago
  60. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  61. 3e34cf7 gpt: fix partion size limit by Piotr Wilczek · 12 years ago
  62. 8b09623 gpt: Support for new "gpt" command by Piotr Wilczek · 12 years ago