summaryrefslogtreecommitdiff
path: root/cgpt/cgpt_common.c
Commit message (Expand)AuthorAgeFilesLines
* Makefile: Enable linker garbage collectionJulius Werner2019-08-161-1/+9
* cgpt: Fix format specifiers for uint64_tJacob Garber2019-08-061-2/+2
* Makefile: Enable more warnings for host utilities / testsJulius Werner2019-05-141-6/+5
* Fix memory leaks in cgptFletcher Woodruff2019-03-131-12/+9
* cgpt: Remove hard coded 512 block size.Sam Hurst2018-04-121-8/+13
* cgpt: add support for managing GPT platform required partition bitBen Chan2018-02-061-0/+14
* cgpt: add support for managing the legacy boot gpt bitstabilize-kevin-8785.94.BMike Frysinger2016-09-081-0/+14
* cgpt: unify cli int parsing error checkingMike Frysinger2016-09-081-0/+16
* cgptlib: Add support for IGNOREME GPT signatureJulius Werner2016-04-251-25/+36
* cgpt: Fully write out primary GPT before starting to write secondaryJulius Werner2016-04-251-16/+26
* Changes to compile signing tools on darwinDavid Riley2015-02-111-1/+14
* cgpt: Support non-standard (smaller) entries tableNam T. Nguyen2014-12-121-12/+29
* vboot: GPT interface cleanupDan Ehrenberg2014-12-111-10/+9
* vboot: Remove FTS codeNam T. Nguyen2014-11-261-340/+63
* vboot: cgpt: Treat drive_path as the GPT storageNam T. Nguyen2014-11-141-58/+47
* vboot: cgpt: fix my_lba of the secondary GPTDan Ehrenberg2014-11-141-0/+2
* vboot: cgpt: Support writing GPT structs to NOR flashNam T. Nguyen2014-11-131-19/+53
* cgpt: Validate GPT headers before loading themNam T. Nguyen2014-10-171-12/+37
* vboot_reference: Rename *_SECTOR to *_SECTORSNam T. Nguyen2014-08-291-10/+10
* vboot: cgpt: Refer to partition entries by entries_lba.Nam T. Nguyen2014-08-281-6/+9
* Clean up exported Mtd* functionsBill Richardson2014-07-091-4/+4
* Split libvboot_host.a into external and local libraries.Bill Richardson2014-07-091-0/+36
* Remove cgpt app-specific symbols from libvboot_host.aBill Richardson2014-06-261-4/+7
* Don't always enable MTD mode unless MTD device is specifiedfactory-4455.Bfactory-4455.228.BAlbert Chaulk2013-07-241-32/+56
* MTD: When running on the host (as during install) use the host FTS if possible.Albert Chaulk2013-07-161-7/+51
* Bugfixes & MTD create commandAlbert Chaulk2013-06-241-16/+15
* Enables MTD mode via command line option.Albert Chaulk2013-06-211-1/+9
* Provide MTD version of common functionsfactory-4290.BAlbert Chaulk2013-06-181-42/+118
* Integrate the flash key-value store code into cgpt.stabilize-4255.BAlbert Chaulk2013-06-101-95/+220
* Refactor CgptAdd and CgptPrioitize to remove gpt-specific codeAlbert Chaulk2013-05-061-39/+58
* Massive refactoring of external header files.Bill Richardson2013-04-021-2/+2
* Apply consistent naming scheme for hostlib functions.Bill Richardson2013-03-201-2/+2
* (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
* Support alternative GPT header signatureStefan Reinauer2012-09-191-1/+11
* Let cgpt open devices in read-only mode when possible.Bill Richardson2012-05-021-2/+3
* Introduce GUID type for Chrome OS read/write firmware.Gabe Black2011-07-071-0/+2
* Add 'prioritize' command to cgpt tool.Bill Richardson2010-11-291-11/+22
* Fix for un-initialized code point variable.Louis Yung-Chieh Lo2010-11-221-22/+177
* Revert "The right implementation of CGPT label conversion between UTF8 and UT...Chris Sosa2010-11-191-175/+22
* The right implementation of CGPT label conversion between UTF8 and UTF16.Louis Yung-Chieh Lo2010-11-191-22/+175
* Fixing the bug of CGPT when primary entry table is invalid.Louis Yung-Chieh Lo2010-11-181-6/+13
* Address some security concerns in the cgpt tool.Bill Richardson2010-10-121-136/+106
* Reduce attributes size to comply with msc limitations.vbendeb2010-06-211-11/+11
* Nearly complete rewrite of cgpt tool.Bill Richardson2010-06-111-0/+726