summaryrefslogtreecommitdiff
path: root/cgpt
Commit message (Expand)AuthorAgeFilesLines
* (modify and resend) Trigger sync right after writing.Louis Yung-Chieh Lo2013-01-221-0/+5
* Revert "Trigger sync right after writing."Bill Richardson2013-01-151-5/+0
* Trigger sync right after writing.Louis Yung-Chieh Lo2013-01-151-0/+5
* Unify vboot build into a single makefileRandall Spangler2013-01-111-74/+0
* Make cgpt_add error messages a little more verboseVadim Bendebury2012-09-261-4/+7
* Support alternative GPT header signatureStefan Reinauer2012-09-197-1/+133
* cgpt: Fix error in modifying size of an existing partitionBill Richardson2012-08-241-2/+2
* rename common.mk to build.mkMike Frysinger2012-08-081-1/+1
* Fix 'possible use of unassigned' variable 'retval'.Taylor Hutt2012-08-011-0/+1
* Fix "cgpt show" output for large hard drives.Shawn Nematbakhsh2012-07-301-5/+5
* cgpt: verify the modifications of 'cgpt add' before effected.Louis Yung-Chieh Lo2012-06-271-2/+64
* cgpt: add -d option for cgpt showLouis Yung-Chieh Lo2012-06-273-33/+58
* respect LDFLAGS settingsrelease-R21-2465.BMike Frysinger2012-06-181-2/+3
* Fix build errors with .c and .cc files being in the libcgpt-cc.aDoug Anderson2012-05-111-2/+3
* Require -Wall -Werror for everything.Bill Richardson2012-05-039-42/+6
* Let cgpt open devices in read-only mode when possible.Bill Richardson2012-05-029-16/+24
* Enable building of Cgpt C++ Library for 32-bit.Jay Srinivasan2012-02-237-9/+44
* Implementation of CgptManager C++ library and unit tests.Jay Srinivasan2012-02-1619-47/+924
* Refactor of cgpt tool for 32->64 autoupdate work.release-R18-1660.BJay Srinivasan2012-01-3016-1102/+1312
* Introduce GUID type for Chrome OS read/write firmware.Gabe Black2011-07-072-0/+3
* Add vbutil_what_keys utility to figure out how a disk image is signed.Bill Richardson2011-06-171-1/+4
* Allow ARM uuid findNick Sanders2011-05-251-2/+5
* Add 'prioritize' command to cgpt tool.Bill Richardson2010-11-297-21/+370
* Fix for un-initialized code point variable.Louis Yung-Chieh Lo2010-11-224-31/+201
* Revert "The right implementation of CGPT label conversion between UTF8 and UT...Chris Sosa2010-11-194-199/+31
* The right implementation of CGPT label conversion between UTF8 and UTF16.Louis Yung-Chieh Lo2010-11-194-31/+199
* Fixing the bug of CGPT when primary entry table is invalid.Louis Yung-Chieh Lo2010-11-185-13/+27
* Fix integration bugs (vboot side)Che-Liang Chiou2010-11-091-1/+1
* Address some security concerns in the cgpt tool.Bill Richardson2010-10-127-212/+198
* Enhance 'cgpt find' command to match keyblocks if desired.Bill Richardson2010-08-171-14/+124
* Add license headersRandall Spangler2010-08-051-0/+5
* Add 'find' command to cgpt, to search for partitions by UUID.Bill Richardson2010-07-024-0/+278
* Reduce attributes size to comply with msc limitations.vbendeb2010-06-213-21/+24
* Move all system includes in vboot_firmware to sysincludes.hRandall Spangler2010-06-161-1/+1
* One of the last moment mods of the original make reworkvbendeb2010-06-161-2/+2
* This fixes the EFI BIOS boot problems introduced with cgpt.Bill Richardson2010-06-152-0/+2
* Rework the vboot_reference make system.vbendeb2010-06-141-23/+15
* Nearly complete rewrite of cgpt tool.Bill Richardson2010-06-1110-0/+2067