1. 945ebe9 Fix debug info data type mismatch error by Jinguang Dong · 7 years ago
  2. 3fec0e4 cgpt_wrapper: Print error if execv() fails. by Alex Deymo · 9 years ago
  3. 05987b1 Changes to compile signing tools on darwin by David Riley · 9 years ago
  4. 9a8dfd0 cgpt_wrapper: Fix non-zero return code when okay by Nam T. Nguyen · 9 years ago
  5. 616153a cgpt: Close stdout on exec'ing flashrom by Nam T. Nguyen · 9 years ago
  6. 9fa6afc cgpt_wrapper: Resolve the path to "cgpt" command by Nam T. Nguyen · 9 years ago
  7. c67b061 cgpt_wrapper: Only write rw_gpt back if changed by Nam T. Nguyen · 9 years ago
  8. 4e1a956 cgpt: Enable fast-verify when writing back to NOR by Nam T. Nguyen · 9 years ago
  9. 5492057 cgpt: Properly show ChromeOS-scheme MTD partitions by Nam T. Nguyen · 9 years ago
  10. d1236e4 Add cgpt_wrapper binary to transparently support NAND by Nam T. Nguyen · 9 years ago
  11. f3f7fca nand: vboot support for small GPTs by Dan Ehrenberg · 9 years ago
  12. d53b668 cgpt: Rework number of entries calculation by Nam T. Nguyen · 9 years ago
  13. 3200401 cgpt: Support non-standard (smaller) entries table by Nam T. Nguyen · 9 years ago
  14. b3d38f5 vboot: GPT interface cleanup by Dan Ehrenberg · 9 years ago
  15. 8577b53 vboot: Remove FTS code by Nam T. Nguyen · 9 years ago
  16. ab89959 vboot: cgpt: Treat drive_path as the GPT storage by Nam T. Nguyen · 10 years ago
  17. a524a3a vboot: cgpt: fix my_lba of the secondary GPT by Dan Ehrenberg · 10 years ago
  18. 6ee52d9 vboot: cgpt: Support writing GPT structs to NOR flash by Nam T. Nguyen · 10 years ago
  19. d92856d cgpt: Validate GPT headers before loading them by Nam T. Nguyen · 10 years ago
  20. 88458d9 vboot_reference: Rename *_SECTOR to *_SECTORS by Nam T. Nguyen · 10 years ago
  21. a2d72f7 vboot: cgpt: Refer to partition entries by entries_lba. by Nam T. Nguyen · 10 years ago
  22. f510973 Fix include quotes. by Alex Deymo · 10 years ago
  23. 18e0370 Clean up exported Mtd* functions by Bill Richardson · 10 years ago
  24. 7829902 Split libvboot_host.a into external and local libraries. by Bill Richardson · 10 years ago
  25. 4cb5497 Remove cgpt app-specific symbols from libvboot_host.a by Bill Richardson · 10 years ago
  26. 494646d Fix some issues with LBA vs byte offsets by Albert Chaulk · 11 years ago
  27. 32fd6de Add labels to MTD partitions. by Albert Chaulk · 11 years ago
  28. d41000e Don't always enable MTD mode unless MTD device is specified by Albert Chaulk · 11 years ago
  29. 4464354 MTD: When running on the host (as during install) use the host FTS if possible. by Albert Chaulk · 11 years ago
  30. 289b604 Port MTD structures to use 64-bit byte offsets instead of sectors. by Albert Chaulk · 11 years ago
  31. 7d401c5 MTD modification commands: add & prioritize by Albert Chaulk · 11 years ago
  32. 1c568bc MTD search commands: show & find by Albert Chaulk · 11 years ago
  33. 92f22e7 Bugfixes & MTD create command by Albert Chaulk · 11 years ago
  34. 98624d3 cgpt: do not show length of 1 for undefined partitions by Mike Frysinger · 11 years ago
  35. a75071c Enables MTD mode via command line option. by Albert Chaulk · 11 years ago
  36. b334e65 Provide MTD version of common functions by Albert Chaulk · 11 years ago
  37. 874109e Implement no-op commands by Albert Chaulk · 11 years ago
  38. 534723a Integrate the flash key-value store code into cgpt. by Albert Chaulk · 11 years ago
  39. fa6b35c Refactor CgptAdd and CgptPrioitize to remove gpt-specific code by Albert Chaulk · 11 years ago
  40. 0c3ba24 Massive refactoring of external header files. by Bill Richardson · 11 years ago
  41. 3f806a2 Apply consistent naming scheme for hostlib functions. by Bill Richardson · 11 years ago
  42. 5fed2a6 Rename Strncat to StrnAppend, use it instead of strncat. by Bill Richardson · 11 years ago
  43. 81a0b3d Move CgptManager from vboot_reference to installer by Bill Richardson · 11 years ago
  44. 57cdad3 (modify and resend) Trigger sync right after writing. by Louis Yung-Chieh Lo · 11 years ago
  45. 4394966 Revert "Trigger sync right after writing." by Bill Richardson · 11 years ago
  46. f3613b6 Trigger sync right after writing. by Louis Yung-Chieh Lo · 11 years ago
  47. 5d9bbf2 Unify vboot build into a single makefile by Randall Spangler · 11 years ago
  48. 65d3c27 Make cgpt_add error messages a little more verbose by Vadim Bendebury · 12 years ago
  49. b7b865c Support alternative GPT header signature by Stefan Reinauer · 12 years ago
  50. da77e69 cgpt: Fix error in modifying size of an existing partition by Bill Richardson · 12 years ago
  51. 6c34ecf rename common.mk to build.mk by Mike Frysinger · 12 years ago
  52. 5b8210b Fix 'possible use of unassigned' variable 'retval'. by Taylor Hutt · 12 years ago
  53. 82bb802 Fix "cgpt show" output for large hard drives. by Shawn Nematbakhsh · 12 years ago
  54. 66b47ba cgpt: verify the modifications of 'cgpt add' before effected. by Louis Yung-Chieh Lo · 12 years ago
  55. 455b119 cgpt: add -d option for cgpt show by Louis Yung-Chieh Lo · 12 years ago
  56. d7f8f35 respect LDFLAGS settings by Mike Frysinger · 12 years ago
  57. 6fa4e9f Fix build errors with .c and .cc files being in the libcgpt-cc.a by Doug Anderson · 12 years ago
  58. f472919 Require -Wall -Werror for everything. by Bill Richardson · 12 years ago
  59. 23429d3 Let cgpt open devices in read-only mode when possible. by Bill Richardson · 12 years ago
  60. 5fac757 Enable building of Cgpt C++ Library for 32-bit. by Jay Srinivasan · 12 years ago
  61. 250549d Implementation of CgptManager C++ library and unit tests. by Jay Srinivasan · 12 years ago
  62. a058143 Refactor of cgpt tool for 32->64 autoupdate work. by Jay Srinivasan · 12 years ago
  63. 93cf15e Introduce GUID type for Chrome OS read/write firmware. by Gabe Black · 13 years ago
  64. f155ab3 Add vbutil_what_keys utility to figure out how a disk image is signed. by Bill Richardson · 13 years ago
  65. a781234 Allow ARM uuid find by Nick Sanders · 13 years ago
  66. 3430b32 Add 'prioritize' command to cgpt tool. by Bill Richardson · 13 years ago
  67. 500b3c2 Fix for un-initialized code point variable. by Louis Yung-Chieh Lo · 13 years ago
  68. e417185 Revert "The right implementation of CGPT label conversion between UTF8 and UTF16." by Chris Sosa · 13 years ago
  69. 6965cbf The right implementation of CGPT label conversion between UTF8 and UTF16. by Louis Yung-Chieh Lo · 13 years ago
  70. 2b23c02 Fixing the bug of CGPT when primary entry table is invalid. by Louis Yung-Chieh Lo · 13 years ago
  71. 8967860 Fix integration bugs (vboot side) by Che-Liang Chiou · 14 years ago
  72. c4e92af Address some security concerns in the cgpt tool. by Bill Richardson · 14 years ago
  73. 0697e3f Enhance 'cgpt find' command to match keyblocks if desired. by Bill Richardson · 14 years ago
  74. cbaf696 Add license headers by Randall Spangler · 14 years ago
  75. 4a20931 Add 'find' command to cgpt, to search for partitions by UUID. by Bill Richardson · 14 years ago
  76. f7a45cc Reduce attributes size to comply with msc limitations. by vbendeb · 14 years ago
  77. f302905 Move all system includes in vboot_firmware to sysincludes.h by Randall Spangler · 14 years ago
  78. 2a01556 One of the last moment mods of the original make rework by vbendeb · 14 years ago
  79. 962483c This fixes the EFI BIOS boot problems introduced with cgpt. by Bill Richardson · 14 years ago
  80. 70e9509 Rework the vboot_reference make system. by vbendeb · 14 years ago
  81. f1372d9 Nearly complete rewrite of cgpt tool. by Bill Richardson · 14 years ago