aboutsummaryrefslogtreecommitdiff
path: root/cgpt/cgpt_add.c
AgeCommit message (Expand)Author
2014-11-26vboot: Remove FTS codeNam T. Nguyen
2014-11-14vboot: cgpt: Treat drive_path as the GPT storageNam T. Nguyen
2014-07-09Clean up exported Mtd* functionsBill Richardson
2014-06-26Remove cgpt app-specific symbols from libvboot_host.aBill Richardson
2013-07-31Fix some issues with LBA vs byte offsetsAlbert Chaulk
2013-07-31Add labels to MTD partitions.Albert Chaulk
2013-07-24Don't always enable MTD mode unless MTD device is specifiedAlbert Chaulk
2013-07-16MTD: When running on the host (as during install) use the host FTS if possible.Albert Chaulk
2013-07-03Port MTD structures to use 64-bit byte offsets instead of sectors.Albert Chaulk
2013-07-03MTD modification commands: add & prioritizeAlbert Chaulk
2013-05-06Refactor CgptAdd and CgptPrioitize to remove gpt-specific codeAlbert Chaulk
2013-04-02Massive refactoring of external header files.Bill Richardson
2013-03-20Apply consistent naming scheme for hostlib functions.Bill Richardson
2013-03-06Rename Strncat to StrnAppend, use it instead of strncat.Bill Richardson
2012-09-26Make cgpt_add error messages a little more verboseVadim Bendebury
2012-08-24cgpt: Fix error in modifying size of an existing partitionBill Richardson
2012-06-27cgpt: verify the modifications of 'cgpt add' before effected.Louis Yung-Chieh Lo
2012-05-02Let cgpt open devices in read-only mode when possible.Bill Richardson
2012-02-23Enable building of Cgpt C++ Library for 32-bit.Jay Srinivasan
2012-02-16Implementation of CgptManager C++ library and unit tests.Jay Srinivasan
2012-01-30Refactor of cgpt tool for 32->64 autoupdate work.Jay Srinivasan