1. 5c1444f cmd: Remove <common.h> and add needed includes by Tom Rini · Sat Apr 27 08:10:59 2024 -0600
  2. cdea43b cmd: gpt: initialize partition table by Kishan Dudhatra · Mon Apr 22 23:47:33 2024 +0530
  3. c97dbc4 cmd: gpt: fix gpt read by Heinrich Schuchardt · Sat Sep 02 09:35:24 2023 +0200
  4. d4bb653 cmd: gpt: fix calc_parts_list_len() by Heinrich Schuchardt · Sat Sep 02 09:35:23 2023 +0200
  5. 2d07fb4 cmd: gpt: use UUID accessor more consistently by Heinrich Schuchardt · Sat Sep 02 09:35:22 2023 +0200
  6. d88ba5f cmd: gpt: Add command to swap partition order by Joshua Watt · Thu Aug 31 10:51:41 2023 -0600
  7. 9e58adf cmd: gpt: Preserve bootable flag by Joshua Watt · Thu Aug 31 10:51:40 2023 -0600
  8. da40173 cmd: gpt: Preserve type GUID if enabled by Joshua Watt · Thu Aug 31 10:51:39 2023 -0600
  9. 44d6233 cmd: gpt: Add command to set bootable flags by Joshua Watt · Thu Aug 31 10:51:38 2023 -0600
  10. fd1134e cmd: gpt: Add gpt_partition_bootable variable by Joshua Watt · Thu Aug 31 10:51:37 2023 -0600
  11. 69dea21 Merge tag 'v2023.10-rc4' into next by Tom Rini · Mon Sep 04 10:51:58 2023 -0400
  12. 08d7110 cmd: gpt: Remove confusing help text by Joshua Watt · Thu Aug 31 10:51:34 2023 -0600
  13. 7e879da cmd: let gpt_partition_entry be hexadecimal by Heinrich Schuchardt · Sat Aug 26 03:53:43 2023 +0200
  14. 16e48de cmd: fix gpt enumerate by Heinrich Schuchardt · Sat Aug 26 03:53:42 2023 +0200
  15. 441dc54 cmd: fix gpt setenv by Heinrich Schuchardt · Sat Aug 26 03:53:41 2023 +0200
  16. 23e3453 part: Add accessors for struct disk_partition uuid by Simon Glass · Thu Aug 24 13:55:31 2023 -0600
  17. 5121529 cmd: gpt: add subcommand repair by Philippe Reynes · Fri Apr 22 17:46:49 2022 +0200
  18. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · Wed Jan 19 18:05:50 2022 +0100
  19. ff9b903 global: Convert simple_strtoul() with decimal to dectoul() by Simon Glass · Sat Jul 24 09:03:30 2021 -0600
  20. 078d022 cmd: gpt: Add option to write GPT partitions to environment variable by Farhan Ali · Fri Feb 26 10:17:33 2021 -0800
  21. 0c6776c cmd: gpt: add eMMC and GPT support by Corneliu Doban · Mon Nov 09 11:49:16 2020 +0530
  22. 0f2af88 common: Drop log.h from common header by Simon Glass · Sun May 10 11:40:05 2020 -0600
  23. ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · Sun May 10 11:40:03 2020 -0600
  24. 655306c common: Drop part.h from common header by Simon Glass · Sun May 10 11:39:58 2020 -0600
  25. c1c4a8f part: Drop disk_partition_t typedef by Simon Glass · Sun May 10 11:39:57 2020 -0600
  26. 6f04498 common: Drop uuid.h from common header by Simon Glass · Sun May 10 11:39:52 2020 -0600
  27. 443806d cmd/gpt: avoid NULL check before free() by Heinrich Schuchardt · Tue Apr 28 21:40:13 2020 +0200
  28. 59a860d part: detect EFI system partition by Heinrich Schuchardt · Thu Mar 19 13:49:34 2020 +0100
  29. d66c5f7 dm: core: Require users of devres to include the header by Simon Glass · Mon Feb 03 07:36:15 2020 -0700
  30. b0d3c0b cmd/gpt: Address error cases during gpt rename more correctly by Tom Rini · Tue Jan 21 11:53:38 2020 -0500
  31. 5e6201b env: Move env_set() to env.h by Simon Glass · Thu Aug 01 09:46:51 2019 -0600
  32. fa8acbc cmd: gpt: fix and tidy up help message by Eugeniu Rosca · Tue Apr 30 04:53:46 2019 +0200
  33. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  34. 309a6fa cmd: gpt: solve issue for swap and rename command by Patrick Delaunay · Wed Oct 18 15:11:08 2017 +0200
  35. a29829e cmd/gpt.c, cmd/nvedit.c, tools/fit_image.c: Rework recent fixes for Coverity by Tom Rini · Sat Oct 07 11:27:59 2017 -0400
  36. 7e805c0 GPT: fix memory leaks identified by Coverity by Alison Chaiken · Tue Sep 26 07:42:28 2017 -0700
  37. 30725f5 GPT: incomplete initialization in allocate_disk_part by Heinrich Schuchardt · Thu Sep 21 19:03:06 2017 +0200
  38. 64b723f env: Rename getenv/_f() to env_get() by Simon Glass · Thu Aug 03 12:22:12 2017 -0600
  39. 6a38e41 env: Rename setenv() to env_set() by Simon Glass · Thu Aug 03 12:22:09 2017 -0600
  40. 8dcee7c gpt: harden set_gpt_info() against non NULL-terminated strings by Alison Chaiken · Tue Jul 04 11:19:46 2017 -0700
  41. 8b3397f GPT: provide commands to selectively rename partitions by Alison Chaiken · Tue Jul 04 11:19:18 2017 -0700
  42. f04d4b5 GPT: read partition table from device into a data structure by Alison Chaiken · Tue Jul 04 11:18:50 2017 -0700
  43. e422258 GPT: add accessor function for disk GUID by Alison Chaiken · Sun Jun 25 16:43:23 2017 -0700
  44. bdfacea gpt: Fix uuid string format by Vincent Tinelli · Mon Feb 27 16:11:15 2017 +0200
  45. 7328709 cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPT by Patrick Delaunay · Fri Jan 27 11:00:42 2017 +0100
  46. f1d070d cmd: gpt: fix the wrong size parse for the last partition by Kever Yang · Fri Jul 29 11:12:18 2016 +0800
  47. 853445f cmd: gpt: add - partition size parsing by Michael Trimarchi · Wed Jun 08 10:18:16 2016 +0200
  48. be1e9bb dm: blk: Rename get_dev() to blk_get_dev() by Simon Glass · Mon Feb 29 15:25:42 2016 -0700
  49. e339475 dm: Drop the block_dev_desc_t typedef by Simon Glass · Mon Feb 29 15:25:34 2016 -0700
  50. 5f861a7 Remove the cmd_ prefix from command files by Simon Glass · Sun Jan 17 20:53:52 2016 -0700[Renamed from cmd/cmd_gpt.c]
  51. 29499a0 Move all command code into its own directory by Simon Glass · Sun Jan 17 20:53:51 2016 -0700[Renamed from common/cmd_gpt.c]
  52. 7840c4a part:efi: add bootable parameter in gpt command by Patrick Delaunay · Tue Nov 17 11:36:52 2015 +0100
  53. 309691b gpt: command: Extend gpt command to support GPT table verification by Lukasz Majewski · Fri Nov 20 08:06:17 2015 +0100
  54. cc5f3d7 gpt: doc: Update gpt command's help description by Lukasz Majewski · Fri Nov 13 07:42:10 2015 +0100
  55. ad4e590 gpt: command: Remove duplicated check for empty partition description by Lukasz Majewski · Fri Nov 20 08:06:13 2015 +0100
  56. 8248c8d gpt: add optional parameter type in gpt command by Patrick Delaunay · Tue Oct 27 11:00:27 2015 +0100
  57. d976197 gpt: support random UUIDs without setting environment variables by Rob Herring · Mon Jan 26 09:44:18 2015 -0600
  58. 008ab49 gpt: fix error reporting on partition table write failures by Rob Herring · Mon Jan 26 09:43:15 2015 -0600
  59. 5ec2ed2 cmd:gpt: randomly generate each partition uuid if undefined by Przemyslaw Marczak · Wed Apr 02 10:20:06 2014 +0200
  60. bfd4a71 cmd/gpt: Support gpt command for all devices by Egbert Eich · Fri Oct 04 18:53:04 2013 +0200
  61. e3f2c2e Fix some obvious typos across multiple subsystems. by Robert P. J. Day · Wed Aug 21 11:39:19 2013 -0400
  62. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  63. 36c06b1 gpt: fix partion size limit by Piotr Wilczek · Sun Jan 27 22:59:25 2013 +0000
  64. cc00ea8 gpt: Support for new "gpt" command by Piotr Wilczek · Tue Dec 11 11:09:47 2012 +0100