summaryrefslogtreecommitdiff
path: root/cgpt
Commit message (Expand)AuthorAgeFilesLines
...
* vboot: cgpt: Refer to partition entries by entries_lba.Nam T. Nguyen2014-08-284-15/+25
* Fix include quotes.Alex Deymo2014-08-262-7/+8
* Clean up exported Mtd* functionsBill Richardson2014-07-096-10/+468
* Split libvboot_host.a into external and local libraries.Bill Richardson2014-07-092-36/+36
* Remove cgpt app-specific symbols from libvboot_host.aBill Richardson2014-06-2615-29/+48
* Fix some issues with LBA vs byte offsetsAlbert Chaulk2013-07-314-6/+21
* Add labels to MTD partitions.Albert Chaulk2013-07-312-37/+48
* Don't always enable MTD mode unless MTD device is specifiedfactory-4455.Bfactory-4455.228.BAlbert Chaulk2013-07-244-48/+69
* MTD: When running on the host (as during install) use the host FTS if possible.Albert Chaulk2013-07-165-7/+83
* Port MTD structures to use 64-bit byte offsets instead of sectors.Albert Chaulk2013-07-034-26/+32
* MTD modification commands: add & prioritizeAlbert Chaulk2013-07-032-39/+112
* MTD search commands: show & findstabilize-daisy-4319.96.Brelease-R29-4319.BAlbert Chaulk2013-06-242-60/+284
* Bugfixes & MTD create commandAlbert Chaulk2013-06-244-54/+79
* cgpt: do not show length of 1 for undefined partitionsMike Frysinger2013-06-241-2/+7
* Enables MTD mode via command line option.Albert Chaulk2013-06-213-1/+70
* Provide MTD version of common functionsfactory-4290.BAlbert Chaulk2013-06-182-42/+121
* Implement no-op commandsstabilize-4287.Bfactory-pit-4280.BAlbert Chaulk2013-06-143-0/+22
* Integrate the flash key-value store code into cgpt.stabilize-4255.BAlbert Chaulk2013-06-103-95/+345
* Refactor CgptAdd and CgptPrioitize to remove gpt-specific codeAlbert Chaulk2013-05-067-232/+225
* Massive refactoring of external header files.Bill Richardson2013-04-0220-198/+39
* Apply consistent naming scheme for hostlib functions.Bill Richardson2013-03-2019-44/+44
* Rename Strncat to StrnAppend, use it instead of strncat.firmware-spring-3824.Bfirmware-spring-3824.84.Bfirmware-spring-3824.55.Bfirmware-spring-3824.4.Bfirmware-skate-3824.129.BBill Richardson2013-03-061-16/+17
* Move CgptManager from vboot_reference to installerBill Richardson2013-03-042-601/+0
* (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