summaryrefslogtreecommitdiff
path: root/tests/cgptlib_test.c
Commit message (Expand)AuthorAgeFilesLines
* nand: vboot support for small GPTsDan Ehrenberg2015-01-051-1/+2
* cgpt: Support non-standard (smaller) entries tableNam T. Nguyen2014-12-121-1/+6
* vboot: GPT interface cleanupDan Ehrenberg2014-12-111-59/+61
* vboot: Remove FTS codeNam T. Nguyen2014-11-261-564/+0
* vboot: cgpt: fix my_lba of the secondary GPTDan Ehrenberg2014-11-141-47/+47
* vboot: cgpt: Support writing GPT structs to NOR flashNam T. Nguyen2014-11-131-38/+101
* vboot: cgpt: Check for NULL entry array.Nam T. Nguyen2014-10-311-0/+24
* vboot_reference: Rename *_SECTOR to *_SECTORSNam T. Nguyen2014-08-291-1/+1
* vboot: cgpt: Refer to partition entries by entries_lba.Nam T. Nguyen2014-08-281-1/+9
* Fix include quotes.Alex Deymo2014-08-261-1/+1
* Clean up exported Mtd* functionsBill Richardson2014-07-091-1/+2
* Port MTD structures to use 64-bit byte offsets instead of sectors.Albert Chaulk2013-07-031-17/+19
* Integrate the flash key-value store code into cgpt.stabilize-4255.BAlbert Chaulk2013-06-101-0/+185
* Implement cgptlib for MTD devices.Albert Chaulk2013-05-021-1/+384
* Get rid of some crufty macros.Gabe Black2013-03-191-3/+0
* Improve coverage of cgptlib.cRandall Spangler2013-01-241-0/+127
* Reformat cgptlib_testRandall Spangler2013-01-241-1103/+1156
* Make cgpt_add error messages a little more verboseVadim Bendebury2012-09-261-34/+39
* Successful partitions are never marked bad by cgptlib.Randall Spangler2010-09-071-9/+10
* More cgptlib testsBill Richardson2010-08-271-0/+98
* Make vboot_reference build in MSVC command line environment.vbendeb2010-06-241-23/+26
* Assorted integration fixes.Randall Spangler2010-06-231-0/+13
* Reduce attributes size to comply with msc limitations.vbendeb2010-06-211-14/+14
* Nearly complete rewrite of cgpt tool.Bill Richardson2010-06-111-5/+4
* Ignore the AlternateLBA field in the GPT headers.Bill Richardson2010-06-031-4/+5
* fix int reference to unint64 from http://codereview.chromium.org/2438005Colin Chow2010-06-021-14/+14
* Much rearranging of cgptlib. Passes all its (new) unit tests.Randall Spangler2010-06-021-757/+707
* Moved cgptlib into vboot_firmwareRandall Spangler2010-05-271-0/+1190